Home
last modified time | relevance | path

Searched defs:newNetLinkInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_lan_management.cpp62 NetLinkInfo newNetLinkInfo = *(devState->GetLinkInfo()); in UpdateLanLinkInfo() local
82 NetLinkInfo newNetLinkInfo = *(devState->GetLinkInfo()); in ReleaseLanNetLink() local
108 int32_t EthernetLanManagement::SetIp(const NetLinkInfo &newNetLinkInfo) in SetIp()
131 int32_t EthernetLanManagement::DelIp(const NetLinkInfo &newNetLinkInfo) in DelIp()
154 int32_t EthernetLanManagement::SetRoute(const NetLinkInfo &newNetLinkInfo) in SetRoute()
173 int32_t EthernetLanManagement::DelRoute(const NetLinkInfo &newNetLinkInfo) in DelRoute()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp268 void Network::UpdateInterfaces(const NetLinkInfo &newNetLinkInfo) in UpdateInterfaces()
294 void Network::UpdateIpAddrs(const NetLinkInfo &newNetLinkInfo) in UpdateIpAddrs()
336 void Network::HandleUpdateIpAddrs(const NetLinkInfo &newNetLinkInfo) in HandleUpdateIpAddrs()
359 void Network::UpdateRoutes(const NetLinkInfo &newNetLinkInfo) in UpdateRoutes()
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_upstreammonitor.cpp219const sptr<NetLinkInfo> &newNetLinkInfo) in HandleConnectionPropertiesChange()