Home
last modified time | relevance | path

Searched defs:inputEventArray (Results 1 – 12 of 12) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/test/
Ddevice_base_test.cpp35 …TransformJsonDataToInputData(const DeviceItem& fingerEventArrays, InputEventArray& inputEventArray) in TransformJsonDataToInputData()
63 InputEventArray inputEventArray = {}; variable
85 InputEventArray inputEventArray = {}; variable
108 InputEventArray inputEventArray = {}; variable
131 InputEventArray inputEventArray = {}; variable
154 InputEventArray inputEventArray = {}; variable
177 InputEventArray inputEventArray = {}; variable
200 InputEventArray inputEventArray = {}; variable
223 InputEventArray inputEventArray = {}; variable
246 InputEventArray inputEventArray = {}; variable
[all …]
Dmanage_inject_device_test.cpp119 InputEventArray inputEventArray = {}; variable
/foundation/multimodalinput/input/tools/event_inject/src/
Ddevice_base.cpp37 void DeviceBase::SetSynConfigReport(InputEventArray &inputEventArray, int64_t blockTime) in SetSynConfigReport()
48 void DeviceBase::SetKeyLongPressEvent(InputEventArray& inputEventArray, int64_t blockTime, int32_t … in SetKeyLongPressEvent()
59 void DeviceBase::SetSynReport(InputEventArray& inputEventArray, int64_t blockTime) in SetSynReport()
70 void DeviceBase::SetKeyPressEvent(InputEventArray& inputEventArray, int64_t blockTime, uint16_t cod… in SetKeyPressEvent()
81 void DeviceBase::SetKeyReleaseEvent(InputEventArray& inputEventArray, int64_t blockTime, uint16_t c… in SetKeyReleaseEvent()
92 void DeviceBase::SetMtSlot(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetMtSlot()
103 void DeviceBase::SetTrackingId(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetTrackingId()
115 void DeviceBase::SetPositionX(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetPositionX()
126 void DeviceBase::SetPositionY(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetPositionY()
137 void DeviceBase::SetMtTouchMajor(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetMtTouchMajor()
[all …]
Dprocessing_joystick_device.cpp30 InputEventArray& inputEventArray) in TransformJsonDataToInputData()
47 InputEventArray& inputEventArray) in TransformPadEventToInputEvent()
73 InputEventArray& inputEventArray) in TransformKeyPressEvent()
81 InputEventArray& inputEventArray) in TransformKeyReleaseEvent()
89 InputEventArray& inputEventArray) in TransformKeyClickEvent()
99 InputEventArray& inputEventArray) in TransformRocker1Event()
137 InputEventArray& inputEventArray) in TransformDirectionKeyEvent()
170 InputEventArray& inputEventArray) in TransformThrottle1Event()
Dprocessing_game_pad_device.cpp24 InputEventArray &inputEventArray) in TransformJsonDataToInputData()
41 InputEventArray& inputEventArray) in TransformPadEventToInputEvent()
66 …amePadDevice::TransformKeyPressEvent(const DeviceEvent& padEvent, InputEventArray& inputEventArray) in TransformKeyPressEvent()
73 …ePadDevice::TransformKeyReleaseEvent(const DeviceEvent& padEvent, InputEventArray& inputEventArray) in TransformKeyReleaseEvent()
80 …amePadDevice::TransformKeyClickEvent(const DeviceEvent& padEvent, InputEventArray& inputEventArray) in TransformKeyClickEvent()
89 …GamePadDevice::TransformRocker1Event(const DeviceEvent& padEvent, InputEventArray& inputEventArray) in TransformRocker1Event()
139 …GamePadDevice::TransformRocker2Event(const DeviceEvent& padEvent, InputEventArray& inputEventArray) in TransformRocker2Event()
189 …adDevice::TransformDirectionKeyEvent(const DeviceEvent& padEvent, InputEventArray& inputEventArray) in TransformDirectionKeyEvent()
Dprocessing_mouse_device.cpp24 InputEventArray& inputEventArray) in TransformJsonDataToInputData()
41 InputEventArray& inputEventArray) in TransformMouseEventToInputEvent()
81 InputEventArray& inputEventArray) in TransformKeyPressEvent()
89 InputEventArray& inputEventArray) in TransformKeyReleaseEvent()
97 InputEventArray& inputEventArray) in TransformKeyClickEvent()
107 InputEventArray& inputEventArray) in TransformMouseMoveEvent()
116 InputEventArray& inputEventArray) in TransformMouseWheelEvent()
127 InputEventArray& inputEventArray) in TransformMouseHwheelEvent()
Dprocessing_pad_device.cpp24 InputEventArray& inputEventArray) in TransformJsonDataToInputData()
41 InputEventArray& inputEventArray) in TransformPadEventToInputEvent()
73 …essingPadDevice::TransformKeyPressEvent(const PadEvent& padEvent, InputEventArray& inputEventArray) in TransformKeyPressEvent()
80 …singPadDevice::TransformKeyReleaseEvent(const PadEvent& padEvent, InputEventArray& inputEventArray) in TransformKeyReleaseEvent()
87 …essingPadDevice::TransformKeyClickEvent(const PadEvent& padEvent, InputEventArray& inputEventArray) in TransformKeyClickEvent()
97 …ProcessingPadDevice::TransformRingEvent(const PadEvent& padEvent, InputEventArray& inputEventArray) in TransformRingEvent()
Dprocessing_touch_screen_device.cpp24 InputEventArray &inputEventArray) in TransformJsonDataToInputData()
49 InputEventArray &inputEventArray) in TransformJsonDataSingleTouchScreen()
103 void ProcessingTouchScreenDevice::AnalysisTouchScreenPressData(InputEventArray &inputEventArray, in AnalysisTouchScreenPressData()
120 void ProcessingTouchScreenDevice::AnalysisTouchScreenMoveData(InputEventArray &inputEventArray, in AnalysisTouchScreenMoveData()
136 void ProcessingTouchScreenDevice::AnalysisTouchScreenReleaseData(InputEventArray &inputEventArray, in AnalysisTouchScreenReleaseData()
149 void ProcessingTouchScreenDevice::AnalysisTouchScreenToInputData(InputEventArray &inputEventArray, in AnalysisTouchScreenToInputData()
161 void ProcessingTouchScreenDevice::AnalysisTouchScreenPressData(InputEventArray &inputEventArray, in AnalysisTouchScreenPressData()
176 void ProcessingTouchScreenDevice::AnalysisTouchScreenMoveData(InputEventArray &inputEventArray, in AnalysisTouchScreenMoveData()
190 void ProcessingTouchScreenDevice::AnalysisTouchScreenReleaseData(InputEventArray &inputEventArray, in AnalysisTouchScreenReleaseData()
Dprocessing_keyboard_device.cpp29 InputEventArray& inputEventArray) in TransformJsonDataToInputData()
46 InputEventArray& inputEventArray) in TransformKeyBoardEventToInputEvent()
79 InputEventArray& inputEventArray) in TransformKeyPressEvent()
87 InputEventArray& inputEventArray) in TransformKeyLongPressEvent()
103 InputEventArray& inputEventArray) in TransformKeyReleaseEvent()
111 InputEventArray& inputEventArray) in TransformKeyClickEvent()
Dprocessing_pen_device.cpp29 InputEventArray& inputEventArray) in TransformJsonDataToInputData()
46 InputEventArray& inputEventArray) in TransformPenEventToInputEvent()
59 …essingPenDevice::SetPenApproachPadEvent(const PenEvent& penEvent, InputEventArray& inputEventArray) in SetPenApproachPadEvent()
80 …rocessingPenDevice::SetPenSlidePadEvent(const PenEvent& penEvent, InputEventArray& inputEventArray) in SetPenSlidePadEvent()
117 …rocessingPenDevice::SetPenLeavePadEvent(const PenEvent& penEvent, InputEventArray& inputEventArray) in SetPenLeavePadEvent()
Dmanage_inject_device.cpp45 InputEventArray inputEventArray = {}; in TransformJsonData() local
68 int32_t ManageInjectDevice::SendEvent(const InputEventArray &inputEventArray) in SendEvent()
73 int32_t ManageInjectDevice::SendEventToDeviceNode(const InputEventArray &inputEventArray) in SendEventToDeviceNode()
Dprocessing_finger_device.cpp28 InputEventArray &inputEventArray) in TransformJsonDataToInputData()
68 void ProcessingFingerDevice::AnalysisTouchPadFingerPressData(InputEventArray &inputEventArray, in AnalysisTouchPadFingerPressData()
93 void ProcessingFingerDevice::AnalysisTouchPadFingerMoveData(InputEventArray &inputEventArray, in AnalysisTouchPadFingerMoveData()
114 void ProcessingFingerDevice::AnalysisTouchPadFingerReleaseData(InputEventArray &inputEventArray, in AnalysisTouchPadFingerReleaseData()