Home
last modified time | relevance | path

Searched defs:InputEvent (Results 1 – 6 of 6) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/include/
Dmsg_head.h41 struct InputEvent { struct
42 uint16_t code;
43 int32_t target;
44 int32_t type;
45 int32_t value;
46 int32_t x;
47 int32_t y;
48 int32_t fp;
49 int32_t devType;
50 int32_t track;
[all …]
/foundation/multimodalinput/input/frameworks/proxy/events/test/
Dinput_event_test.cpp45 auto InputEvent = InputEvent::Create(); variable
76 auto InputEvent = InputEvent::Create(); variable
97 auto InputEvent = InputEvent::Create(); variable
119 auto InputEvent = InputEvent::Create(); variable
149 auto InputEvent = InputEvent::Create(); variable
172 auto InputEvent = InputEvent::Create(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dinput_event.h27 DECLARE_ACE_TYPE(InputEvent, AceType) in DECLARE_ACE_TYPE() argument
31 explicit InputEvent(OnHoverEventFunc&& callback) : onHoverCallback_(std::move(callback)) {} in InputEvent() function
33 explicit InputEvent(OnHoverFunc&& callback) : onHoverEventCallback_(std::move(callback)) {} in InputEvent() function
35 explicit InputEvent(OnHoverMoveFunc&& callback) : onHoverMoveCallback_(std::move(callback)) {} in InputEvent() function
37 explicit InputEvent(OnAxisEventFunc&& callback) : onAxisCallback_(std::move(callback)) {} in InputEvent() function
39 …explicit InputEvent(OnAccessibilityHoverFunc&& callback) : onAccessibilityHoverFunc_(std::move(cal… in InputEvent() function
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
Dmock_input_event.cpp25 InputEvent::InputEvent(int32_t eventType) : eventType_(eventType) in InputEvent() function in OHOS::MMI::InputEvent
30 InputEvent::InputEvent(const InputEvent& other) in InputEvent() function in OHOS::MMI::InputEvent
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dinput_event.cpp34 InputEvent::InputEvent(int32_t eventType) : eventType_(eventType) in InputEvent() function in OHOS::MMI::InputEvent
39 InputEvent::InputEvent(const InputEvent& other) in InputEvent() function in OHOS::MMI::InputEvent
/foundation/arkui/ace_engine/interfaces/napi/kits/performancemonitor/
Dnapi_perf_monitor.cpp121 static void InputEvent(int type, int sourceType, int64_t time) in InputEvent() function