Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp518 nlohmann::json standbyBatteryList; in ParseDeviceStanbyConfig() local
549 if (JsonUtils::GetObjFromJsonValue(devStandbyConfigRoot, TAG_LADDER_BATTERY_LIST, standbyBatteryList) && in ParseDeviceStanbyConfig()
550 !ParseBatteryList(standbyBatteryList)) { in ParseDeviceStanbyConfig()
785 bool StandbyConfigManager::ParseBatteryList(const nlohmann::json& standbyBatteryList) in ParseBatteryList() argument
788 for (const auto& element : standbyBatteryList.items()) { in ParseBatteryList()
/foundation/resourceschedule/device_standby/utils/policy/include/
H A Dstandby_config_manager.h155 bool ParseBatteryList(const nlohmann::json& standbyBatteryList);

Completed in 3 milliseconds