Home
last modified time | relevance | path

Searched defs:NetPacket (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/util/network/src/
H A Dnet_packet.cpp22 NetPacket::NetPacket(MmiMessageId msgId) : msgId_(msgId) {} in NetPacket() function in OHOS::MMI::NetPacket
24 NetPacket::NetPacket(const NetPacket &pkt) : NetPacket(pkt.GetMsgId()) in NetPacket() function in OHOS::MMI::NetPacket
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dnet_packet.cpp20 NetPacket::NetPacket(MessageId msgId) : msgId_(msgId) {} in NetPacket() function in OHOS::Msdp::NetPacket
22 NetPacket::NetPacket(const NetPacket &pkt) : NetPacket(pkt.GetMsgId()) in NetPacket() function in OHOS::Msdp::NetPacket
/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dnet_packet.cpp22 NetPacket::NetPacket(MessageId msgId) : msgId_(msgId) in NetPacket() function in OHOS::Sensors::NetPacket
25 NetPacket::NetPacket(const NetPacket &pkt) : NetPacket(pkt.GetMsgId()) in NetPacket() function in OHOS::Sensors::NetPacket
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
H A Dnet_packet.rs62 pub(crate) struct NetPacket { struct
74 impl Default for NetPacket { implementation
83 impl NetPacket { implementation
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/module_loader/include/
H A Dif_mmi_client.h25 class NetPacket; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_device_impl.h32 class NetPacket; variable