Home
last modified time | relevance | path

Searched refs:LoadJsonValueFromContent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp102 if (!JsonUtils::LoadJsonValueFromContent(devStandbyConfigRoot, content)) { in GetAndParseStandbyConfig()
133 if (!JsonUtils::LoadJsonValueFromContent(resCtrlConfigRoot, content)) { in GetAndParseStrategyConfig()
165 JsonUtils::LoadJsonValueFromContent(ConfigRoot, configCloud); in GetCloudConfig()
289 if (!JsonUtils::LoadJsonValueFromContent(devStandbyConfigRoot, content)) { in GetParamVersion()
319 JsonUtils::LoadJsonValueFromContent(devStandbyConfigRoot, configCloud); in GetCloudVersion()
H A Djson_utils.cpp33 bool JsonUtils::LoadJsonValueFromContent(nlohmann::json& jsonValue, const std::string& content) in LoadJsonValueFromContent() function in OHOS::DevStandbyMgr::JsonUtils
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Djson_utils.h46 static bool LoadJsonValueFromContent(nlohmann::json& jsonValue, const std::string& content);