| /foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
| D | bytrace_adapter.cpp | 74 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()
|
| 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 | client_msg_handler.cpp | 247 InputHandlerType handlerType; in ReportKeyEvent() local 288 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 | 65 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 | 77 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler() 91 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventTyp… in RemoveInputHandler()
|
| /foundation/multimodalinput/input/service/message_handle/src/ |
| D | server_msg_handler.cpp | 262 int32_t ServerMsgHandler::OnAddInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnAddInputHandler() 284 int32_t ServerMsgHandler::OnRemoveInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnRemoveInputHandler()
|
| /foundation/multimodalinput/input/service/connect_manager/src/ |
| D | multimodal_input_connect_manager.cpp | 300 int32_t MultimodalInputConnectManager::AddInputHandler(InputHandlerType handlerType, HandleEventTyp… in AddInputHandler() 307 int32_t MultimodalInputConnectManager::RemoveInputHandler(InputHandlerType handlerType, HandleEvent… in RemoveInputHandler()
|
| D | multimodal_input_connect_stub.cpp | 881 int32_t handlerType; in StubAddInputHandler() local 919 int32_t handlerType; in StubRemoveInputHandler() local
|
| D | multimodal_input_connect_proxy.cpp | 877 int32_t MultimodalInputConnectProxy::AddInputHandler(InputHandlerType handlerType, in AddInputHandler() 903 int32_t MultimodalInputConnectProxy::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
|
| /foundation/multimodalinput/input/service/module_loader/src/ |
| D | mmi_service.cpp | 921 int32_t MMIService::CheckAddInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventT… in CheckAddInput() 930 int32_t MMIService::AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_… in AddInputHandler() 947 int32_t MMIService::CheckRemoveInput(int32_t pid, InputHandlerType handlerType, HandleEventType eve… in CheckRemoveInput() 956 int32_t MMIService::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, int… in RemoveInputHandler()
|