Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h384 bool IsPresent() const in IsPresent() function
406 bool eq = (present_ == info.IsPresent()) &&
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_notify.cpp195 want.SetParam(BatteryInfo::COMMON_EVENT_KEY_PRESENT, info.IsPresent()); in PublishChangedEvent()
H A Dbattery_service.cpp246 batteryInfo_.GetChargeState(), batteryInfo_.GetChargeCounter(), batteryInfo_.IsPresent(), in HandleBatteryInfo()