Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_subscriber_handler.h99 void HandleKeyUpWithDelay(std::shared_ptr<KeyEvent> keyEvent, const std::shared_ptr<Subscriber> &subscriber);
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp775 HandleKeyUpWithDelay(keyEvent, subscriber); in NotifyKeyUpSubscriber()
1149 void KeySubscriberHandler::HandleKeyUpWithDelay(std::shared_ptr<KeyEvent> keyEvent, in HandleKeyUpWithDelay() function in OHOS::MMI::KeySubscriberHandler
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp893 * @tc.desc: Test HandleKeyUpWithDelay
908 ASSERT_NO_FATAL_FAILURE(handler.HandleKeyUpWithDelay(keyEvent, subscriber)); in HWTEST_F()
2672 * @tc.desc: Test HandleKeyUpWithDelay
2687 EXPECT_NO_FATAL_FAILURE(handler.HandleKeyUpWithDelay(keyEvent, subscriber)); in HWTEST_F()
2692 * @tc.desc: Test HandleKeyUpWithDelay
2707 EXPECT_NO_FATAL_FAILURE(handler.HandleKeyUpWithDelay(keyEvent, subscriber)); in HWTEST_F()

Completed in 7 milliseconds