Home
last modified time | relevance | path

Searched refs:WAKEUP_DEVICE_GESTURE (Results 1 – 6 of 6) sorted by relevance

/base/powermgr/powermgr_lite/interfaces/innerkits/
Dpower_manage.h44 WAKEUP_DEVICE_GESTURE = 4, enumerator
/base/powermgr/power_manager/interfaces/inner_api/native/include/
Dpower_state_machine_info.h131 WAKEUP_DEVICE_GESTURE = 4, enumerator
/base/powermgr/power_manager/test/unittest/src/
Dnative_power_state_machine_test.cpp189 type = WakeupDeviceType::WAKEUP_DEVICE_GESTURE;
Dpower_mgr_client_test.cpp796 powerMgrClient.WakeupDevice(WakeupDeviceType::WAKEUP_DEVICE_GESTURE);
/base/powermgr/power_manager/test/unittest/src/servicetest/
Dpowermgr_service_native_test.cpp615 g_powerMgrServiceProxy->WakeupDevice(GetTickCount(), WakeupDeviceType::WAKEUP_DEVICE_GESTURE);
/base/powermgr/power_manager/services/native/src/
Dpower_state_machine.cpp895 case WakeupDeviceType::WAKEUP_DEVICE_GESTURE: in GetReasonByWakeType()