Home
last modified time | relevance | path

Searched refs:ipAddrList_ (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Ddev_interface_state.cpp234 for (const auto &ipAddr : ifCfg_->ipStatic_.ipAddrList_) { in UpdateLinkInfo()
245 CreateLocalRoute(devName_, ifCfg_->ipStatic_.ipAddrList_, ifCfg_->ipStatic_.netMaskList_); in UpdateLinkInfo()
268 for (const auto &ipAddr : ifCfg_->ipStatic_.ipAddrList_) { in UpdateLanLinkInfo()
297 for (const auto &ipAddr : config->ipAddrList_) { in UpdateLanLinkInfo()
328 for (const auto &ipAddr : config->ipAddrList_) { in UpdateLinkInfo()
339 CreateLocalRoute(devName_, config->ipAddrList_, config->netMaskList_); in UpdateLinkInfo()
438 std::for_each(ifCfg_->ipStatic_.ipAddrList_.begin(), ifCfg_->ipStatic_.ipAddrList_.end(), in GetDumpInfo()
H A Dethernet_configuration.cpp176 StaticConfiguration::ExtractNetAddrBySeparator(ip, config->ipStatic_.ipAddrList_); in ConvertJsonToConfiguration()
267 config->ipAddrList_.push_back(ipAddr); in ConvertToConfiguration()
339 cfg->ipStatic_.ipAddrList_.push_back(ipAddr); in MakeInterfaceConfiguration()
554 StaticConfiguration::ExtractNetAddrBySeparator(ipAddresses, cfg->ipStatic_.ipAddrList_); in ParseStaticConfig()
598 for (auto &ipAddr : cfg->ipStatic_.ipAddrList_) { in ParserIfaceIpAndRoute()
649 std::string ipAddresses = AccumulateNetAddress(cfg->ipStatic_.ipAddrList_); in GenCfgContent()
708 if (std::any_of(config->ipAddrList_.begin(), config->ipAddrList_.end(), [&dhcpResult](const auto &ipAddr) { in IsValidDhcpResult()
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dstatic_configuration.cpp33 return MarshallingNetAddressList(ipAddrList_, MAX_ADDR_SIZE, parcel) && in Marshalling()
67 bool ret = UnmarshallingNetAddressList(parcel, ptr->ipAddrList_, MAX_ADDR_SIZE) && in Unmarshalling()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dstatic_configuration.h28 std::vector<INetAddr> ipAddrList_; member
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/context/
H A Dset_iface_config_context.cpp64 StaticConfiguration::ExtractNetAddrBySeparator(ipAddresses, config_->ipStatic_.ipAddrList_); in ParseParams()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_proxy_test.cpp73 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetIfaceConfig()
H A Dethernet_lan_management_test.cpp64 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetNewIfaceConfig()
H A Dethernet_manager_test.cpp141 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetIfaceConfig()
H A Dethernet_configuration_test.cpp238 config->ipAddrList_.push_back(ipv4Addr); in HWTEST_F()
H A Dethernet_service_test.cpp71 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetIfaceConfig()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_proxy_test.cpp73 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetIfaceConfig()
H A Dethernet_lan_management_test.cpp64 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetNewIfaceConfig()
H A Dethernet_configuration_test.cpp238 config->ipAddrList_.push_back(ipv4Addr); in HWTEST_F()
H A Dethernet_service_test.cpp71 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetIfaceConfig()
H A Dethernet_manager_test.cpp141 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetIfaceConfig()
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dethernet_exec.cpp94 std::string ipAddresses = AccumulateNetAddress(context->config_->ipStatic_.ipAddrList_); in GetIfaceConfigCallback()

Completed in 11 milliseconds