Home
last modified time | relevance | path

Searched refs:LoadJsonValueFromFile (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/device_standby/utils/policy/include/
H A Djson_utils.h37 static bool LoadJsonValueFromFile(nlohmann::json& jsonValue, const std::string& filePath);
/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.cpp119 if (!JsonUtils::LoadJsonValueFromFile(devStandbyConfigRoot, configFile)) { in GetAndParseStandbyConfig()
149 if (!JsonUtils::LoadJsonValueFromFile(resCtrlConfigRoot, configFile)) { in GetAndParseStrategyConfig()
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp341 if (!JsonUtils::LoadJsonValueFromFile(root, ALLOW_RECORD_FILE_PATH)) { in ParsePersistentData()

Completed in 5 milliseconds