Searched refs:LoadJsonValueFromFile (Results 1 – 5 of 5) sorted by relevance
16 *LoadJsonValueFromFile*;
37 static bool LoadJsonValueFromFile(nlohmann::json& jsonValue, const std::string& filePath);
51 bool JsonUtils::LoadJsonValueFromFile(nlohmann::json& jsonValue, const std::string& filePath) in LoadJsonValueFromFile() function in OHOS::DevStandbyMgr::JsonUtils
115 if (!JsonUtils::LoadJsonValueFromFile(devStandbyConfigRoot, configFile)) { in GetAndParseStandbyConfig()145 if (!JsonUtils::LoadJsonValueFromFile(resCtrlConfigRoot, configFile)) { in GetAndParseStrategyConfig()
352 if (!JsonUtils::LoadJsonValueFromFile(root, ALLOW_RECORD_FILE_PATH)) { in ParsePersistentData()