Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
H A Dnet_packet.rs49 ReportKeyEvent, enumerator
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dclient_msg_handler.h54 int32_t ReportKeyEvent(const UDSClient& client, NetPacket& pkt);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dclient_msg_handler.cpp73 return this->ReportKeyEvent(client, pkt); }}, in Init()
295 int32_t ClientMsgHandler::ReportKeyEvent(const UDSClient& client, NetPacket& pkt) in ReportKeyEvent() function in OHOS::MMI::ClientMsgHandler