Home
last modified time | relevance | path

Searched refs:devConfigRoot (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp173 void StandbyConfigManager::ParseCloudConfig(const nlohmann::json& devConfigRoot) in ParseCloudConfig() argument
178 if (JsonUtils::GetObjFromJsonValue(devConfigRoot, TAG_SETTING_LIST, settingConfig) && in ParseCloudConfig()
182 if (JsonUtils::GetObjFromJsonValue(devConfigRoot, TAG_STRATEGY_LIST, listConfig) && in ParseCloudConfig()
186 if (!ParseResCtrlConfig(devConfigRoot)) { in ParseCloudConfig()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h132 void ParseCloudConfig(const nlohmann::json& devConfigRoot);