Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp136 nlohmann::json resCtrlConfigRoot; in GetAndParseStrategyConfig() local
137 if (!JsonUtils::LoadJsonValueFromContent(resCtrlConfigRoot, content)) { in GetAndParseStrategyConfig()
141 if (!ParseResCtrlConfig(resCtrlConfigRoot)) { in GetAndParseStrategyConfig()
148 nlohmann::json resCtrlConfigRoot; in GetAndParseStrategyConfig() local
149 if (!JsonUtils::LoadJsonValueFromFile(resCtrlConfigRoot, configFile)) { in GetAndParseStrategyConfig()
153 if (!ParseResCtrlConfig(resCtrlConfigRoot)) { in GetAndParseStrategyConfig()
642 bool StandbyConfigManager::ParseResCtrlConfig(const nlohmann::json& resCtrlConfigRoot) in ParseResCtrlConfig() argument
645 for (const auto& element : resCtrlConfigRoot.items()) { in ParseResCtrlConfig()
/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h127 bool ParseResCtrlConfig(const nlohmann::json& resCtrlConfigRoot);

Completed in 2 milliseconds