Home
last modified time | relevance | path

Searched refs:OnUnsubscribeSwitchEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dserver_msg_handler.h75 int32_t OnUnsubscribeSwitchEvent(IUdsServer *server, int32_t pid, int32_t subscribeId);
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp748 int32_t ServerMsgHandler::OnUnsubscribeSwitchEvent(IUdsServer *server, int32_t pid, int32_t subscri… in OnUnsubscribeSwitchEvent() function in OHOS::MMI::ServerMsgHandler
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1685 return sMsgHandler_.OnUnsubscribeSwitchEvent(this, pid, subscribeId); in UnsubscribeSwitchEvent()