| /foundation/multimodalinput/input/service/interceptor/test/ |
| D | event_interceptor_handler_test.cpp | 177 InputHandlerType handlerType = InputHandlerType::NONE; variable 201 InputHandlerType handlerType = InputHandlerType::NONE; variable 234 InputHandlerType handlerType = InputHandlerType::NONE; variable 258 InputHandlerType handlerType = InputHandlerType::NONE; variable 289 InputHandlerType handlerType = InputHandlerType::NONE; variable 320 InputHandlerType handlerType = InputHandlerType::NONE; variable 351 InputHandlerType handlerType = InputHandlerType::NONE; variable 373 InputHandlerType handlerType = InputHandlerType::NONE; variable 404 InputHandlerType handlerType = InputHandlerType::NONE; variable 439 InputHandlerType handlerType = InputHandlerType::NONE; variable [all …]
|
| /foundation/multimodalinput/input/service/interceptor/include/ |
| D | event_interceptor_handler.h | 66 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, in SessionHandler()
|
| /foundation/multimodalinput/input/service/monitor/test/ |
| D | event_monitor_handler_test.cpp | 60 InputHandlerType handlerType = InputHandlerType::NONE; variable 80 InputHandlerType handlerType = InputHandlerType::NONE; variable 432 InputHandlerType handlerType = InputHandlerType::NONE; variable 452 InputHandlerType handlerType = InputHandlerType::NONE; variable 469 InputHandlerType handlerType = InputHandlerType::NONE; variable 495 InputHandlerType handlerType = InputHandlerType::NONE; variable 523 InputHandlerType handlerType = InputHandlerType::NONE; variable
|
| /foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
| D | input_handler_type.h | 43 inline bool IsValidHandlerType(InputHandlerType handlerType) in IsValidHandlerType()
|
| /foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
| D | input_handler_manager.cpp | 48 int32_t InputHandlerManager::AddHandler(InputHandlerType handlerType, std::shared_ptr<IInputEventCo… in AddHandler() 100 int32_t InputHandlerManager::RemoveHandler(int32_t handlerId, InputHandlerType handlerType) in RemoveHandler() 125 int32_t InputHandlerManager::AddLocal(int32_t handlerId, InputHandlerType handlerType, HandleEventT… in AddLocal() 159 int32_t InputHandlerManager::AddToServer(InputHandlerType handlerType, HandleEventType eventType, i… in AddToServer() 169 int32_t InputHandlerManager::RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t … in RemoveLocal() 197 int32_t InputHandlerManager::RemoveFromServer(InputHandlerType handlerType, HandleEventType eventTy… in RemoveFromServer()
|
| D | bytrace_adapter.cpp | 111 void BytraceAdapter::StartBytrace(std::shared_ptr<KeyEvent> key, HandlerType handlerType) in StartBytrace() 142 …apter::StartBytrace(std::shared_ptr<KeyEvent> keyEvent, TraceBtn traceBtn, HandlerType handlerType) in StartBytrace() 191 std::shared_ptr<PointerEvent> pointerEvent, TraceBtn traceBtn, HandlerType handlerType) in StartBytrace()
|
| D | client_msg_handler.cpp | 298 InputHandlerType handlerType; in ReportKeyEvent() local 339 InputHandlerType handlerType; in ReportPointerEvent() local
|
| /foundation/multimodalinput/input/service/monitor/include/ |
| D | event_monitor_handler.h | 80 : handlerType_(handlerType), eventType_(eventType & HANDLE_EVENT_TYPE_ALL), in handlerType_() argument
|
| /foundation/multimodalinput/input/service/message_handle/test/ |
| D | server_msg_handler_test.cpp | 272 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable 291 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable 310 InputHandlerType handlerType = InputHandlerType::MONITOR; variable 329 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable 348 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable 367 InputHandlerType handlerType = InputHandlerType::MONITOR; variable 416 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable 435 InputHandlerType handlerType = InputHandlerType::MONITOR; variable 454 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable 473 InputHandlerType handlerType = InputHandlerType::MONITOR; variable [all …]
|
| /foundation/multimodalinput/input/service/monitor/src/ |
| D | event_monitor_handler.cpp | 95 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler() 109 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler() 123 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler() 134 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventTyp… in RemoveInputHandler()
|
| /foundation/multimodalinput/input/service/interceptor/src/ |
| D | event_interceptor_handler.cpp | 82 int32_t EventInterceptorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler() 98 void EventInterceptorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
|
| /foundation/multimodalinput/input/service/module_loader/test/ |
| D | mmi_service_test.cpp | 162 InputHandlerType handlerType = InputHandlerType::MONITOR; variable 179 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable 755 InputHandlerType handlerType = InputHandlerType::MONITOR; variable 773 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable 794 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable 812 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; variable
|
| /foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
| D | stubhandleallocsocketfd_fuzzer.cpp | 31 InputHandlerType handlerType = NONE; variable
|
| /foundation/multimodalinput/input/service/message_handle/src/ |
| D | server_msg_handler.cpp | 662 int32_t ServerMsgHandler::OnAddInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnAddInputHandler() 684 int32_t ServerMsgHandler::OnRemoveInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnRemoveInputHandler()
|
| /foundation/multimodalinput/input/service/connect_manager/src/ |
| D | multimodal_input_connect_manager.cpp | 360 int32_t MultimodalInputConnectManager::AddInputHandler(InputHandlerType handlerType, HandleEventTyp… in AddInputHandler() 368 int32_t MultimodalInputConnectManager::RemoveInputHandler(InputHandlerType handlerType, HandleEvent… in RemoveInputHandler()
|
| D | multimodal_input_connect_stub.cpp | 1125 int32_t handlerType = 0; in StubAddInputHandler() local 1175 int32_t handlerType = 0; in StubRemoveInputHandler() local
|
| D | multimodal_input_connect_proxy.cpp | 1001 int32_t MultimodalInputConnectProxy::AddInputHandler(InputHandlerType handlerType, in AddInputHandler() 1026 int32_t MultimodalInputConnectProxy::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler()
|
| /foundation/multimodalinput/input/service/module_loader/src/ |
| D | mmi_service.cpp | 1281 int32_t MMIService::CheckAddInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventT… in CheckAddInput() 1290 int32_t MMIService::AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_… in AddInputHandler() 1325 int32_t MMIService::CheckRemoveInput(int32_t pid, InputHandlerType handlerType, HandleEventType eve… in CheckRemoveInput() 1334 int32_t MMIService::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, int… in RemoveInputHandler()
|
| /foundation/multimodalinput/input/service/connect_manager/test/ |
| D | multimodal_input_connect_stub_test.cpp | 278 int32_t handlerType = InputHandlerType::NONE; variable
|
| D | multimodal_input_connect_stub_ex_test.cpp | 148 int32_t AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, in AddInputHandler() 150 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, in RemoveInputHandler()
|