Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h47 POWER_CONNECT_INVALID = -1, enumerator
359 PowerConnectStatus powerConnectStatus_ {PowerConnectStatus::POWER_CONNECT_INVALID};
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1573 SetPowerConnectStatus(PowerConnectStatus::POWER_CONNECT_INVALID); in PowerConnectStatusInit()
1585 if (GetPowerConnectStatus() == PowerConnectStatus::POWER_CONNECT_INVALID) { in IsPowerConnected()