Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dclient_msg_handler.cpp56 return this->OnSubscribeKeyEventCallback(client, pkt); }}, in Init()
215 int32_t ClientMsgHandler::OnSubscribeKeyEventCallback(const UDSClient &client, NetPacket &pkt) in OnSubscribeKeyEventCallback() function in OHOS::MMI::ClientMsgHandler
254 return KeyEventInputSubscribeMgr.OnSubscribeKeyEventCallback(keyEvent, subscribeId); in OnSubscribeKeyEventCallback()
H A Dkey_event_input_subscribe_manager.cpp163 int32_t KeyEventInputSubscribeManager::OnSubscribeKeyEventCallback(std::shared_ptr<KeyEvent> event, in OnSubscribeKeyEventCallback() function in OHOS::MMI::KeyEventInputSubscribeManager
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dkey_event_input_subscribe_manager.h70 int32_t OnSubscribeKeyEventCallback(std::shared_ptr<KeyEvent> event, int32_t subscribeId);
H A Dclient_msg_handler.h47 int32_t OnSubscribeKeyEventCallback(const UDSClient& client, NetPacket& pkt);