Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dkey_event_input_subscribe_manager.h77 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);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dclient_msg_handler.cpp56 return this->OnSubscribeKeyEventCallback(client, pkt); }}, in Init()
218 int32_t ClientMsgHandler::OnSubscribeKeyEventCallback(const UDSClient &client, NetPacket &pkt) in OnSubscribeKeyEventCallback() function in OHOS::MMI::ClientMsgHandler
259 return KeyEventInputSubscribeMgr.OnSubscribeKeyEventCallback(keyEvent, subscribeId); in OnSubscribeKeyEventCallback()
H A Dkey_event_input_subscribe_manager.cpp251 int32_t KeyEventInputSubscribeManager::OnSubscribeKeyEventCallback(std::shared_ptr<KeyEvent> event, in OnSubscribeKeyEventCallback() function in OHOS::MMI::KeyEventInputSubscribeManager

Completed in 2 milliseconds