Home
last modified time | relevance | path

Searched defs:keyBoardEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/test/src/
H A Dfingerprint_event_processor_test.cpp89 struct libinput_event_keyboard keyBoardEvent; variable
113 struct libinput_event_keyboard keyBoardEvent; variable
143 struct libinput_event_keyboard keyBoardEvent; variable
169 struct libinput_event_keyboard keyBoardEvent; variable
193 struct libinput_event_keyboard keyBoardEvent; variable
212 struct libinput_event_keyboard keyBoardEvent; variable
233 struct libinput_event_keyboard keyBoardEvent; variable
263 struct libinput_event_keyboard keyBoardEvent; variable
284 struct libinput_event_keyboard keyBoardEvent; variable
307 struct libinput_event_keyboard keyBoardEvent; variable
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_keyboard_device.cpp66 KeyBoardEvent keyBoardEvent = {}; in AnalysisKeyBoardEvent() local
78 void ProcessingKeyboardDevice::TransformKeyPressEvent(const KeyBoardEvent& keyBoardEvent, in TransformKeyPressEvent()
86 void ProcessingKeyboardDevice::TransformKeyLongPressEvent(const KeyBoardEvent& keyBoardEvent, in TransformKeyLongPressEvent()
102 void ProcessingKeyboardDevice::TransformKeyReleaseEvent(const KeyBoardEvent& keyBoardEvent, in TransformKeyReleaseEvent()
110 void ProcessingKeyboardDevice::TransformKeyClickEvent(const KeyBoardEvent& keyBoardEvent, in TransformKeyClickEvent()