Home
last modified time | relevance | path

Searched refs:SUSPEND_DEVICE_REASON_LID (Results 1 – 9 of 9) sorted by relevance

/base/powermgr/power_manager/services/native/src/suspend/
Dsuspend_sources.cpp34 return SuspendDeviceType::SUSPEND_DEVICE_REASON_LID; in mapSuspendDeviceType()
Dsuspend_controller.cpp369 case SuspendDeviceType::SUSPEND_DEVICE_REASON_LID: in CreateMonitor()
/base/powermgr/power_manager/interfaces/inner_api/native/include/
Dpower_state_machine_info.h154 SUSPEND_DEVICE_REASON_LID = 3, enumerator
/base/powermgr/power_manager/test/unittest/src/
Dpower_suspend_parse_test.cpp83 } else if (it->GetReason() == SuspendDeviceType::SUSPEND_DEVICE_REASON_LID) { in TestPowerSuspend()
Dnative_power_state_machine_test.cpp134 suspendDeviceType = SuspendDeviceType::SUSPEND_DEVICE_REASON_LID;
Dpower_mgr_client_test.cpp560 powerMgrClient.SuspendDevice(SuspendDeviceType::SUSPEND_DEVICE_REASON_LID, false);
/base/powermgr/power_manager/test/unittest/src/servicetest/
Dpowermgr_service_native_test.cpp439 …grServiceProxy->SuspendDevice(GetTickCount(), SuspendDeviceType::SUSPEND_DEVICE_REASON_LID, false);
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_service.cpp230 SuspendDeviceType reason = SuspendDeviceType::SUSPEND_DEVICE_REASON_LID; in HallSensorCallback()
Dpower_state_machine.cpp938 case SuspendDeviceType::SUSPEND_DEVICE_REASON_LID: in GetReasionBySuspendType()