Home
last modified time | relevance | path

Searched refs:kRouterRoleOnly (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/tests/unit/
Dtest_network_data.cpp174 netData.FindRlocs(kAnyBrOrServer, kRouterRoleOnly, rlocs); in TestNetworkDataIterator()
184 netData.FindRlocs(kBrProvidingExternalIpConn, kRouterRoleOnly, rlocs); in TestNetworkDataIterator()
186 VerifyOrQuit(netData.CountBorderRouters(kRouterRoleOnly) == GetArrayLength(kRlocs)); in TestNetworkDataIterator()
296 netData.FindRlocs(kAnyBrOrServer, kRouterRoleOnly, rlocs); in TestNetworkDataIterator()
306 netData.FindRlocs(kBrProvidingExternalIpConn, kRouterRoleOnly, rlocs); in TestNetworkDataIterator()
308 … VerifyOrQuit(netData.CountBorderRouters(kRouterRoleOnly) == GetArrayLength(kRlocsRouterRole)); in TestNetworkDataIterator()
473 netData.FindRlocs(kAnyBrOrServer, kRouterRoleOnly, rlocs); in TestNetworkDataIterator()
483 netData.FindRlocs(kBrProvidingExternalIpConn, kRouterRoleOnly, rlocs); in TestNetworkDataIterator()
485 … VerifyOrQuit(netData.CountBorderRouters(kRouterRoleOnly) == GetArrayLength(kBrRlocsRouterRole)); in TestNetworkDataIterator()
733 instance->Get<Leader>().FindRlocs(kAnyBrOrServer, kRouterRoleOnly, rlocs); in TestNetworkDataDsnSrpServices()
/openthread-latest/src/core/thread/
Dnetwork_data_types.hpp103 kRouterRoleOnly, ///< Include devices that act as Thread router. enumerator
Dnetwork_data_notifier.cpp315 …VerifyOrExit(Get<Leader>().CountBorderRouters(kRouterRoleOnly) < Mle::kRouterUpgradeBorderRouterRe… in IsEligibleForRouterRoleUpgradeAsBorderRouter()
Dnetwork_data.cpp571 case kRouterRoleOnly: in AddRloc16ToRlocs()
Dmle_router.cpp3570 (Get<NetworkData::Leader>().CountBorderRouters(NetworkData::kRouterRoleOnly) >= in HandleTmf()