Searched refs:LoadJsonValueFromContent (Results 1 – 3 of 3) sorted by relevance
102 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()
33 bool JsonUtils::LoadJsonValueFromContent(nlohmann::json& jsonValue, const std::string& content) in LoadJsonValueFromContent() function in OHOS::DevStandbyMgr::JsonUtils
46 static bool LoadJsonValueFromContent(nlohmann::json& jsonValue, const std::string& content);