Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Ddev_interface_state.cpp242 GetTargetNetAddrWithSameFamily(netAddr.address_, ifCfg_->ipStatic_.gatewayList_, route.gateway_); in UpdateLinkInfo()
277 GetTargetNetAddrWithSameFamily(netAddr.address_, ifCfg_->ipStatic_.gatewayList_, route.gateway_); in UpdateLanLinkInfo()
306 GetTargetNetAddrWithSameFamily(routeAddr.address_, config->gatewayList_, routeStc.gateway_); in UpdateLanLinkInfo()
336 GetTargetNetAddrWithSameFamily(routeAddr.address_, config->gatewayList_, routeStc.gateway_); in UpdateLinkInfo()
446 std::for_each(ifCfg_->ipStatic_.gatewayList_.begin(), ifCfg_->ipStatic_.gatewayList_.end(), in GetDumpInfo()
H A Dethernet_configuration.cpp178 StaticConfiguration::ExtractNetAddrBySeparator(gateway, config->ipStatic_.gatewayList_); in ConvertJsonToConfiguration()
276 config->gatewayList_.push_back(gateway); in ConvertToConfiguration()
352 cfg->ipStatic_.gatewayList_ = GetGatewayFromRouteList(devLinkInfo->routeList_); in MakeInterfaceConfiguration()
556 StaticConfiguration::ExtractNetAddrBySeparator(gateways, cfg->ipStatic_.gatewayList_); in ParseStaticConfig()
651 std::string gateways = AccumulateNetAddress(cfg->ipStatic_.gatewayList_); in GenCfgContent()
715 if (std::any_of(config->gatewayList_.begin(), config->gatewayList_.end(), [&dhcpResult](const auto &gateway) { in IsValidDhcpResult()
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dstatic_configuration.cpp35 MarshallingNetAddressList(gatewayList_, MAX_ADDR_SIZE, parcel) && in Marshalling()
69 UnmarshallingNetAddressList(parcel, ptr->gatewayList_, MAX_ADDR_SIZE) && in Unmarshalling()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dstatic_configuration.h30 std::vector<INetAddr> gatewayList_; member
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/context/
H A Dset_iface_config_context.cpp70 StaticConfiguration::ExtractNetAddrBySeparator(gatewayAddresses, config_->ipStatic_.gatewayList_); in ParseParams()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_proxy_test.cpp89 ic->ipStatic_.gatewayList_.push_back(gateway); in GetIfaceConfig()
H A Dethernet_lan_management_test.cpp73 ic->ipStatic_.gatewayList_.push_back(gateway); in GetNewIfaceConfig()
H A Dethernet_manager_test.cpp157 ic->ipStatic_.gatewayList_.push_back(gateway); in GetIfaceConfig()
H A Dethernet_configuration_test.cpp243 config->gatewayList_.push_back(ipv4Addr); in HWTEST_F()
H A Dethernet_service_test.cpp87 ic->ipStatic_.gatewayList_.push_back(gateway); in GetIfaceConfig()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_proxy_test.cpp89 ic->ipStatic_.gatewayList_.push_back(gateway); in GetIfaceConfig()
H A Dethernet_lan_management_test.cpp73 ic->ipStatic_.gatewayList_.push_back(gateway); in GetNewIfaceConfig()
H A Dethernet_configuration_test.cpp243 config->gatewayList_.push_back(ipv4Addr); in HWTEST_F()
H A Dethernet_service_test.cpp87 ic->ipStatic_.gatewayList_.push_back(gateway); in GetIfaceConfig()
H A Dethernet_manager_test.cpp157 ic->ipStatic_.gatewayList_.push_back(gateway); in GetIfaceConfig()
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dethernet_exec.cpp100 std::string gatewayAddresses = AccumulateNetAddress(context->config_->ipStatic_.gatewayList_); in GetIfaceConfigCallback()

Completed in 11 milliseconds