Home
last modified time | relevance | path

Searched refs:resCtrlConfigRoot (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp132 nlohmann::json resCtrlConfigRoot; in GetAndParseStrategyConfig() local
133 if (!JsonUtils::LoadJsonValueFromContent(resCtrlConfigRoot, content)) { in GetAndParseStrategyConfig()
137 if (!ParseResCtrlConfig(resCtrlConfigRoot)) { in GetAndParseStrategyConfig()
144 nlohmann::json resCtrlConfigRoot; in GetAndParseStrategyConfig() local
145 if (!JsonUtils::LoadJsonValueFromFile(resCtrlConfigRoot, configFile)) { in GetAndParseStrategyConfig()
149 if (!ParseResCtrlConfig(resCtrlConfigRoot)) { in GetAndParseStrategyConfig()
621 bool StandbyConfigManager::ParseResCtrlConfig(const nlohmann::json& resCtrlConfigRoot) in ParseResCtrlConfig() argument
624 for (const auto& element : resCtrlConfigRoot.items()) { in ParseResCtrlConfig()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h119 bool ParseResCtrlConfig(const nlohmann::json& resCtrlConfigRoot);