Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp516 nlohmann::json standbyListConfig; in ParseDeviceStanbyConfig() local
536 if (JsonUtils::GetObjFromJsonValue(devStandbyConfigRoot, TAG_STRATEGY_LIST, standbyListConfig) && in ParseDeviceStanbyConfig()
537 !ParseStrategyListConfig(standbyListConfig)) { in ParseDeviceStanbyConfig()
599 bool StandbyConfigManager::ParseStrategyListConfig(const nlohmann::json& standbyListConfig) in ParseStrategyListConfig() argument
602 for (const auto& element : standbyListConfig.items()) { in ParseStrategyListConfig()
/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h125 bool ParseStrategyListConfig(const nlohmann::json& standbyListConfig);

Completed in 3 milliseconds