Lines Matching refs:KeysInputDevice
27 KeysInputDevice &KeysInputDevice::GetInstance()
29 static KeysInputDevice instance;
33 bool KeysInputDevice::Read(OHOS::DeviceData& data)
41 void KeysInputDevice::OnLongKeyPressDown()
61 void KeysInputDevice::OnLongKeyPressUp()
74 void KeysInputDevice::SetLongPressType(const std::string &type)
79 void KeysInputDevice::PowerDownPress(const input_event &ev)
93 void KeysInputDevice::PowerVolumeDownPress(const input_event &ev)
110 int KeysInputDevice::HandleKeyEvent(const input_event &ev, uint32_t type)