Home
last modified time | relevance | path

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

/openthread-3.4.0/tests/unit/
Dtest_network_data.cpp170 SuccessOrQuit(netData.FindBorderRouters(kAnyRole, rlocs, rlocsLength)); in TestNetworkDataIterator()
172 VerifyOrQuit(netData.CountBorderRouters(kAnyRole) == GetArrayLength(kRlocs)); in TestNetworkDataIterator()
286 SuccessOrQuit(netData.FindBorderRouters(kAnyRole, rlocs, rlocsLength)); in TestNetworkDataIterator()
288 VerifyOrQuit(netData.CountBorderRouters(kAnyRole) == GetArrayLength(kRlocsAnyRole)); in TestNetworkDataIterator()
302 VerifyOrQuit(netData.FindBorderRouters(kAnyRole, rlocs, rlocsLength) == kErrorNoBufs); in TestNetworkDataIterator()
310 SuccessOrQuit(netData.FindBorderRouters(kAnyRole, rlocs, rlocsLength)); in TestNetworkDataIterator()
464 SuccessOrQuit(netData.FindBorderRouters(kAnyRole, rlocs, rlocsLength)); in TestNetworkDataIterator()
466 VerifyOrQuit(netData.CountBorderRouters(kAnyRole) == GetArrayLength(kRlocsAnyRole)); in TestNetworkDataIterator()
/openthread-3.4.0/src/core/thread/
Dnetwork_data_types.hpp105 kAnyRole, ///< Include devices in any role. enumerator
Dnetwork_data.cpp740 case kAnyRole: in FindBorderRouters()