Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp513 nlohmann::json standbyConfig; in ParseDeviceStanbyConfig() local
521 if (JsonUtils::GetObjFromJsonValue(devStandbyConfigRoot, TAG_STANDBY, standbyConfig) && in ParseDeviceStanbyConfig()
522 !ParseStandbyConfig(standbyConfig)) { in ParseDeviceStanbyConfig()
542 if (JsonUtils::GetObjFromJsonValue(devStandbyConfigRoot, TAG_HALFHOUR_SWITCH_SETTING, standbyConfig)) { in ParseDeviceStanbyConfig()
543 if (!ParseHalfHourSwitchConfig(standbyConfig)) { in ParseDeviceStanbyConfig()
557 bool StandbyConfigManager::ParseStandbyConfig(const nlohmann::json& standbyConfig) in ParseStandbyConfig() argument
560 for (const auto& element : standbyConfig.items()) { in ParseStandbyConfig()
/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h123 bool ParseStandbyConfig(const nlohmann::json& standbyConfig);
153 bool ParseVersionConfig(const nlohmann::json& standbyConfig, std::string& version);

Completed in 3 milliseconds