Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/services/native/include/
H A Dbattery_notify.h48 int32_t lowCapacity_ = -1; member in OHOS::PowerMgr::BatteryNotify
/base/powermgr/battery_manager/services/native/src/
H A Dbattery_notify.cpp65 lowCapacity_ = BatteryConfig::GetInstance().GetInt("soc.low", DEFAULT_LOW_CAPACITY); in BatteryNotify()
66 BATTERY_HILOGI(COMP_SVC, "Low broadcast power=%{public}d", lowCapacity_); in BatteryNotify()
254 if (info.GetCapacity() > lowCapacity_) { in PublishLowEvent()
283 if (info.GetCapacity() <= lowCapacity_) { in PublishOkayEvent()

Completed in 2 milliseconds