Home
last modified time | relevance | path

Searched refs:icmpSeq (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_net_diag_data.cpp125 bool PingIcmpResponseInfo::Unmarshalling(Parcel &parcel, PingIcmpResponseInfo &icmpSeq) in Unmarshalling() argument
127 if (!parcel.ReadUint16(icmpSeq.bytes_)) { in Unmarshalling()
130 if (!parcel.ReadUint16(icmpSeq.icmpSeq_)) { in Unmarshalling()
133 if (!parcel.ReadUint16(icmpSeq.ttl_)) { in Unmarshalling()
136 if (!parcel.ReadUint32(icmpSeq.costTime_)) { in Unmarshalling()
139 if (!parcel.ReadString(icmpSeq.from_)) { in Unmarshalling()
170 for (const auto &icmpSeq : icmpRespList_) { in Marshalling()
171 if (!icmpSeq.Marshalling(parcel)) { in Marshalling()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetsys_net_diag_data.h64 static bool Unmarshalling(Parcel &parcel, PingIcmpResponseInfo &icmpSeq);

Completed in 2 milliseconds