Home
last modified time | relevance | path

Searched refs:lowLevel (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/update/updater/services/
H A Dupdater_main.cpp263 int lowLevel = *item; in IsBatteryCapacitySufficient() local
264 if (lowLevel > 100 || lowLevel < 0) { /* full percent is 100 */ in IsBatteryCapacitySufficient()
265 LOG(ERROR) << "load battery level error:" << lowLevel; in IsBatteryCapacitySufficient()
269 LOG(INFO) << "current capacity:" << capacity << ", low level:" << lowLevel; in IsBatteryCapacitySufficient()
271 return capacity >= lowLevel; in IsBatteryCapacitySufficient()