Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dserver_msg_handler.h70 int32_t OnUnsubscribeKeyEvent(IUdsServer *server, int32_t pid, int32_t subscribeId);
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp723 int32_t ServerMsgHandler::OnUnsubscribeKeyEvent(IUdsServer *server, int32_t pid, int32_t subscribeI… in OnUnsubscribeKeyEvent() function in OHOS::MMI::ServerMsgHandler
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1634 return sMsgHandler_.OnUnsubscribeKeyEvent(this, pid, subscribeId); in UnsubscribeKeyEvent()