From e596fd44cc8a2cf95803597732ccdcbb49d1bb4f Mon Sep 17 00:00:00 2001 From: tang-zebiao Date: Fri, 10 Jul 2026 16:38:25 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=20hibernate.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tang-zebiao --- power/interfaces/hdi_service/src/hibernate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power/interfaces/hdi_service/src/hibernate.cpp b/power/interfaces/hdi_service/src/hibernate.cpp index 084de0ff8a..d0bc5dd91b 100644 --- a/power/interfaces/hdi_service/src/hibernate.cpp +++ b/power/interfaces/hdi_service/src/hibernate.cpp @@ -121,7 +121,7 @@ bool GetSupportSpaceOptConfig() HDF_LOGE("GetRootNode failed."); return supportSpaceOpt; } - const struct DeviceResourceNode *pChildNode = iface->GetChildNode(pRootNode, "power_driver_config"); + const struct DeviceResourceNode *pChildNode = iface->GetChildNode(pRootNode, "dynamic_swapfile"); if (pChildNode != nullptr) { supportSpaceOpt = !(iface->GetBool(pChildNode, "s4_skip_space_optimization")); }