Home
last modified time | relevance | path

Searched refs:FilterInvalidPointerItem (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp424 * @tc.desc: Test the function FilterInvalidPointerItem
452 ASSERT_NO_FATAL_FAILURE(eventdispatchhandler.FilterInvalidPointerItem(pointerEvent, fd)); in HWTEST_F()
471 * @tc.desc: Test the function FilterInvalidPointerItem
481 ASSERT_NO_FATAL_FAILURE(eventdispatchhandler.FilterInvalidPointerItem(sharedPointerEvent, fd)); in HWTEST_F()
486 * @tc.desc: Test the function FilterInvalidPointerItem
502 ASSERT_NO_FATAL_FAILURE(eventdispatchhandler.FilterInvalidPointerItem(sharedPointerEvent, fd)); in HWTEST_F()
507 * @tc.desc: Test the function FilterInvalidPointerItem
527 ASSERT_NO_FATAL_FAILURE(eventdispatchhandler.FilterInvalidPointerItem(sharedPointerEvent, fd)); in HWTEST_F()
1374 * @tc.desc: Test the function FilterInvalidPointerItem
1389 ASSERT_NO_FATAL_FAILURE(eventdispatchhandler.FilterInvalidPointerItem(sharedPointerEven in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/event_dispatch/include/
H A Devent_dispatch_handler.h87 void FilterInvalidPointerItem(const std::shared_ptr<PointerEvent> pointEvent, int32_t fd);
/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp79 void EventDispatchHandler::FilterInvalidPointerItem(const std::shared_ptr<PointerEvent> pointerEvent, int32_t fd) in FilterInvalidPointerItem() function in OHOS::MMI::EventDispatchHandler
322 FilterInvalidPointerItem(pointerEvent, fd); in DispatchPointerEventInner()

Completed in 5 milliseconds