Searched refs:IsUnplugged (Results 1 – 2 of 2) sorted by relevance
92 bool IsUnplugged(BatteryPluggedType pluggedType);
311 bool BatteryService::IsUnplugged(BatteryPluggedType pluggedType) in IsUnplugged() function in OHOS::PowerMgr::BatteryService321 if (IsPlugged(pluggedType) || IsUnplugged(pluggedType)) { in WakeupDevice()