Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp517 nlohmann::json standbyIntervalList; in ParseDeviceStanbyConfig() local
531 if (JsonUtils::GetObjFromJsonValue(devStandbyConfigRoot, TAG_MAINTENANCE_LIST, standbyIntervalList) && in ParseDeviceStanbyConfig()
532 !ParseIntervalList(standbyIntervalList)) { in ParseDeviceStanbyConfig()
580 bool StandbyConfigManager::ParseIntervalList(const nlohmann::json& standbyIntervalList) in ParseIntervalList() argument
583 for (const auto& element : standbyIntervalList.items()) { in ParseIntervalList()
/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h124 bool ParseIntervalList(const nlohmann::json& standbyIntervalList);

Completed in 3 milliseconds