Searched refs:DispatchPointerEventInner (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/test/ |
H A D | event_dispatch_test.cpp | 782 ASSERT_NO_FATAL_FAILURE(dispatch.DispatchPointerEventInner(point, fd)); 1515 ASSERT_NO_FATAL_FAILURE(handler.DispatchPointerEventInner(point, fd)); 1517 ASSERT_NO_FATAL_FAILURE(handler.DispatchPointerEventInner(point, fd)); 1523 ASSERT_NO_FATAL_FAILURE(handler.DispatchPointerEventInner(point, fd)); 1526 ASSERT_NO_FATAL_FAILURE(handler.DispatchPointerEventInner(point, fd)); 1528 ASSERT_NO_FATAL_FAILURE(handler.DispatchPointerEventInner(point, fd)); 1530 ASSERT_NO_FATAL_FAILURE(handler.DispatchPointerEventInner(point, fd)); 1532 ASSERT_NO_FATAL_FAILURE(handler.DispatchPointerEventInner(point, fd)); 1534 ASSERT_NO_FATAL_FAILURE(handler.DispatchPointerEventInner(point, fd)); 1536 ASSERT_NO_FATAL_FAILURE(handler.DispatchPointerEventInner(point, fd)); [all …]
|
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/src/ |
H A D | event_dispatch_handler.cpp | 210 DispatchPointerEventInner(pointerEvent, fd); in HandleMultiWindowPointerEvent() 302 DispatchPointerEventInner(point, fd); in HandlePointerEventInner() 323 void EventDispatchHandler::DispatchPointerEventInner(std::shared_ptr<PointerEvent> point, int32_t f… in DispatchPointerEventInner() function in OHOS::MMI::EventDispatchHandler
|
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/include/ |
H A D | event_dispatch_handler.h | 64 void DispatchPointerEventInner(std::shared_ptr<PointerEvent> point, int32_t fd);
|