Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/utils/policy/include/
H A Djson_utils.h46 static bool LoadJsonValueFromContent(nlohmann::json& jsonValue, const std::string& content);
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp106 if (!JsonUtils::LoadJsonValueFromContent(devStandbyConfigRoot, content)) { in GetAndParseStandbyConfig()
137 if (!JsonUtils::LoadJsonValueFromContent(resCtrlConfigRoot, content)) { in GetAndParseStrategyConfig()
169 JsonUtils::LoadJsonValueFromContent(ConfigRoot, configCloud); in GetCloudConfig()
293 if (!JsonUtils::LoadJsonValueFromContent(devStandbyConfigRoot, content)) { in GetParamVersion()
323 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

Completed in 3 milliseconds