/foundation/multimodalinput/input/service/interceptor/test/ |
H A D | event_interceptor_handler_test.cpp | 177 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F() local 183 EventInterceptorHandler::SessionHandler interceptorFirst(handlerType, eventType, priority, in HWTEST_F() 201 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F() local 207 EventInterceptorHandler::SessionHandler interceptorFirst(handlerType, eventType, priority, in HWTEST_F() 210 handlerType = InputHandlerType::NONE; in HWTEST_F() 216 EventInterceptorHandler::SessionHandler interceptorSecond(handlerType, eventType, priority, in HWTEST_F() 234 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F() local 240 EventInterceptorHandler::SessionHandler interceptorFirst(handlerType, eventType, priority, in HWTEST_F() 258 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F() local 264 EventInterceptorHandler::SessionHandler interceptorFirst(handlerType, eventTyp in HWTEST_F() 289 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 320 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 351 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 373 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 404 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 439 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 462 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 484 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 502 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; HWTEST_F() local 520 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; HWTEST_F() local 538 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 562 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; HWTEST_F() local 582 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 617 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 639 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local [all...] |
H A D | event_interceptor_handler_ex_test.cpp | 72 InputHandlerType handlerType = InputHandlerType::NONE;
in HWTEST_F() local 77 EventInterceptorHandler::SessionHandler sessionHandler(handlerType, eventType, priority,
in HWTEST_F() 100 InputHandlerType handlerType = InputHandlerType::NONE;
in HWTEST_F() local 105 EventInterceptorHandler::SessionHandler sessionHandler(handlerType, eventType, priority,
in HWTEST_F() 129 InputHandlerType handlerType = InputHandlerType::NONE;
in HWTEST_F() local 134 EventInterceptorHandler::SessionHandler sessionHandler(handlerType, eventType, priority,
in HWTEST_F() 158 InputHandlerType handlerType = InputHandlerType::NONE;
in HWTEST_F() local 163 EventInterceptorHandler::SessionHandler sessionHandler(handlerType, eventType, priority,
in HWTEST_F() 186 InputHandlerType handlerType = InputHandlerType::NONE;
in HWTEST_F() local 191 EventInterceptorHandler::SessionHandler sessionHandler(handlerType, eventTyp in HWTEST_F() 214 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 243 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 273 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 303 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local [all...] |
H A D | mock.cpp | 50 void BytraceAdapter::StartBytrace(std::shared_ptr<KeyEvent> key, HandlerType handlerType)
in StartBytrace() argument
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 48 int32_t InputHandlerManager::AddHandler(InputHandlerType handlerType, std::shared_ptr<IInputEventConsumer> consumer, in AddHandler() argument 53 if (handlerType == InputHandlerType::INTERCEPTOR) { in AddHandler() 73 if (RET_OK == AddLocal(handlerId, handlerType, eventType, priority, deviceTags, consumer)) { in AddHandler() 78 MMI_HILOGD("handlerType:%{public}d, newType:%{public}d, deviceTags:%{public}d, priority:%{public}d", in AddHandler() 79 handlerType, newType, allDeviceTags, priority); in AddHandler() 80 int32_t ret = AddToServer(handlerType, newType, priority, allDeviceTags); in AddHandler() 84 handlerType, handlerId, currentType, currentTags, newType, deviceTags, priority); in AddHandler() 85 RemoveLocal(handlerId, handlerType, allDeviceTags); in AddHandler() 91 handlerType, handlerId, currentType, currentTags, newType, deviceTags, priority); in AddHandler() 94 "(%{public}d, %{public}d, %{public}d)", handlerType, handlerI in AddHandler() 100 AddGestureMonitor( InputHandlerType handlerType, std::shared_ptr<IInputEventConsumer> consumer, HandleEventType eventType, TouchGestureType gestureType, int32_t fingers) AddGestureMonitor() argument 130 AddHandler(InputHandlerType handlerType, std::shared_ptr<IInputEventConsumer> consumer, std::vector<int32_t> actionsType) AddHandler() argument 160 RemoveGestureMonitor(int32_t handlerId, InputHandlerType handlerType) RemoveGestureMonitor() argument 196 RemoveHandler(int32_t handlerId, InputHandlerType handlerType) RemoveHandler() argument 283 AddLocal(int32_t handlerId, InputHandlerType handlerType, HandleEventType eventType, int32_t priority, uint32_t deviceTags, std::shared_ptr<IInputEventConsumer> monitor) AddLocal() argument 317 AddLocal(int32_t handlerId, InputHandlerType handlerType, std::vector<int32_t> actionsType, std::shared_ptr<IInputEventConsumer> monitor) AddLocal() argument 337 AddToServer(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, uint32_t deviceTags, std::vector<int32_t> actionsType) AddToServer() argument 348 RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t &deviceTags) RemoveLocal() argument 391 RemoveLocalActions(int32_t handlerId, InputHandlerType handlerType) RemoveLocalActions() argument 410 RemoveFromServer(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, uint32_t deviceTags, std::vector<int32_t> actionsType) RemoveFromServer() argument [all...] |
H A D | bytrace_adapter.cpp | 121 void BytraceAdapter::StartBytrace(std::shared_ptr<KeyEvent> key, HandlerType handlerType) in StartBytrace() argument 127 switch (handlerType) { in StartBytrace() 155 void BytraceAdapter::StartBytrace(std::shared_ptr<KeyEvent> keyEvent, TraceBtn traceBtn, HandlerType handlerType) in StartBytrace() argument 162 switch (handlerType) { in StartBytrace() 184 switch (handlerType) { in StartBytrace() 207 std::shared_ptr<PointerEvent> pointerEvent, TraceBtn traceBtn, HandlerType handlerType) in StartBytrace() 213 if (handlerType == POINT_DISPATCH_EVENT) { in StartBytrace() 232 if (handlerType == POINT_DISPATCH_EVENT) { in StartBytrace() 239 if (handlerType == POINT_INTERCEPT_EVENT) { in StartBytrace() 206 StartBytrace( std::shared_ptr<PointerEvent> pointerEvent, TraceBtn traceBtn, HandlerType handlerType) StartBytrace() argument
|
H A D | client_msg_handler.cpp | 303 InputHandlerType handlerType; in ReportKeyEvent() local 305 pkt >> handlerType >> deviceTags; in ReportKeyEvent() 318 switch (handlerType) { in ReportKeyEvent() 344 InputHandlerType handlerType; in ReportPointerEvent() local 346 pkt >> handlerType >> deviceTags; in ReportPointerEvent() 351 MMI_HILOG_DISPATCHD("Client handlerType:%{public}d", handlerType); in ReportPointerEvent() 360 switch (handlerType) { in ReportPointerEvent()
|
/foundation/multimodalinput/input/service/monitor/include/ |
H A D | event_monitor_handler.h | 50 int32_t AddInputHandler(InputHandlerType handlerType, 52 void RemoveInputHandler(InputHandlerType handlerType, 54 int32_t AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, 56 void RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, 58 int32_t AddInputHandler(InputHandlerType handlerType, std::vector<int32_t> actionsType, SessionPtr session); 59 void RemoveInputHandler(InputHandlerType handlerType, std::vector<int32_t> actionsType, SessionPtr session); 79 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, in SessionHandler() argument 81 : handlerType_(handlerType), eventType_(eventType & HANDLE_EVENT_TYPE_ALL), in SessionHandler() 84 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, in SessionHandler() argument 86 : handlerType_(handlerType), eventType in SessionHandler() 92 SessionHandler(InputHandlerType handlerType, uint32_t eventType, SessionPtr session, std::vector<int32_t> actionsType, std::shared_ptr<IInputEventConsumer> cb = nullptr) SessionHandler() argument [all...] |
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_handler_manager.h | 58 int32_t AddGestureMonitor(InputHandlerType handlerType, std::shared_ptr<IInputEventConsumer> consumer, 60 int32_t RemoveGestureMonitor(int32_t handlerId, InputHandlerType handlerType); 61 int32_t AddHandler(InputHandlerType handlerType, std::shared_ptr<IInputEventConsumer> consumer, 65 int32_t AddHandler(InputHandlerType handlerType, std::shared_ptr<IInputEventConsumer> consumer, 94 int32_t AddLocal(int32_t handlerId, InputHandlerType handlerType, HandleEventType eventType, 96 int32_t AddLocal(int32_t handlerId, InputHandlerType handlerType, std::vector<int32_t> actionsType, 98 int32_t AddToServer(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, 101 int32_t RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t &deviceTags); 103 int32_t RemoveLocalActions(int32_t handlerId, InputHandlerType handlerType); 104 int32_t RemoveFromServer(InputHandlerType handlerType, HandleEventTyp [all...] |
H A D | bytrace_adapter.h | 47 static void StartBytrace(std::shared_ptr<KeyEvent> key, HandlerType handlerType); 49 static void StartBytrace(std::shared_ptr<KeyEvent> keyEvent, TraceBtn traceBtn, HandlerType handlerType); 50 static void StartBytrace(std::shared_ptr<PointerEvent> pointerEvent, TraceBtn traceBtn, HandlerType handlerType);
|
/foundation/multimodalinput/input/service/interceptor/include/ |
H A D | event_interceptor_handler.h | 45 int32_t AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, 47 void RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, 66 SessionHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, in SessionHandler() argument 67 uint32_t deviceTags, SessionPtr session) : handlerType_(handlerType), in SessionHandler()
|
/foundation/multimodalinput/input/service/message_handle/include/ |
H A D | server_msg_handler.h | 59 int32_t OnAddInputHandler(SessionPtr sess, InputHandlerType handlerType, HandleEventType eventType, 61 int32_t OnRemoveInputHandler(SessionPtr sess, InputHandlerType handlerType, HandleEventType eventType, 63 int32_t OnAddGestureMonitor(SessionPtr sess, InputHandlerType handlerType, 65 int32_t OnRemoveGestureMonitor(SessionPtr sess, InputHandlerType handlerType, 67 int32_t OnAddInputHandler(SessionPtr sess, InputHandlerType handlerType, std::vector<int32_t> actionsType); 68 int32_t OnRemoveInputHandler(SessionPtr sess, InputHandlerType handlerType, std::vector<int32_t> actionsType);
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | input_handler_type.h | 59 inline bool IsValidHandlerType(InputHandlerType handlerType) in IsValidHandlerType() argument 61 return ((handlerType == InputHandlerType::INTERCEPTOR) || in IsValidHandlerType() 62 (handlerType == InputHandlerType::MONITOR)); in IsValidHandlerType()
|
/foundation/multimodalinput/input/service/monitor/test/ |
H A D | event_monitor_handler_test.cpp | 63 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F() local 66 int32_t ret = eventMonitorHandler.AddInputHandler(handlerType, eventType, callback); in HWTEST_F() 69 ret = eventMonitorHandler.AddInputHandler(handlerType, eventType, callback); in HWTEST_F() 83 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F() local 86 int32_t ret = eventMonitorHandler.AddInputHandler(handlerType, eventType, session); in HWTEST_F() 89 ret = eventMonitorHandler.AddInputHandler(handlerType, eventType, session); in HWTEST_F() 546 InputHandlerType handlerType = InputHandlerType::NONE; in HWTEST_F() local 549 int32_t ret = eventMonitorHandler.AddInputHandler(handlerType, eventType, session); in HWTEST_F() 552 ret = eventMonitorHandler.AddInputHandler(handlerType, eventType, session); in HWTEST_F() 566 InputHandlerType handlerType in HWTEST_F() local 583 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 609 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 637 InputHandlerType handlerType = InputHandlerType::NONE; HWTEST_F() local 970 InputHandlerType handlerType = InputHandlerType::MONITOR; HWTEST_F() local [all...] |
/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 645 int32_t ServerMsgHandler::OnAddInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnAddInputHandler() argument 649 MMI_HILOGD("handlerType:%{public}d", handlerType); in OnAddInputHandler() 651 if (handlerType == InputHandlerType::INTERCEPTOR) { in OnAddInputHandler() 654 return interceptorHandler->AddInputHandler(handlerType, eventType, priority, deviceTags, sess); in OnAddInputHandler() 658 if (handlerType == InputHandlerType::MONITOR) { in OnAddInputHandler() 661 return monitorHandler->AddInputHandler(handlerType, eventType, sess); in OnAddInputHandler() 667 int32_t ServerMsgHandler::OnRemoveInputHandler(SessionPtr sess, InputHandlerType handlerType, in OnRemoveInputHandler() argument 671 MMI_HILOGD("OnRemoveInputHandler handlerType:%{public}d eventType:%{public}u", handlerType, eventTyp in OnRemoveInputHandler() 690 OnAddInputHandler(SessionPtr sess, InputHandlerType handlerType, std::vector<int32_t> actionsType) OnAddInputHandler() argument 705 OnRemoveInputHandler(SessionPtr sess, InputHandlerType handlerType, std::vector<int32_t> actionsType) OnRemoveInputHandler() argument 723 OnAddGestureMonitor(SessionPtr sess, InputHandlerType handlerType, HandleEventType eventType, TouchGestureType gestureType, int32_t fingers) OnAddGestureMonitor() argument 736 OnRemoveGestureMonitor(SessionPtr sess, InputHandlerType handlerType, HandleEventType eventType, TouchGestureType gestureType, int32_t fingers) OnRemoveGestureMonitor() argument [all...] |
/foundation/multimodalinput/input/service/message_handle/test/ |
H A D | server_msg_handler_test.cpp | 308 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; in HWTEST_F() local 312 EXPECT_EQ(servermsghandler.OnAddInputHandler(sess, handlerType, eventType, priority, deviceTags), in HWTEST_F() 327 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; in HWTEST_F() local 331 EXPECT_EQ(servermsghandler.OnAddInputHandler(sess, handlerType, eventType, priority, deviceTags), in HWTEST_F() 346 InputHandlerType handlerType = InputHandlerType::MONITOR; in HWTEST_F() local 350 EXPECT_EQ(servermsghandler.OnAddInputHandler(sess, handlerType, eventType, priority, deviceTags), in HWTEST_F() 365 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; in HWTEST_F() local 369 EXPECT_EQ(servermsghandler.OnRemoveInputHandler(sess, handlerType, eventType, priority, deviceTags), in HWTEST_F() 384 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; in HWTEST_F() local 388 EXPECT_EQ(servermsghandler.OnRemoveInputHandler(sess, handlerType, eventTyp in HWTEST_F() 403 InputHandlerType handlerType = InputHandlerType::MONITOR; HWTEST_F() local 452 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; HWTEST_F() local 471 InputHandlerType handlerType = InputHandlerType::MONITOR; HWTEST_F() local 489 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; HWTEST_F() local 507 InputHandlerType handlerType = InputHandlerType::MONITOR; HWTEST_F() local 1037 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; HWTEST_F() local 1065 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; HWTEST_F() local [all...] |
/foundation/multimodalinput/input/service/monitor/src/ |
H A D | event_monitor_handler.cpp | 97 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler() argument 107 SessionHandler mon { handlerType, eventType, nullptr, callback }; in AddInputHandler() 111 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler() argument 121 SessionHandler mon { handlerType, eventType, session, gestureType, fingers }; in AddInputHandler() 125 int32_t EventMonitorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler() argument 131 SessionHandler mon { handlerType, HANDLE_EVENT_TYPE_NONE, session, actionsType }; in AddInputHandler() 135 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler() argument 140 if (handlerType == InputHandlerType::MONITOR) { in RemoveInputHandler() 141 SessionHandler monitor {handlerType, eventType, nullptr, callback}; in RemoveInputHandler() 146 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, st argument 156 RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, SessionPtr session, TouchGestureType gestureType, int32_t fingers) RemoveInputHandler() argument [all...] |
/foundation/multimodalinput/input/service/delegate_task/include/ |
H A D | delegate_interface.h | 52 void RemoveHandler(InputHandlerType handlerType, const std::string &name);
53 int32_t AddHandler(InputHandlerType handlerType, const HandlerSummary &summary);
|
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 161 InputHandlerType handlerType = InputHandlerType::MONITOR; in HWTEST_F() local 165 int32_t ret = mmiService.AddInputHandler(handlerType, eventType, priority, deviceTags); in HWTEST_F() 178 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; in HWTEST_F() local 182 int32_t ret = mmiService.RemoveInputHandler(handlerType, eventType, priority, deviceTags); in HWTEST_F() 715 InputHandlerType handlerType = InputHandlerType::MONITOR; in HWTEST_F() local 719 int32_t ret = mmiService.CheckAddInput(pid, handlerType, eventType, priority, deviceTags); in HWTEST_F() 732 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; in HWTEST_F() local 736 int32_t ret = mmiService.AddInputHandler(handlerType, eventType, priority, deviceTags); in HWTEST_F() 751 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; in HWTEST_F() local 755 int32_t ret = mmiService.CheckRemoveInput(pid, handlerType, eventTyp in HWTEST_F() 768 InputHandlerType handlerType = InputHandlerType::INTERCEPTOR; HWTEST_F() local [all...] |
/foundation/multimodalinput/input/service/interceptor/src/ |
H A D | event_interceptor_handler.cpp | 85 int32_t EventInterceptorHandler::AddInputHandler(InputHandlerType handlerType, in AddInputHandler() argument 95 SessionHandler interceptor { handlerType, eventType, priority, deviceTags, session }; in AddInputHandler() 96 MMI_HILOGD("handlerType:%{public}d, eventType:%{public}d, deviceTags:%{public}d, priority:%{public}d", in AddInputHandler() 97 handlerType, eventType, deviceTags, priority); in AddInputHandler() 101 void EventInterceptorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler() argument 106 if (handlerType == InputHandlerType::INTERCEPTOR) { in RemoveInputHandler() 107 SessionHandler interceptor { handlerType, eventType, priority, deviceTags, session }; in RemoveInputHandler() 108 MMI_HILOGD("handlerType:%{public}d, eventType:%{public}d, deviceTags:%{public}d, priority:%{public}d", in RemoveInputHandler() 109 handlerType, eventType, deviceTags, priority); in RemoveInputHandler() 389 "handlerType in Dump() [all...] |
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 89 int32_t AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, 91 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, 93 int32_t AddGestureMonitor(InputHandlerType handlerType, 95 int32_t RemoveGestureMonitor(InputHandlerType handlerType, 225 int32_t CheckAddInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventType, 227 int32_t CheckRemoveInput(int32_t pid, InputHandlerType handlerType, HandleEventType eventType, 229 int32_t CheckAddInput(int32_t pid, InputHandlerType handlerType, std::vector<int32_t> actionsType); 230 int32_t CheckRemoveInput(int32_t pid, InputHandlerType handlerType, std::vector<int32_t> actionsType);
|
/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 83 int32_t AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, 85 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, 87 int32_t AddGestureMonitor(InputHandlerType handlerType, 89 int32_t RemoveGestureMonitor(InputHandlerType handlerType,
|
H A D | multimodal_input_connect_proxy.h | 75 int32_t AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, 77 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, 79 int32_t AddGestureMonitor(InputHandlerType handlerType, 81 int32_t RemoveGestureMonitor(InputHandlerType handlerType, 165 int32_t HandleGestureMonitor(uint32_t code, InputHandlerType handlerType,
|
H A D | i_multimodal_input_connect.h | 90 virtual int32_t AddInputHandler(InputHandlerType handlerType, HandleEventType eventType, 92 virtual int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, 94 virtual int32_t AddGestureMonitor(InputHandlerType handlerType, 96 virtual int32_t RemoveGestureMonitor(InputHandlerType handlerType,
|
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
H A D | stubhandleallocsocketfd_fuzzer.cpp | 31 InputHandlerType handlerType = NONE; member 90 MMIService::GetInstance()->CheckRemoveInput(tmpfd, handlerType, eventType, tmpfd, tmp32); in StubHandleAllocSocketFdFuzzTest() 91 MMIService::GetInstance()->RemoveInputHandler(handlerType, eventType, tmpfd, tmp32); in StubHandleAllocSocketFdFuzzTest()
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_stub.cpp | 1201 int32_t handlerType = 0; in StubAddInputHandler() local 1202 READINT32(data, handlerType, IPC_PROXY_DEAD_OBJECT_ERR); in StubAddInputHandler() 1204 if (handlerType == InputHandlerType::MONITOR) { in StubAddInputHandler() 1215 } else if (handlerType != InputHandlerType::INTERCEPTOR) { in StubAddInputHandler() 1225 if ((handlerType == InputHandlerType::INTERCEPTOR) && (!PER_HELPER->CheckInterceptor())) { in StubAddInputHandler() 1229 if ((handlerType == InputHandlerType::MONITOR) && (!PER_HELPER->CheckMonitor())) { in StubAddInputHandler() 1237 int32_t ret = AddInputHandler(static_cast<InputHandlerType>(handlerType), parseData.eventType, parseData.priority, in StubAddInputHandler() 1249 int32_t handlerType = 0; in StubRemoveInputHandler() local 1250 READINT32(data, handlerType, IPC_PROXY_DEAD_OBJECT_ERR); in StubRemoveInputHandler() 1252 if (handlerType ! in StubRemoveInputHandler() 1308 int32_t handlerType = 0; HandleGestureMonitor() local [all...] |