| /foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
| D | input_handler_manager.cpp | 42 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()
|
| D | bytrace_adapter.cpp | 111 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()
|
| D | client_msg_handler.cpp | 269 InputHandlerType handlerType; in ReportKeyEvent() local 309 InputHandlerType handlerType; in ReportPointerEvent() local
|
| /foundation/multimodalinput/input/service/interceptor/include/ |
| D | event_interceptor_handler.h | 61 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, in SessionHandler()
|
| /foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
| D | input_handler_type.h | 41 inline bool IsValidHandlerType(InputHandlerType handlerType) in IsValidHandlerType()
|
| /foundation/multimodalinput/input/service/monitor/include/ |
| D | event_monitor_handler.h | 66 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, SessionPtr session) in SessionHandler()
|
| /foundation/multimodalinput/input/service/interceptor/src/ |
| D | event_interceptor_handler.cpp | 78 int32_t EventInterceptorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler() 94 void EventInterceptorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
|
| /foundation/multimodalinput/input/service/monitor/src/ |
| D | event_monitor_handler.cpp | 80 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/ |
| D | server_msg_handler.cpp | 331 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/ |
| D | mmi_service.cpp | 998 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/ |
| D | multimodal_input_connect_manager.cpp | 351 int32_t MultimodalInputConnectManager::AddInputHandler(InputHandlerType handlerType, HandleEventTyp… in AddInputHandler() 358 int32_t MultimodalInputConnectManager::RemoveInputHandler(InputHandlerType handlerType, HandleEvent… in RemoveInputHandler()
|
| D | multimodal_input_connect_stub.cpp | 992 int32_t handlerType; in StubAddInputHandler() local 1029 int32_t handlerType; in StubRemoveInputHandler() local
|
| D | multimodal_input_connect_proxy.cpp | 1006 int32_t MultimodalInputConnectProxy::AddInputHandler(InputHandlerType handlerType, in AddInputHandler() 1032 int32_t MultimodalInputConnectProxy::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
|