Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/util/network/src/
Dnet_packet.cpp20 NetPacket::NetPacket(MmiMessageId msgId) : msgId_(msgId) {} in NetPacket() function in OHOS::MMI::NetPacket
22 NetPacket::NetPacket(const NetPacket &pkt) : NetPacket(pkt.GetMsgId()) in NetPacket() function in OHOS::MMI::NetPacket
/foundation/multimodalinput/input/frameworks/proxy/module_loader/include/
Dif_mmi_client.h23 class NetPacket; variable