Home
last modified time | relevance | path

Searched refs:ShouldIntercept (Results 1 - 5 of 5) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h80 virtual bool ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const = 0;
110 bool ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const override;
126 bool ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const override;
157 bool ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const;
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp218 bool KeyGestureManager::LongPressSingleKey::ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const in ShouldIntercept() function in OHOS::KeyGestureManager::LongPressSingleKey
274 bool KeyGestureManager::LongPressCombinationKey::ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const in ShouldIntercept() function in OHOS::KeyGestureManager::LongPressCombinationKey
410 bool KeyGestureManager::ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const in ShouldIntercept() function in KeyGestureManager
416 return keyGesture->ShouldIntercept(keyOption); in ShouldIntercept()
425 if (keyGesture->ShouldIntercept(keyOption)) {
H A Dkey_subscriber_handler.cpp129 if (keyGestureMgr_.ShouldIntercept(keyOption)) { in SubscribeKeyEvent()
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp58 bool ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const override
240 * @tc.desc: Test the funcation ShouldIntercept
249 bool result = keyGestureManager.ShouldIntercept(keyOption); in HWTEST_F()
255 * @tc.desc: Test the funcation ShouldIntercept
282 * @tc.desc: Test the funcation ShouldIntercept
302 * @tc.desc: Test the funcation ShouldIntercept
322 * @tc.desc: Test the funcation ShouldIntercept
342 * @tc.desc: Test the funcation ShouldIntercept
369 * @tc.desc: Test the funcation ShouldIntercept
384 * @tc.desc: Test the funcation ShouldIntercept
[all...]
H A Dkey_gesture_manager_ex_test.cpp50 bool ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const override

Completed in 5 milliseconds