Home
last modified time | relevance | path

Searched refs:oldRa (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Drouter_advertisement_daemon_test.cpp151 RaParams oldRa; in HWTEST_F() local
153 oldRa.prefixes_.emplace_back(ipPrefix1); in HWTEST_F()
154 oldRa.dnses_.emplace_back(testDns1); in HWTEST_F()
159 RaParams deprecateRa = routerAdvertiseDaemon.GetDeprecatedRaParams(oldRa, newRa); in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Drouter_advertisement_daemon_test.cpp151 RaParams oldRa; in HWTEST_F() local
153 oldRa.prefixes_.emplace_back(ipPrefix1); in HWTEST_F()
154 oldRa.dnses_.emplace_back(testDns1); in HWTEST_F()
159 RaParams deprecateRa = routerAdvertiseDaemon.GetDeprecatedRaParams(oldRa, newRa); in HWTEST_F()
/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()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Drouter_advertisement_daemon.h125 RaParams GetDeprecatedRaParams(RaParams &oldRa, RaParams &newRa);

Completed in 3 milliseconds