Home
last modified time | relevance | path

Searched refs:InputInterceptorManager (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_interceptor_manager.cpp26 InputInterceptorManager::InputInterceptorManager() {} in InputInterceptorManager() function in OHOS::MMI::InputInterceptorManager
27 InputInterceptorManager::~InputInterceptorManager() {} in ~InputInterceptorManager()
29 int32_t InputInterceptorManager::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptor, in AddInterceptor()
36 int32_t InputInterceptorManager::AddInterceptor(std::shared_ptr<IInputEventConsumer> interceptor, in AddInterceptor()
43 int32_t InputInterceptorManager::RemoveInterceptor(int32_t interceptorId) in RemoveInterceptor()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_interceptor_manager.h28 class InputInterceptorManager final : public InputHandlerManager {
29 DECLARE_DELAYED_SINGLETON(InputInterceptorManager);
31 DISALLOW_COPY_AND_MOVE(InputInterceptorManager);
39 inline InputHandlerType InputInterceptorManager::GetHandlerType() const in GetHandlerType()
44 #define InputInterMgr ::OHOS::DelayedSingleton<InputInterceptorManager>::GetInstance()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/
H A Dlibmmi-client-map22 OHOS::MMI::InputInterceptorManager*;