Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/message_handle/include/
H A Dserver_msg_handler.h74 int32_t OnSubscribeKeyEvent(IUdsServer *server, int32_t pid,
76 int32_t OnUnsubscribeKeyEvent(IUdsServer *server, int32_t pid, int32_t subscribeId);
77 int32_t OnSubscribeHotkey(IUdsServer *server, int32_t pid,
79 int32_t OnUnsubscribeHotkey(IUdsServer *server, int32_t pid, int32_t subscribeId);
83 int32_t OnSubscribeSwitchEvent(IUdsServer *server, int32_t pid, int32_t subscribeId, int32_t switchType);
84 int32_t OnUnsubscribeSwitchEvent(IUdsServer *server, int32_t pid, int32_t subscribeId);
/foundation/multimodalinput/input/service/connect_manager/include/
H A Di_uds_server.h24 class IUdsServer : public RefBase { class
/foundation/multimodalinput/input/service/module_loader/include/
H A Duds_server.h48 class UDSServer : public UDSSocket, public IUdsServer {
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp778 int32_t ServerMsgHandler::OnSubscribeKeyEvent(IUdsServer *server, int32_t pid, in OnSubscribeKeyEvent()
790 int32_t ServerMsgHandler::OnUnsubscribeKeyEvent(IUdsServer *server, int32_t pid, int32_t subscribeId) in OnUnsubscribeKeyEvent()
801 int32_t ServerMsgHandler::OnSubscribeHotkey(IUdsServer *server, int32_t pid, in OnSubscribeHotkey()
813 int32_t ServerMsgHandler::OnUnsubscribeHotkey(IUdsServer *server, int32_t pid, int32_t subscribeId) in OnUnsubscribeHotkey()
827 IUdsServer *server, int32_t pid, int32_t subscribeId, int32_t switchType) in OnSubscribeSwitchEvent()
838 int32_t ServerMsgHandler::OnUnsubscribeSwitchEvent(IUdsServer *server, int32_t pid, int32_t subscribeId) in OnUnsubscribeSwitchEvent()

Completed in 4 milliseconds