Home
last modified time | relevance | path

Searched refs:HasHandler (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_handler_manager_test.cpp106 ASSERT_NO_FATAL_FAILURE(manager.HasHandler(handlerId)); in HWTEST_F()
108 ASSERT_NO_FATAL_FAILURE(manager.HasHandler(handlerId)); in HWTEST_F()
465 * @tc.desc: Test the funcation HasHandler
476 bool ret = manager.HasHandler(handlerId); in HWTEST_F()
479 ret = manager.HasHandler(handlerId); in HWTEST_F()
/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp102 if (HasHandler(summary.handlerName)) { in AddHandler()
227 bool DelegateInterface::HasHandler(const std::string &name) const in HasHandler() function in OHOS::MMI::DelegateInterface
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_monitor_manager.cpp63 if (!HasHandler(monitorId)) { in MarkConsumed()
H A Dinput_handler_manager.cpp678 bool InputHandlerManager::HasHandler(int32_t handlerId) in HasHandler() function in OHOS::MMI::InputHandlerManager
/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_interface.h54 bool HasHandler(const std::string &name) const;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_handler_manager.h50 bool HasHandler(int32_t handlerId);
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1976 if (delegateInterface_ != nullptr && !delegateInterface_->HasHandler("touchGesture")) { in AddGestureMonitor()
2018 if (delegateInterface_ && delegateInterface_->HasHandler("touchGesture")) { in RemoveGestureMonitor()

Completed in 9 milliseconds