Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/test/
H A Ddevice_base_test.cpp63 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
269 InputEventArray inputEventArray = {}; variable
[all …]
H A Dmanage_inject_device_test.cpp119 InputEventArray inputEventArray = {}; variable
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Ddevice_base.cpp37 void DeviceBase::SetSynConfigReport(InputEventArray &inputEventArray, int64_t blockTime) in SetSynConfigReport()
59 void DeviceBase::SetSynReport(InputEventArray& inputEventArray, int64_t blockTime) in SetSynReport()
92 void DeviceBase::SetMtSlot(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetMtSlot()
115 void DeviceBase::SetPositionX(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetPositionX()
181 void DeviceBase::SetEvAbsX(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetEvAbsX()
192 void DeviceBase::SetEvAbsY(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetEvAbsY()
203 void DeviceBase::SetMtTouchFingerType(InputEventArray& inputEventArray, int64_t blockTime, in SetMtTouchFingerType()
227 void DeviceBase::SetEvAbsZ(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetEvAbsZ()
238 void DeviceBase::SetEvAbsRx(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetEvAbsRx()
304 void DeviceBase::SetRelX(InputEventArray& inputEventArray, int64_t blockTime, int32_t value) in SetRelX()
[all …]
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()