Home
last modified time | relevance | path

Searched refs:RunHandler (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_ex_test.cpp144 * @tc.desc: Test the funcation RunHandler
158 EXPECT_NO_FATAL_FAILURE(myKeyGesture->RunHandler(handlerId, keyEvent)); in HWTEST_F()
160 EXPECT_NO_FATAL_FAILURE(myKeyGesture->RunHandler(handlerId, keyEvent)); in HWTEST_F()
H A Dkey_gesture_manager_test.cpp578 * @tc.desc: Test the funcation RunHandler
598 ASSERT_NO_FATAL_FAILURE(myKeyGesture->RunHandler(handlerId, keyEvent)); in HWTEST_F()
601 ASSERT_NO_FATAL_FAILURE(myKeyGesture->RunHandler(handlerId, keyEvent)); in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h95 void RunHandler(int32_t handlerId, std::shared_ptr<KeyEvent> keyEvent);
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp175 void KeyGestureManager::KeyGesture::RunHandler(int32_t handlerId, std::shared_ptr<KeyEvent> keyEvent) in RunHandler() function in OHOS::KeyGestureManager::KeyGesture

Completed in 3 milliseconds