Searched refs:ipAddrList_ (Results 1 - 16 of 16) sorted by relevance
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | dev_interface_state.cpp | 234 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 D | ethernet_configuration.cpp | 176 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 D | static_configuration.cpp | 33 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 D | static_configuration.h | 28 std::vector<INetAddr> ipAddrList_; member
|
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/context/ |
H A D | set_iface_config_context.cpp | 64 StaticConfiguration::ExtractNetAddrBySeparator(ipAddresses, config_->ipStatic_.ipAddrList_); in ParseParams()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | ethernet_service_proxy_test.cpp | 73 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetIfaceConfig()
|
H A D | ethernet_lan_management_test.cpp | 64 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetNewIfaceConfig()
|
H A D | ethernet_manager_test.cpp | 141 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetIfaceConfig()
|
H A D | ethernet_configuration_test.cpp | 238 config->ipAddrList_.push_back(ipv4Addr); in HWTEST_F()
|
H A D | ethernet_service_test.cpp | 71 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetIfaceConfig()
|
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | ethernet_service_proxy_test.cpp | 73 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetIfaceConfig()
|
H A D | ethernet_lan_management_test.cpp | 64 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetNewIfaceConfig()
|
H A D | ethernet_configuration_test.cpp | 238 config->ipAddrList_.push_back(ipv4Addr); in HWTEST_F()
|
H A D | ethernet_service_test.cpp | 71 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetIfaceConfig()
|
H A D | ethernet_manager_test.cpp | 141 ic->ipStatic_.ipAddrList_.push_back(ipv4Addr); in GetIfaceConfig()
|
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
H A D | ethernet_exec.cpp | 94 std::string ipAddresses = AccumulateNetAddress(context->config_->ipStatic_.ipAddrList_); in GetIfaceConfigCallback()
|
Completed in 11 milliseconds