Home
last modified time | relevance | path

Searched defs:AddInterceptor (Results 1 – 6 of 6) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dinput_interceptor_manager.cpp30 int32_t InputInterceptorManager::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptor, in AddInterceptor() function in OHOS::MMI::InputInterceptorManager
40 int32_t InputInterceptorManager::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptor, in AddInterceptor() function in OHOS::MMI::InputInterceptorManager
Dinput_manager_impl.cpp569 int32_t InputManagerImpl::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptor, in AddInterceptor() function in OHOS::MMI::InputManagerImpl
587 int32_t InputManagerImpl::AddInterceptor(std::function<void(std::shared_ptr<KeyEvent>)> interceptor, in AddInterceptor() function in OHOS::MMI::InputManagerImpl
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
Dmock_input_manager.cpp95 int32_t InputManager::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptorId) in AddInterceptor() function in OHOS::MMI::InputManager
102 int32_t InputManager::AddInterceptor(std::function<void(std::shared_ptr<KeyEvent>)> interceptor) in AddInterceptor() function in OHOS::MMI::InputManager
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dability_interceptor_executer.cpp22 void AbilityInterceptorExecuter::AddInterceptor(const std::shared_ptr<AbilityInterceptor> &intercep… in AddInterceptor() function in OHOS::AAFwk::AbilityInterceptorExecuter
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dinput_manager.cpp129 int32_t InputManager::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptor) in AddInterceptor() function in OHOS::MMI::InputManager
134 int32_t InputManager::AddInterceptor(std::function<void(std::shared_ptr<KeyEvent>)> interceptor) in AddInterceptor() function in OHOS::MMI::InputManager
139 int32_t InputManager::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptor, int32_t prio… in AddInterceptor() function in OHOS::MMI::InputManager
/foundation/multimodalinput/input/service/interceptor/src/
Devent_interceptor_handler.cpp289 int32_t EventInterceptorHandler::InterceptorCollection::AddInterceptor(const SessionHandler& interc… in AddInterceptor() function in OHOS::MMI::EventInterceptorHandler::InterceptorCollection