Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/services/native/include/
Dbattery_service.h91 bool IsPlugged(BatteryPluggedType pluggedType);
/base/powermgr/battery_manager/services/native/src/
Dbattery_service.cpp303 bool BatteryService::IsPlugged(BatteryPluggedType pluggedType) in IsPlugged() function in OHOS::PowerMgr::BatteryService
321 if (IsPlugged(pluggedType) || IsUnplugged(pluggedType)) { in WakeupDevice()