Home
last modified time | relevance | path

Searched refs:netLinkInfo_ (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp122 bool hasDns = netLinkInfo_.dnsList_.size() ? true : false; in CreateVirtualNetwork()
135 return NetConnServiceIface().IsIfaceNameInUse(netLinkInfo_.ifaceName_, netId_); in IsIfaceNameInUse()
155 for (const auto &inetAddr : netLinkInfo_.netAddrList_) { in ReleaseBasicNetwork()
157 NetsysController::GetInstance().DelInterfaceAddress(netLinkInfo_.ifaceName_, inetAddr.address_, in ReleaseBasicNetwork()
160 for (const auto &route : netLinkInfo_.routeList_) { in ReleaseBasicNetwork()
171 for (const auto &inetAddr : netLinkInfo_.netAddrList_) { in ReleaseBasicNetwork()
173 NetsysController::GetInstance().DelInterfaceAddress(netLinkInfo_.ifaceName_, inetAddr.address_, in ReleaseBasicNetwork()
177 for (const auto &route : netLinkInfo_.routeList_) { in ReleaseBasicNetwork()
182 NetsysController::GetInstance().NetworkRemoveInterface(netId_, netLinkInfo_.ifaceName_); in ReleaseBasicNetwork()
185 netLinkInfo_ in ReleaseBasicNetwork()
[all...]
H A Dnet_http_probe.cpp83 : netId_(netId), netBearType_(bearType), netLinkInfo_(netLinkInfo) in NetHttpProbe()
137 netLinkInfo_ = netLinkInfo; in UpdateNetLinkInfo()
347 NETPROBE_CURL_EASY_SET_OPTION(curl, CURLOPT_INTERFACE, netLinkInfo_.ifaceName_.c_str()); in SetHttpOptions()
583 } else if (!netLinkInfo_.httpProxy_.GetHost().empty()) { in LoadProxy()
584 proxyHost = netLinkInfo_.httpProxy_.GetHost(); in LoadProxy()
585 proxyPort = static_cast<int32_t>(netLinkInfo_.httpProxy_.GetPort()); in LoadProxy()
H A Dnet_monitor.cpp81 : netId_(netId), netLinkInfo_(netLinkInfo), netMonitorCallback_(callback) in NetMonitor()
171 netId_, netBearType_, netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTP, httpUrl_, httpsUrl_); in SendProbe()
173 netId_, netBearType_, netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTPS, httpUrl_, httpsUrl_); in SendProbe()
195 netBearType_, netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTP, fallbackHttpUrl_, fallbackHttpsUrl_); in SendProbe()
197 netBearType_, netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTPS, fallbackHttpUrl_, fallbackHttpsUrl_); in SendProbe()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_lan_management.cpp42 netLinkInfo_.Initialize(); in GetOldLinkInfo()
45 netLinkInfo_ = *(devState->GetLinkInfo()); in GetOldLinkInfo()
112 if (netLinkInfo_.HasNetAddr(inetAddr)) { in SetIp()
134 for (const auto &inetAddr : netLinkInfo_.netAddrList_) { in DelIp()
144 auto ret = NetConnClient::GetInstance().DelInterfaceAddress(netLinkInfo_.ifaceName_, in DelIp()
157 if (netLinkInfo_.HasRoute(route)) { in SetRoute()
175 for (const auto &route : netLinkInfo_.routeList_) { in DelRoute()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_lan_management.h38 NetLinkInfo netLinkInfo_; member in OHOS::NetManagerStandard::EthernetLanManagement
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_monitor.h102 NetLinkInfo netLinkInfo_; member in OHOS::NetManagerStandard::NetMonitor
H A Dnetwork.h98 NetLinkInfo netLinkInfo_; member in OHOS::NetManagerStandard::Network
H A Dnet_http_probe.h76 NetLinkInfo netLinkInfo_; member in OHOS::NetManagerStandard::NetHttpProbe
H A Dnet_supplier.h161 NetLinkInfo netLinkInfo_; member in OHOS::NetManagerStandard::NetTypeScoreValue::NetSupplier

Completed in 5 milliseconds