Searched refs:kChildRoleOnly (Results 1 – 3 of 3) sorted by relevance
| /openthread-latest/tests/unit/ |
| D | test_network_data.cpp | 177 netData.FindRlocs(kAnyBrOrServer, kChildRoleOnly, rlocs); in TestNetworkDataIterator() 188 netData.FindRlocs(kBrProvidingExternalIpConn, kChildRoleOnly, rlocs); in TestNetworkDataIterator() 190 VerifyOrQuit(netData.CountBorderRouters(kChildRoleOnly) == 0); in TestNetworkDataIterator() 299 netData.FindRlocs(kAnyBrOrServer, kChildRoleOnly, rlocs); in TestNetworkDataIterator() 310 netData.FindRlocs(kBrProvidingExternalIpConn, kChildRoleOnly, rlocs); in TestNetworkDataIterator() 312 VerifyOrQuit(netData.CountBorderRouters(kChildRoleOnly) == GetArrayLength(kRlocsChildRole)); in TestNetworkDataIterator() 476 netData.FindRlocs(kAnyBrOrServer, kChildRoleOnly, rlocs); in TestNetworkDataIterator() 487 netData.FindRlocs(kBrProvidingExternalIpConn, kChildRoleOnly, rlocs); in TestNetworkDataIterator() 489 … VerifyOrQuit(netData.CountBorderRouters(kChildRoleOnly) == GetArrayLength(kBrRlocsChildRole)); in TestNetworkDataIterator() 736 instance->Get<Leader>().FindRlocs(kAnyBrOrServer, kChildRoleOnly, rlocs); in TestNetworkDataDsnSrpServices()
|
| /openthread-latest/src/core/thread/ |
| D | network_data_types.hpp | 104 kChildRoleOnly, ///< Include devices that act as Thread child (end-device). enumerator
|
| D | network_data.cpp | 575 case kChildRoleOnly: in AddRloc16ToRlocs()
|