Home
last modified time | relevance | path

Searched refs:GetSwitchSubscriberHandler (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/event_handler/include/
H A Dinput_event_handler.h55 std::shared_ptr<SwitchSubscriberHandler> GetSwitchSubscriberHandler() const;
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp232 std::shared_ptr<SwitchSubscriberHandler> InputEventHandler::GetSwitchSubscriberHandler() const in GetSwitchSubscriberHandler() function in OHOS::MMI::InputEventHandler
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dinput_event_handler_test.cpp166 auto result = inputHandler->GetSwitchSubscriberHandler();
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp743 auto subscriberHandler = InputHandler->GetSwitchSubscriberHandler(); in OnSubscribeSwitchEvent()
754 auto subscriberHandler = InputHandler->GetSwitchSubscriberHandler(); in OnUnsubscribeSwitchEvent()