Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_network_data.cpp177 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/
Dnetwork_data_types.hpp104 kChildRoleOnly, ///< Include devices that act as Thread child (end-device). enumerator
Dnetwork_data.cpp575 case kChildRoleOnly: in AddRloc16ToRlocs()