Searched refs:kRouterRoleOnly (Results 1 – 5 of 5) sorted by relevance
| /openthread-latest/tests/unit/ |
| D | test_network_data.cpp | 174 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/ |
| D | network_data_types.hpp | 103 kRouterRoleOnly, ///< Include devices that act as Thread router. enumerator
|
| D | network_data_notifier.cpp | 315 …VerifyOrExit(Get<Leader>().CountBorderRouters(kRouterRoleOnly) < Mle::kRouterUpgradeBorderRouterRe… in IsEligibleForRouterRoleUpgradeAsBorderRouter()
|
| D | network_data.cpp | 571 case kRouterRoleOnly: in AddRloc16ToRlocs()
|
| D | mle_router.cpp | 3570 (Get<NetworkData::Leader>().CountBorderRouters(NetworkData::kRouterRoleOnly) >= in HandleTmf()
|