/foundation/multimodalinput/input/service/monitor/include/ |
H A D | event_monitor_handler.h | 52 void RemoveInputHandler(InputHandlerType handlerType, 56 void RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, 59 void RemoveInputHandler(InputHandlerType handlerType, std::vector<int32_t> actionsType, SessionPtr session);
|
/foundation/multimodalinput/input/service/interceptor/test/ |
H A D | event_interceptor_handler_test.cpp | 511 * @tc.desc: Test RemoveInputHandler 524 ASSERT_NO_FATAL_FAILURE(interceptorHandler.RemoveInputHandler(handlerType, eventType, priority, deviceTags, sess)); in HWTEST_F() 554 * @tc.desc: Test the function RemoveInputHandler 567 ASSERT_NO_FATAL_FAILURE(handler.RemoveInputHandler(handlerType, eventType, priority, deviceTags, session)); in HWTEST_F() 569 ASSERT_NO_FATAL_FAILURE(handler.RemoveInputHandler(handlerType, eventType, priority, deviceTags, session)); in HWTEST_F() 574 * @tc.desc: Test the function RemoveInputHandler 587 ASSERT_NO_FATAL_FAILURE(handler.RemoveInputHandler(handlerType, eventType, priority, deviceTags, session)); in HWTEST_F() 589 ASSERT_NO_FATAL_FAILURE(handler.RemoveInputHandler(handlerType, eventType, priority, deviceTags, session)); in HWTEST_F()
|
/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_interface.cpp | 210 interceptorHandler->RemoveInputHandler(type,
in RemoveHandler() 218 monitorHandler->RemoveInputHandler(type,
in RemoveHandler()
|
/foundation/multimodalinput/input/service/interceptor/include/ |
H A D | event_interceptor_handler.h | 47 void RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType,
|
/foundation/multimodalinput/input/service/monitor/src/ |
H A D | event_monitor_handler.cpp | 135 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler() function in OHOS::MMI::EventMonitorHandler 146 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, std::vector<int32_t> actionsType, in RemoveInputHandler() function in OHOS::MMI::EventMonitorHandler 156 void EventMonitorHandler::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, in RemoveInputHandler() function in OHOS::MMI::EventMonitorHandler
|
/foundation/multimodalinput/input/service/monitor/test/ |
H A D | event_monitor_handler_test.cpp | 558 * @tc.desc: Verify the invalid and valid event type of RemoveInputHandler 569 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.RemoveInputHandler(handlerType, eventType, session)); in HWTEST_F() 571 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.RemoveInputHandler(handlerType, eventType, session)); in HWTEST_F() 962 * @tc.desc: Verify the invalid and valid event type of RemoveInputHandler 973 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.RemoveInputHandler(handlerType, eventType, callback)); in HWTEST_F() 975 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.RemoveInputHandler(handlerType, eventType, callback)); in HWTEST_F()
|
/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 676 interceptorHandler->RemoveInputHandler(handlerType, eventType, priority, deviceTags, sess); in OnRemoveInputHandler() 683 monitorHandler->RemoveInputHandler(handlerType, eventType, sess); in OnRemoveInputHandler() 714 monitorHandler->RemoveInputHandler(handlerType, actionsType, sess); in OnRemoveInputHandler() 744 monitorHandler->RemoveInputHandler(handlerType, eventType, sess, gestureType, fingers); in OnRemoveGestureMonitor()
|
/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 85 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority,
|
H A D | i_multimodal_input_connect.h | 92 virtual int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType,
|
H A D | multimodal_input_connect_proxy.h | 77 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType,
|
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/ |
H A D | stubhandleallocsocketfd_fuzzer.cpp | 91 MMIService::GetInstance()->RemoveInputHandler(handlerType, eventType, tmpfd, tmp32); in StubHandleAllocSocketFdFuzzTest()
|
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 171 * @tc.desc: Test the function RemoveInputHandler 182 int32_t ret = mmiService.RemoveInputHandler(handlerType, eventType, priority, deviceTags); in HWTEST_F() 761 * @tc.desc: Test the function RemoveInputHandler 772 int32_t ret = mmiService.RemoveInputHandler(handlerType, eventType, priority, deviceTags); in HWTEST_F()
|
/foundation/multimodalinput/input/service/interceptor/src/ |
H A D | event_interceptor_handler.cpp | 101 void EventInterceptorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler() function in OHOS::MMI::EventInterceptorHandler
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_manager.cpp | 369 int32_t MultimodalInputConnectManager::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, in RemoveInputHandler() function in OHOS::MMI::MultimodalInputConnectManager 374 return multimodalInputConnectService_->RemoveInputHandler(handlerType, eventType, priority, deviceTags, in RemoveInputHandler()
|
H A D | multimodal_input_connect_stub.cpp | 1274 int32_t ret = RemoveInputHandler(static_cast<InputHandlerType>(handlerType), parseData.eventType, in StubRemoveInputHandler() 1277 MMI_HILOGE("Call RemoveInputHandler failed ret:%{public}d", ret); in StubRemoveInputHandler()
|
H A D | multimodal_input_connect_proxy.cpp | 1034 int32_t MultimodalInputConnectProxy::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler() function in OHOS::MMI::MultimodalInputConnectProxy
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 91 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType,
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_handler_manager.cpp | 413 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->RemoveInputHandler(handlerType, eventType, in RemoveFromServer()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 1911 int32_t MMIService::RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority, in RemoveInputHandler() function in OHOS::MMI::MMIService 1943 MMI_HILOGD("RemoveInputHandler info to observer : pid:%{public}d, uid:%{public}d, bundleName:%{public}s", in RemoveInputHandler()
|
/foundation/multimodalinput/input/service/connect_manager/test/ |
H A D | multimodal_input_connect_stub_ex_test.cpp | 150 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType,
|