Home
last modified time | relevance | path

Searched refs:SetPointerEvent (Results 1 - 20 of 20) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_screen_touch_test.cpp64 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 Dmouse_event.h226 .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 Dtouch_event.h121 TouchEvent& SetPointerEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent);
385 void SetPointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent);
H A Dtouch_event.cpp138 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 Dgesture_event.h239 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 Dtouch_event.cpp116 eventInfo.SetPointerEvent(lastPoint.pointerEvent); in CreateTouchEventInfo()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp798 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 Dswipe_recognizer.cpp399 info.SetPointerEvent(lastPointEvent_); in SendCallbackMsg()
H A Drotation_recognizer.cpp362 info.SetPointerEvent(lastPointEvent_); in SendCallbackMsg()
H A Dlong_press_recognizer.cpp362 info.SetPointerEvent(lastPointEvent_); in SendCallbackMsg()
H A Dpinch_recognizer.cpp425 info.SetPointerEvent(lastPointEvent_); in SendCallbackMsg()
H A Dclick_recognizer.cpp475 info.SetPointerEvent(lastPointEvent_); in GetGestureEventInfo()
H A Dpan_recognizer.cpp720 info.SetPointerEvent(lastPointEvent_); in GetGestureEventInfo()
/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_windows_manager.h265 void SetPointerEvent(int32_t pointerAction, std::shared_ptr<PointerEvent> pointerEvent);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_pattern.cpp146 gestureInfo.SetPointerEvent(info.GetPointerEvent()); in HandleClickEventFromTouch()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_inject_test.cpp46 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 Dinput_windows_manager.cpp1193 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 Devent_manager.cpp430 .SetPointerEvent(axisEvent.pointerEvent) in ConvertAxisEventToTouchEvent()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp6580 * @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 Dframe_node.cpp5016 event.SetPointerEvent(touchEvent.pointerEvent); in TriggerOnTouchIntercept()

Completed in 53 milliseconds