Home
last modified time | relevance | path

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

/external/openthread/tests/unit/
Dtest_child.cpp159 iterIndex = iter1.GetAsIndex(); in VerifyChildIp6Addresses()
160 VerifyOrQuit(iter2.GetAsIndex() == iterIndex); in VerifyChildIp6Addresses()
179 iterIndex = iter1.GetAsIndex(); in VerifyChildIp6Addresses()
180 VerifyOrQuit(iter2.GetAsIndex() == iterIndex); in VerifyChildIp6Addresses()
/external/openthread/src/core/api/
Dthread_ftd_api.cpp241 *aIterator = iter.GetAsIndex(); in otThreadGetChildNextIp6Address()
/external/openthread/src/core/thread/
Dtopology.hpp919 Index GetAsIndex(void) const { return mIndex; } in GetAsIndex() function in ot::Child::AddressIterator