Searched refs:NotifyKeyUpSubscriber (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/include/ |
H A D | key_subscriber_handler.h | 124 void NotifyKeyUpSubscriber(const std::shared_ptr<KeyEvent> &keyEvent,
|
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_subscriber_handler.cpp | 765 void KeySubscriberHandler::NotifyKeyUpSubscriber(const std::shared_ptr<KeyEvent> &keyEvent, in NotifyKeyUpSubscriber() function in OHOS::MMI::KeySubscriberHandler 1025 NotifyKeyUpSubscriber(keyEvent, subscribers, handled); in HandleKeyUp() 1034 NotifyKeyUpSubscriber(keyEvent, subscribers, handled); in HandleKeyUp()
|
/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | key_subscriber_handler_test.cpp | 657 handler.NotifyKeyUpSubscriber(keyEvent, subscribers, handled); in HWTEST_F() 660 handler.NotifyKeyUpSubscriber(keyEvent, subscribers, handled); in HWTEST_F() 664 handler.NotifyKeyUpSubscriber(keyEvent, subscribers, handled); in HWTEST_F() 1545 ASSERT_NO_FATAL_FAILURE(handler.NotifyKeyUpSubscriber(keyEvent, subscriberList, handled)); in HWTEST_F() 1548 ASSERT_NO_FATAL_FAILURE(handler.NotifyKeyUpSubscriber(keyEvent, subscriberList, handled)); in HWTEST_F() 1550 ASSERT_NO_FATAL_FAILURE(handler.NotifyKeyUpSubscriber(keyEvent, subscriberList, handled)); in HWTEST_F()
|
Completed in 8 milliseconds