Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_subscriber_handler.h124 void NotifyKeyUpSubscriber(const std::shared_ptr<KeyEvent> &keyEvent,
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp765 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 Dkey_subscriber_handler_test.cpp657 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