Home
last modified time | relevance | path

Searched refs:AccumulateNetAddress (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dethernet_exec.cpp44 std::string AccumulateNetAddress(const std::vector<INetAddr> &netAddrList) in AccumulateNetAddress() function
94 std::string ipAddresses = AccumulateNetAddress(context->config_->ipStatic_.ipAddrList_); in GetIfaceConfigCallback()
97 std::string routeAddresses = AccumulateNetAddress(context->config_->ipStatic_.routeList_); in GetIfaceConfigCallback()
100 std::string gatewayAddresses = AccumulateNetAddress(context->config_->ipStatic_.gatewayList_); in GetIfaceConfigCallback()
103 std::string maskAddresses = AccumulateNetAddress(context->config_->ipStatic_.netMaskList_); in GetIfaceConfigCallback()
106 std::string dnsServers = AccumulateNetAddress(context->config_->ipStatic_.dnsServers_); in GetIfaceConfigCallback()
/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.cpp649 std::string ipAddresses = AccumulateNetAddress(cfg->ipStatic_.ipAddrList_); in GenCfgContent()
650 std::string netMasks = AccumulateNetAddress(cfg->ipStatic_.netMaskList_); in GenCfgContent()
651 std::string gateways = AccumulateNetAddress(cfg->ipStatic_.gatewayList_); in GenCfgContent()
652 std::string routes = AccumulateNetAddress(cfg->ipStatic_.routeList_); in GenCfgContent()
660 std::string dnsServers = AccumulateNetAddress(cfg->ipStatic_.dnsServers_); in GenCfgContent()
686 std::string EthernetConfiguration::AccumulateNetAddress(const std::vector<INetAddr> &netAddrList) in AccumulateNetAddress() function in OHOS::NetManagerStandard::EthernetConfiguration

Completed in 3 milliseconds