/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_screen_touch_test.cpp | 64 std::shared_ptr<MMI::PointerEvent> SetPointerEvent(uint32_t time, uint32_t action); 65 std::shared_ptr<MMI::PointerEvent> SetPointerEvent(uint32_t time, uint32_t action, 107 std::shared_ptr<MMI::PointerEvent> AccessibilityScreenTouchUnitTest::SetPointerEvent(uint32_t time, uint32_t action) in SetPointerEvent() function in OHOS::Accessibility::AccessibilityScreenTouchUnitTest 120 std::shared_ptr<MMI::PointerEvent> AccessibilityScreenTouchUnitTest::SetPointerEvent(uint32_t time, uint32_t action, in SetPointerEvent() function in OHOS::Accessibility::AccessibilityScreenTouchUnitTest 572 auto eventDown = SetPointerEvent(TIMESTAMP_1500 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_DOWN); in HWTEST_F() 575 auto eventMove = SetPointerEvent(TIMESTAMP_1600 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_MOVE); in HWTEST_F() 578 auto eventUp = SetPointerEvent(TIMESTAMP_1700 * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_UP); in HWTEST_F() 618 auto eventDown = SetPointerEvent((lastUpTime_ + TIMESTAMP_1500) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_DOWN); in HWTEST_F() 621 auto eventMove = SetPointerEvent((lastUpTime_ + TIMESTAMP_1600) * US_TO_MS, MMI::PointerEvent::POINTER_ACTION_MOVE); in HWTEST_F() 624 auto eventUp = SetPointerEvent((lastUpTime in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | mouse_event.h | 226 .SetPointerEvent(pointerEvent) in CreateTouchPoint() 334 void SetPointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent) in SetPointerEvent() function in OHOS::OHOS::Ace::final::MouseInfo 452 info.SetPointerEvent(event.pointerEvent); in HandleMouseEvent()
|
H A D | touch_event.h | 121 TouchEvent& SetPointerEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent); 385 void SetPointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent);
|
H A D | touch_event.cpp | 138 TouchEvent& TouchEvent::SetPointerEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) in SetPointerEvent() function in OHOS::Ace::TouchEvent 343 .SetPointerEvent(pointerEvent) in UpdatePointers() 710 void TouchEventInfo::SetPointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent) in SetPointerEvent() function in OHOS::Ace::TouchEventInfo
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_event.h | 239 void SetPointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent) in SetPointerEvent() function in OHOS::OHOS::Ace::GestureEvent
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | touch_event.cpp | 116 eventInfo.SetPointerEvent(lastPoint.pointerEvent); in CreateTouchEventInfo()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | ui_extension_component_test_ng.cpp | 798 touchEventInfo.SetPointerEvent(nullptr); in HWTEST_F() 802 touchEventInfo.SetPointerEvent(pointerEvent); in HWTEST_F() 848 touchEventInfo.SetPointerEvent(nullptr); in HWTEST_F() 852 touchEventInfo.SetPointerEvent(pointerEvent); in HWTEST_F() 906 mouseInfo.SetPointerEvent(pointerEvent); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | swipe_recognizer.cpp | 399 info.SetPointerEvent(lastPointEvent_); in SendCallbackMsg()
|
H A D | rotation_recognizer.cpp | 362 info.SetPointerEvent(lastPointEvent_); in SendCallbackMsg()
|
H A D | long_press_recognizer.cpp | 362 info.SetPointerEvent(lastPointEvent_); in SendCallbackMsg()
|
H A D | pinch_recognizer.cpp | 425 info.SetPointerEvent(lastPointEvent_); in SendCallbackMsg()
|
H A D | click_recognizer.cpp | 475 info.SetPointerEvent(lastPointEvent_); in GetGestureEventInfo()
|
H A D | pan_recognizer.cpp | 720 info.SetPointerEvent(lastPointEvent_); in GetGestureEventInfo()
|
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | input_windows_manager.h | 265 void SetPointerEvent(int32_t pointerAction, std::shared_ptr<PointerEvent> pointerEvent);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_pattern.cpp | 146 gestureInfo.SetPointerEvent(info.GetPointerEvent()); in HandleClickEventFromTouch()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_inject_test.cpp | 46 void SetPointerEvent(int32_t id, int32_t pressed, int32_t action, int32_t type); 93 void InputManagerInjectTest::SetPointerEvent(int32_t id, int32_t pressed, int32_t action, int32_t type) in SetPointerEvent() function in OHOS::MMI::InputManagerInjectTest
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 1193 SetPointerEvent(PointerEvent::POINTER_ACTION_CANCEL, pointerEvent); in UpdateDisplayInfo() 1200 void InputWindowsManager::SetPointerEvent(int32_t pointerAction, std::shared_ptr<PointerEvent> pointerEvent) in UpdateDisplayInfo() function in OHOS::MMI::InputWindowsManager
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 430 .SetPointerEvent(axisEvent.pointerEvent) in ConvertAxisEventToTouchEvent()
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_test.cpp | 6580 * @tc.desc: Test the funcation SetPointerEvent 6603 EXPECT_NO_FATAL_FAILURE(inputWindowsManager.SetPointerEvent(pointerAction, pointerEvent)); in HWTEST_F() 6606 EXPECT_NO_FATAL_FAILURE(inputWindowsManager.SetPointerEvent(pointerAction, pointerEvent)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 5016 event.SetPointerEvent(touchEvent.pointerEvent); in TriggerOnTouchIntercept()
|