Home
last modified time | relevance | path

Searched refs:LoadJsonValueFromFile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/
H A Dlibstandby_utils_policy.versionscript16 *LoadJsonValueFromFile*;
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Djson_utils.h37 static bool LoadJsonValueFromFile(nlohmann::json& jsonValue, const std::string& filePath);
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp51 bool JsonUtils::LoadJsonValueFromFile(nlohmann::json& jsonValue, const std::string& filePath) in LoadJsonValueFromFile() function in OHOS::DevStandbyMgr::JsonUtils
H A Dstandby_config_manager.cpp115 if (!JsonUtils::LoadJsonValueFromFile(devStandbyConfigRoot, configFile)) { in GetAndParseStandbyConfig()
145 if (!JsonUtils::LoadJsonValueFromFile(resCtrlConfigRoot, configFile)) { in GetAndParseStrategyConfig()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp352 if (!JsonUtils::LoadJsonValueFromFile(root, ALLOW_RECORD_FILE_PATH)) { in ParsePersistentData()