Home
last modified time | relevance | path

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

/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()
71 UnmarshallingNetAddressList(parcel, ptr->dnsServers_, MAX_DNS_SIZE) && parcel.ReadString(ptr->domain_); in Unmarshalling()
75 bool StaticConfiguration::UnmarshallingNetAddressList(Parcel &parcel, std::vector<INetAddr> &netAddrList, in UnmarshallingNetAddressList() function in OHOS::NetManagerStandard::StaticConfiguration
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dstatic_configuration.h39 static bool UnmarshallingNetAddressList(Parcel &parcel, std::vector<INetAddr> &netAddrList, uint32_t maxSize);

Completed in 1 milliseconds