Home
last modified time | relevance | path

Searched refs:CheckHasInputHandler (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/monitor/include/
H A Devent_monitor_handler.h49 bool CheckHasInputHandler(HandleEventType eventType);
135 bool CheckHasInputHandler(HandleEventType eventType);
/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp92 bool EventMonitorHandler::CheckHasInputHandler(HandleEventType eventType) in CheckHasInputHandler() function in OHOS::MMI::EventMonitorHandler
94 return monitors_.CheckHasInputHandler(eventType); in CheckHasInputHandler()
679 bool EventMonitorHandler::MonitorCollection::CheckHasInputHandler(HandleEventType eventType) in CheckHasInputHandler() function in OHOS::MMI::EventMonitorHandler::MonitorCollection
/foundation/multimodalinput/input/service/monitor/test/
H A Devent_monitor_handler_test.cpp937 * @tc.desc: Test CheckHasInputHandler
946 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.CheckHasInputHandler(eventType)); in HWTEST_F()
950 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.CheckHasInputHandler(eventType)); in HWTEST_F()
954 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.CheckHasInputHandler(eventType)); in HWTEST_F()
957 ASSERT_NO_FATAL_FAILURE(eventMonitorHandler.CheckHasInputHandler(eventType)); in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2017 if (monitorHandler && !monitorHandler->CheckHasInputHandler(HANDLE_EVENT_TYPE_TOUCH_GESTURE)) { in RemoveGestureMonitor()

Completed in 9 milliseconds