Home
last modified time | relevance | path

Searched refs:UnmarshallingNetAddressList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dstatic_configuration.cpp67 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()
71UnmarshallingNetAddressList(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 Dstatic_configuration.h39 …static bool UnmarshallingNetAddressList(Parcel &parcel, std::vector<INetAddr> &netAddrList, uint32…