Home
last modified time | relevance | path

Searched defs:Intercept (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp187 bool KeyGestureManager::LongPressSingleKey::Intercept(std::shared_ptr<KeyEvent> keyEvent) in Intercept() function in OHOS::MMI::KeyGestureManager::LongPressSingleKey
240 bool KeyGestureManager::LongPressCombinationKey::Intercept(std::shared_ptr<KeyEvent> keyEvent) in Intercept() function in OHOS::MMI::KeyGestureManager::LongPressCombinationKey
405 bool KeyGestureManager::Intercept(std::shared_ptr<KeyEvent> keyEvent) in Intercept() function in OHOS::MMI::KeyGestureManager
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dproxy.rs130 pub(crate) enum Intercept { enum
136 impl Intercept { impl
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp62 bool Intercept(std::shared_ptr<KeyEvent> keyEvent) override in Intercept() function in OHOS::MMI::MyKeyGesture