Searched refs:gatewayList_ (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | dev_interface_state.cpp | 242 … 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 D | ethernet_configuration.cpp | 178 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… in IsValidDhcpResult()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/ |
H A D | static_configuration.cpp | 35 MarshallingNetAddressList(gatewayList_, MAX_ADDR_SIZE, parcel) && in Marshalling() 69 UnmarshallingNetAddressList(parcel, ptr->gatewayList_, MAX_ADDR_SIZE) && in Unmarshalling()
|
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/ |
H A D | static_configuration.h | 30 std::vector<INetAddr> gatewayList_; member
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/context/ |
H A D | set_iface_config_context.cpp | 70 … StaticConfiguration::ExtractNetAddrBySeparator(gatewayAddresses, config_->ipStatic_.gatewayList_); in ParseParams()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
H A D | ethernet_exec.cpp | 101 std::string gatewayAddresses = AccumulateNetAddress(context->config_->ipStatic_.gatewayList_); in GetIfaceConfigCallback()
|
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | ethernet_lan_management_test.cpp | 73 ic->ipStatic_.gatewayList_.push_back(gateway); in GetNewIfaceConfig()
|
H A D | ethernet_service_proxy_test.cpp | 89 ic->ipStatic_.gatewayList_.push_back(gateway); in GetIfaceConfig()
|
H A D | ethernet_configuration_test.cpp | 243 config->gatewayList_.push_back(ipv4Addr);
|
H A D | ethernet_service_test.cpp | 87 ic->ipStatic_.gatewayList_.push_back(gateway); in GetIfaceConfig()
|
H A D | ethernet_manager_test.cpp | 157 ic->ipStatic_.gatewayList_.push_back(gateway); in GetIfaceConfig()
|