Home
last modified time | relevance | path

Searched refs:RemoveInputHandler (Results 1 - 20 of 20) sorted by relevance

/foundation/multimodalinput/input/service/monitor/include/
H A Devent_monitor_handler.h52 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 Devent_interceptor_handler_test.cpp511 * @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 Ddelegate_interface.cpp210 interceptorHandler->RemoveInputHandler(type, in RemoveHandler()
218 monitorHandler->RemoveInputHandler(type, in RemoveHandler()
/foundation/multimodalinput/input/service/interceptor/include/
H A Devent_interceptor_handler.h47 void RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType,
/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp135 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 Devent_monitor_handler_test.cpp558 * @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 Dserver_msg_handler.cpp676 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 Dmultimodal_input_connect_manager.h85 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType, int32_t priority,
H A Di_multimodal_input_connect.h92 virtual int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType,
H A Dmultimodal_input_connect_proxy.h77 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType,
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp91 MMIService::GetInstance()->RemoveInputHandler(handlerType, eventType, tmpfd, tmp32); in StubHandleAllocSocketFdFuzzTest()
/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp171 * @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 Devent_interceptor_handler.cpp101 void EventInterceptorHandler::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler() function in OHOS::MMI::EventInterceptorHandler
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp369 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 Dmultimodal_input_connect_stub.cpp1274 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 Dmultimodal_input_connect_proxy.cpp1034 int32_t MultimodalInputConnectProxy::RemoveInputHandler(InputHandlerType handlerType, in RemoveInputHandler() function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h91 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType,
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp413 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->RemoveInputHandler(handlerType, eventType, in RemoveFromServer()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1911 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 Dmultimodal_input_connect_stub_ex_test.cpp150 int32_t RemoveInputHandler(InputHandlerType handlerType, HandleEventType eventType,

Completed in 38 milliseconds