Home
last modified time | relevance | path

Searched refs:netAddrList (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dstatic_configuration.cpp40 bool StaticConfiguration::MarshallingNetAddressList(const std::vector<INetAddr> &netAddrList, uint32_t maxSize, in MarshallingNetAddressList() argument
43 uint32_t size = static_cast<uint32_t>(std::min(maxSize, static_cast<uint32_t>(netAddrList.size()))); in MarshallingNetAddressList()
45 NETMGR_EXT_LOG_E("write netAddrList size to parcel failed"); in MarshallingNetAddressList()
50 auto netAddr = netAddrList[index]; in MarshallingNetAddressList()
75 bool StaticConfiguration::UnmarshallingNetAddressList(Parcel &parcel, std::vector<INetAddr> &netAddrList, in UnmarshallingNetAddressList() argument
78 std::vector<INetAddr>().swap(netAddrList); in UnmarshallingNetAddressList()
91 netAddrList.push_back(*netAddr); in UnmarshallingNetAddressList()
96 void StaticConfiguration::ExtractNetAddrBySeparator(const std::string &input, std::vector<INetAddr> &netAddrList) in ExtractNetAddrBySeparator() argument
98 std::vector<INetAddr>().swap(netAddrList); in ExtractNetAddrBySeparator()
102 netAddrList in ExtractNetAddrBySeparator()
[all...]
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dstatic_configuration.h36 bool MarshallingNetAddressList(const std::vector<INetAddr> &netAddrList, uint32_t maxSize, Parcel &parcel) const;
39 static bool UnmarshallingNetAddressList(Parcel &parcel, std::vector<INetAddr> &netAddrList, uint32_t maxSize);
40 static void ExtractNetAddrBySeparator(const std::string &input, std::vector<INetAddr> &netAddrList);
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dethernet_exec.cpp44 std::string AccumulateNetAddress(const std::vector<INetAddr> &netAddrList) in AccumulateNetAddress() argument
47 netAddrList.begin(), netAddrList.end(), std::string(), [](const std::string &addr, const INetAddr &iter) { in AccumulateNetAddress()
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H A Dnet_connection_type.h206 NetConn_NetAddr netAddrList[NETCONN_MAX_ADDR_SIZE]; member
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_configuration.h70 std::string AccumulateNetAddress(const std::vector<INetAddr> &netAddrList);
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp686 std::string EthernetConfiguration::AccumulateNetAddress(const std::vector<INetAddr> &netAddrList) in AccumulateNetAddress() argument
688 return std::accumulate(netAddrList.begin(), netAddrList.end(), std::string(), in AccumulateNetAddress()
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection_adapter.cpp174 NETMGR_LOG_E("netAddrList out of memory"); in Conv2NetLinkInfo()
177 ret = Conv2INetAddr(netAddr, &(prop->netAddrList[i++])); in Conv2NetLinkInfo()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnative_net_conn_test.cpp170 LogINetAddr(info.netAddrList[i]); in LogNetLinkInfo()

Completed in 5 milliseconds