Searched refs:RunHandler (Results 1 – 3 of 3) sorted by relevance
100 void RunHandler(int32_t handlerId, std::shared_ptr<KeyEvent> keyEvent);
494 ASSERT_NO_FATAL_FAILURE(myKeyGesture->RunHandler(handlerId, keyEvent));497 ASSERT_NO_FATAL_FAILURE(myKeyGesture->RunHandler(handlerId, keyEvent));
155 void KeyGestureManager::KeyGesture::RunHandler(int32_t handlerId, std::shared_ptr<KeyEvent> keyEven… in RunHandler() function in OHOS::MMI::KeyGestureManager::KeyGesture