Searched refs:NotifyKeyDownDelay (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/include/ |
H A D | key_subscriber_handler.h | 122 void NotifyKeyDownDelay(const std::shared_ptr<KeyEvent> &keyEvent,
|
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_subscriber_handler.cpp | 718 NotifyKeyDownDelay(keyEvent, subscribers, handled); in NotifyKeyDownSubscriber() 744 void KeySubscriberHandler::NotifyKeyDownDelay(const std::shared_ptr<KeyEvent> &keyEvent, in NotifyKeyDownDelay() function in OHOS::MMI::KeySubscriberHandler
|
/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | key_subscriber_handler_test.cpp | 520 handler.NotifyKeyDownDelay(keyEvent, subscribers, handled); in HWTEST_F() 1515 ASSERT_NO_FATAL_FAILURE(handler.NotifyKeyDownDelay(keyEvent, subscriberList, handled)); in HWTEST_F() 1520 ASSERT_NO_FATAL_FAILURE(handler.NotifyKeyDownDelay(keyEvent, subscriberList, handled)); in HWTEST_F()
|
Completed in 7 milliseconds