Searched refs:UnmarshallingNetAddressList (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/ |
H A D | static_configuration.cpp | 67 bool ret = UnmarshallingNetAddressList(parcel, ptr->ipAddrList_, MAX_ADDR_SIZE) && in Unmarshalling() 68 UnmarshallingNetAddressList(parcel, ptr->routeList_, MAX_ADDR_SIZE) && in Unmarshalling() 69 UnmarshallingNetAddressList(parcel, ptr->gatewayList_, MAX_ADDR_SIZE) && in Unmarshalling() 70 UnmarshallingNetAddressList(parcel, ptr->netMaskList_, MAX_ADDR_SIZE) && in Unmarshalling() 71 …UnmarshallingNetAddressList(parcel, ptr->dnsServers_, MAX_DNS_SIZE) && parcel.ReadString(ptr->doma… in Unmarshalling() 75 bool StaticConfiguration::UnmarshallingNetAddressList(Parcel &parcel, std::vector<INetAddr> &netAdd… in UnmarshallingNetAddressList() function in OHOS::NetManagerStandard::StaticConfiguration
|
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/ |
H A D | static_configuration.h | 39 …static bool UnmarshallingNetAddressList(Parcel &parcel, std::vector<INetAddr> &netAddrList, uint32…
|