mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 07:45:51 -04:00
update: 更新文件 hibernate.cpp
Signed-off-by: tang-zebiao <tangzebiao@h-partners.com>
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user