Home
last modified time | relevance | path

Searched defs:handlerType (Results 1 – 13 of 13) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dinput_handler_manager.cpp42 int32_t InputHandlerManager::AddHandler(InputHandlerType handlerType, std::shared_ptr<IInputEventCo… in AddHandler()
93 void InputHandlerManager::RemoveHandler(int32_t handlerId, InputHandlerType handlerType) in RemoveHandler()
112 int32_t InputHandlerManager::AddLocal(int32_t handlerId, InputHandlerType handlerType, HandleEventT… in AddLocal()
146 int32_t InputHandlerManager::AddToServer(InputHandlerType handlerType, HandleEventType eventType, i… in AddToServer()
156 int32_t InputHandlerManager::RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t … in RemoveLocal()
184 void InputHandlerManager::RemoveFromServer(InputHandlerType handlerType, HandleEventType eventType,… in RemoveFromServer()
Dbytrace_adapter.cpp111 void BytraceAdapter::StartBytrace(std::shared_ptr<KeyEvent> key, HandlerType handlerType) in StartBytrace()
143 …apter::StartBytrace(std::shared_ptr<KeyEvent> keyEvent, TraceBtn traceBtn, HandlerType handlerType) in StartBytrace()
193 std::shared_ptr<PointerEvent> pointerEvent, TraceBtn traceBtn, HandlerType handlerType) in StartBytrace()
Dclient_msg_handler.cpp269 InputHandlerType handlerType; in ReportKeyEvent() local
309 InputHandlerType handlerType; in ReportPointerEvent() local
/foundation/multimodalinput/input/service/interceptor/include/
Devent_interceptor_handler.h61 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, in SessionHandler()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
Dinput_handler_type.h41 inline bool IsValidHandlerType(InputHandlerType handlerType) in IsValidHandlerType()
/foundation/multimodalinput/input/service/monitor/include/
Devent_monitor_handler.h66 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, SessionPtr session) in SessionHandler()
/foundation/multimodalinput/input/service/interceptor/src/
Devent_interceptor_handler.cpp78 int32_t EventInterceptorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
94 void EventInterceptorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
/foundation/multimodalinput/input/service/monitor/src/
Devent_monitor_handler.cpp80 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
94 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventTyp… in RemoveInputHandler()
/foundation/multimodalinput/input/service/message_handle/src/
Dserver_msg_handler.cpp331 int32_t ServerMsgHandler::OnAddInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnAddInputHandler()
353 int32_t ServerMsgHandler::OnRemoveInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnRemoveInputHandler()
/foundation/multimodalinput/input/service/module_loader/src/
Dmmi_service.cpp998 int32_t MMIService::CheckAddInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventT… in CheckAddInput()
1007 int32_t MMIService::AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_… in AddInputHandler()
1039 int32_t MMIService::CheckRemoveInput(int32_t pid, InputHandlerType handlerType, HandleEventType eve… in CheckRemoveInput()
1048 int32_t MMIService::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, int… in RemoveInputHandler()
/foundation/multimodalinput/input/service/connect_manager/src/
Dmultimodal_input_connect_manager.cpp351 int32_t MultimodalInputConnectManager::AddInputHandler(InputHandlerType handlerType, HandleEventTyp… in AddInputHandler()
358 int32_t MultimodalInputConnectManager::RemoveInputHandler(InputHandlerType handlerType, HandleEvent… in RemoveInputHandler()
Dmultimodal_input_connect_stub.cpp992 int32_t handlerType; in StubAddInputHandler() local
1029 int32_t handlerType; in StubRemoveInputHandler() local
Dmultimodal_input_connect_proxy.cpp1006 int32_t MultimodalInputConnectProxy::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
1032 int32_t MultimodalInputConnectProxy::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()