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.cpp36 …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.cpp122 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.cpp28 InputEventArray& inputEventArray) in TransformJsonDataToInputData()
45 InputEventArray& inputEventArray) in TransformPadEventToInputEvent()
71 InputEventArray& inputEventArray) in TransformKeyPressEvent()
79 InputEventArray& inputEventArray) in TransformKeyReleaseEvent()
87 InputEventArray& inputEventArray) in TransformKeyClickEvent()
97 InputEventArray& inputEventArray) in TransformRocker1Event()
135 InputEventArray& inputEventArray) in TransformDirectionKeyEvent()
168 InputEventArray& inputEventArray) in TransformThrottle1Event()
Dprocessing_game_pad_device.cpp25 InputEventArray& inputEventArray) in TransformJsonDataToInputData()
42 InputEventArray& inputEventArray) in TransformPadEventToInputEvent()
67 …amePadDevice::TransformKeyPressEvent(const DeviceEvent& padEvent, InputEventArray& inputEventArray) in TransformKeyPressEvent()
74 …ePadDevice::TransformKeyReleaseEvent(const DeviceEvent& padEvent, InputEventArray& inputEventArray) in TransformKeyReleaseEvent()
81 …amePadDevice::TransformKeyClickEvent(const DeviceEvent& padEvent, InputEventArray& inputEventArray) in TransformKeyClickEvent()
90 …GamePadDevice::TransformRocker1Event(const DeviceEvent& padEvent, InputEventArray& inputEventArray) in TransformRocker1Event()
140 …GamePadDevice::TransformRocker2Event(const DeviceEvent& padEvent, InputEventArray& inputEventArray) in TransformRocker2Event()
190 …adDevice::TransformDirectionKeyEvent(const DeviceEvent& padEvent, InputEventArray& inputEventArray) in TransformDirectionKeyEvent()
Dprocessing_mouse_device.cpp25 InputEventArray& inputEventArray) in TransformJsonDataToInputData()
42 InputEventArray& inputEventArray) in TransformMouseEventToInputEvent()
82 InputEventArray& inputEventArray) in TransformKeyPressEvent()
90 InputEventArray& inputEventArray) in TransformKeyReleaseEvent()
98 InputEventArray& inputEventArray) in TransformKeyClickEvent()
108 InputEventArray& inputEventArray) in TransformMouseMoveEvent()
117 InputEventArray& inputEventArray) in TransformMouseWheelEvent()
128 InputEventArray& inputEventArray) in TransformMouseHwheelEvent()
Dprocessing_pad_device.cpp25 InputEventArray& inputEventArray) in TransformJsonDataToInputData()
42 InputEventArray& inputEventArray) in TransformPadEventToInputEvent()
74 …essingPadDevice::TransformKeyPressEvent(const PadEvent& padEvent, InputEventArray& inputEventArray) in TransformKeyPressEvent()
81 …singPadDevice::TransformKeyReleaseEvent(const PadEvent& padEvent, InputEventArray& inputEventArray) in TransformKeyReleaseEvent()
88 …essingPadDevice::TransformKeyClickEvent(const PadEvent& padEvent, InputEventArray& inputEventArray) in TransformKeyClickEvent()
98 …ProcessingPadDevice::TransformRingEvent(const PadEvent& padEvent, InputEventArray& inputEventArray) in TransformRingEvent()
Dprocessing_touch_screen_device.cpp25 InputEventArray &inputEventArray) in TransformJsonDataToInputData()
50 InputEventArray &inputEventArray) in TransformJsonDataSingleTouchScreen()
104 void ProcessingTouchScreenDevice::AnalysisTouchScreenPressData(InputEventArray &inputEventArray, in AnalysisTouchScreenPressData()
121 void ProcessingTouchScreenDevice::AnalysisTouchScreenMoveData(InputEventArray &inputEventArray, in AnalysisTouchScreenMoveData()
137 void ProcessingTouchScreenDevice::AnalysisTouchScreenReleaseData(InputEventArray &inputEventArray, in AnalysisTouchScreenReleaseData()
150 void ProcessingTouchScreenDevice::AnalysisTouchScreenToInputData(InputEventArray &inputEventArray, in AnalysisTouchScreenToInputData()
162 void ProcessingTouchScreenDevice::AnalysisTouchScreenPressData(InputEventArray &inputEventArray, in AnalysisTouchScreenPressData()
177 void ProcessingTouchScreenDevice::AnalysisTouchScreenMoveData(InputEventArray &inputEventArray, in AnalysisTouchScreenMoveData()
191 void ProcessingTouchScreenDevice::AnalysisTouchScreenReleaseData(InputEventArray &inputEventArray, in AnalysisTouchScreenReleaseData()
Dprocessing_keyboard_device.cpp27 InputEventArray& inputEventArray) in TransformJsonDataToInputData()
44 InputEventArray& inputEventArray) in TransformKeyBoardEventToInputEvent()
77 InputEventArray& inputEventArray) in TransformKeyPressEvent()
85 InputEventArray& inputEventArray) in TransformKeyLongPressEvent()
101 InputEventArray& inputEventArray) in TransformKeyReleaseEvent()
109 InputEventArray& inputEventArray) in TransformKeyClickEvent()
Dprocessing_pen_device.cpp27 InputEventArray& inputEventArray) in TransformJsonDataToInputData()
49 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.cpp43 InputEventArray inputEventArray = {}; in TransformJsonData() local
66 int32_t ManageInjectDevice::SendEvent(const InputEventArray &inputEventArray) in SendEvent()
71 int32_t ManageInjectDevice::SendEventToDeviceNode(const InputEventArray &inputEventArray) in SendEventToDeviceNode()
Dprocessing_finger_device.cpp26 InputEventArray &inputEventArray) in TransformJsonDataToInputData()
66 void ProcessingFingerDevice::AnalysisTouchPadFingerPressData(InputEventArray &inputEventArray, in AnalysisTouchPadFingerPressData()
91 void ProcessingFingerDevice::AnalysisTouchPadFingerMoveData(InputEventArray &inputEventArray, in AnalysisTouchPadFingerMoveData()
112 void ProcessingFingerDevice::AnalysisTouchPadFingerReleaseData(InputEventArray &inputEventArray, in AnalysisTouchPadFingerReleaseData()