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.cpp40 int32_t InputHandlerManager::AddHandler(InputHandlerType handlerType, in AddHandler()
79 void InputHandlerManager::RemoveHandler(int32_t handlerId, InputHandlerType handlerType) in RemoveHandler()
94 int32_t InputHandlerManager::AddLocal(int32_t handlerId, InputHandlerType handlerType, in AddLocal()
111 int32_t InputHandlerManager::AddToServer(InputHandlerType handlerType, HandleEventType eventType) in AddToServer()
120 int32_t InputHandlerManager::RemoveLocal(int32_t handlerId, InputHandlerType handlerType) in RemoveLocal()
136 void InputHandlerManager::RemoveFromServer(InputHandlerType handlerType, HandleEventType eventType) in RemoveFromServer()
Dbytrace_adapter.cpp74 void BytraceAdapter::StartBytrace(std::shared_ptr<KeyEvent> key, HandlerType handlerType) in StartBytrace()
106 …apter::StartBytrace(std::shared_ptr<KeyEvent> keyEvent, TraceBtn traceBtn, HandlerType handlerType) in StartBytrace()
156 std::shared_ptr<PointerEvent> pointerEvent, TraceBtn traceBtn, HandlerType handlerType) in StartBytrace()
Dclient_msg_handler.cpp300 InputHandlerType handlerType; in ReportKeyEvent() local
340 InputHandlerType handlerType; in ReportPointerEvent() local
/foundation/multimodalinput/input/service/interceptor/include/
Devent_interceptor_handler.h58 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, SessionPtr session) in SessionHandler()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
Dinput_handler_type.h40 inline bool IsValidHandlerType(InputHandlerType handlerType) in IsValidHandlerType()
/foundation/multimodalinput/input/service/monitor/include/
Devent_monitor_handler.h65 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, SessionPtr session) in SessionHandler()
/foundation/multimodalinput/input/service/interceptor/src/
Devent_interceptor_handler.cpp86 int32_t EventInterceptorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
100 void EventInterceptorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
/foundation/multimodalinput/input/service/monitor/src/
Devent_monitor_handler.cpp73 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
87 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventTyp… in RemoveInputHandler()
/foundation/multimodalinput/input/service/message_handle/src/
Dserver_msg_handler.cpp254 int32_t ServerMsgHandler::OnAddInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnAddInputHandler()
276 int32_t ServerMsgHandler::OnRemoveInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnRemoveInputHandler()
/foundation/multimodalinput/input/service/connect_manager/src/
Dmultimodal_input_connect_manager.cpp158 int32_t MultimodalInputConnectManager::AddInputHandler(InputHandlerType handlerType, HandleEventTyp… in AddInputHandler()
164 int32_t MultimodalInputConnectManager::RemoveInputHandler(InputHandlerType handlerType, HandleEvent… in RemoveInputHandler()
Dmultimodal_input_connect_stub.cpp331 int32_t handlerType; in StubAddInputHandler() local
359 int32_t handlerType; in StubRemoveInputHandler() local
Dmultimodal_input_connect_proxy.cpp365 int32_t MultimodalInputConnectProxy::AddInputHandler(InputHandlerType handlerType, in AddInputHandler()
388 int32_t MultimodalInputConnectProxy::RemoveInputHandler(InputHandlerType handlerType, HandleEventTy… in RemoveInputHandler()
/foundation/multimodalinput/input/service/module_loader/src/
Dmmi_service.cpp684 int32_t MMIService::CheckAddInput(int32_t pid, InputHandlerType handlerType, in CheckAddInput()
693 int32_t MMIService::AddInputHandler(InputHandlerType handlerType, HandleEventType eventType) in AddInputHandler()
709 int32_t MMIService::CheckRemoveInput(int32_t pid, InputHandlerType handlerType, HandleEventType eve… in CheckRemoveInput()
717 int32_t MMIService::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType) in RemoveInputHandler()