Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/firmware/common/include/
H A Dfirmware_update_helper.h43 static bool IsBatteryEnough(int32_t batteryLimit);
/ohos5.0/base/update/updateservice/services/firmware/upgrade/mode/src/
H A Dfirmware_install_apply_mode.cpp108 if (!FirmwareUpdateHelper::IsBatteryEnough(MANUAL_UPGRADE_BATTERY_LEVEL)) { in IsAllowInstall()
/ohos5.0/base/update/updateservice/services/firmware/common/src/
H A Dfirmware_update_helper.cpp48 bool FirmwareUpdateHelper::IsBatteryEnough(int32_t batteryLimit) in IsBatteryEnough() function in OHOS::UpdateEngine::FirmwareUpdateHelper