Searched refs:IUdsServer (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/service/message_handle/include/ |
H A D | server_msg_handler.h | 74 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 D | i_uds_server.h | 24 class IUdsServer : public RefBase { class
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | uds_server.h | 48 class UDSServer : public UDSSocket, public IUdsServer {
|
/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 778 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