Home
last modified time | relevance | path

Searched refs:oldRa (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Drouter_advertisement_daemon_test.cpp151 RaParams oldRa; variable
153 oldRa.prefixes_.emplace_back(ipPrefix1);
154 oldRa.dnses_.emplace_back(testDns1);
159 RaParams deprecateRa = routerAdvertiseDaemon.GetDeprecatedRaParams(oldRa, newRa);
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Drouter_advertisement_daemon.cpp228 RaParams RouterAdvertisementDaemon::GetDeprecatedRaParams(RaParams &oldRa, RaParams &newRa) in GetDeprecatedRaParams() argument
232 if (oldRa.ContainsPrefix(ipp)) { in GetDeprecatedRaParams()
237 if (oldRa.ContainsDns(dns)) { in GetDeprecatedRaParams()
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Drouter_advertisement_daemon.h125 RaParams GetDeprecatedRaParams(RaParams &oldRa, RaParams &newRa);