Searched refs:WAKEUP_DEVICE_KEYBOARD (Results 1 – 9 of 9) sorted by relevance
138 WAKEUP_DEVICE_KEYBOARD = 11, enumerator
34 return WakeupDeviceType::WAKEUP_DEVICE_KEYBOARD; in mapWakeupDeviceType()
51 eventHandleMap_.emplace(WakeupDeviceType::WAKEUP_DEVICE_KEYBOARD, 0); in WakeupController()247 wakeupType = WakeupDeviceType::WAKEUP_DEVICE_KEYBOARD; in OnInputEvent()351 case WakeupDeviceType::WAKEUP_DEVICE_KEYBOARD: in CreateMonitor()
70 } else if (it->GetReason() == WakeupDeviceType::WAKEUP_DEVICE_KEYBOARD) { in TestPowerWakeup()
199 type = WakeupDeviceType::WAKEUP_DEVICE_KEYBOARD;
950 powerMgrClient.WakeupDevice(WakeupDeviceType::WAKEUP_DEVICE_KEYBOARD);
741 g_powerMgrServiceProxy->WakeupDevice(GetTickCount(), WakeupDeviceType::WAKEUP_DEVICE_KEYBOARD);
313 this->WakeupDevice(now, WakeupDeviceType::WAKEUP_DEVICE_KEYBOARD, reason); in HandleKeyEvent()
910 case WakeupDeviceType::WAKEUP_DEVICE_KEYBOARD: in GetReasonByWakeType()