Home
last modified time | relevance | path

Searched refs:GetChildAtIndex (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/thread/
Dchild_table.cpp93 Child *ChildTable::GetChildAtIndex(uint16_t aChildIndex) in GetChildAtIndex() function in ot::ChildTable
208 child = GetChildAtIndex(aChildIndex); in GetChildInfoByIndex()
Dchild_table.hpp128 Child *GetChildAtIndex(uint16_t aChildIndex);
Dchild_supervision.cpp57 child = Get<ChildTable>().GetChildAtIndex(childIndex); in GetDestination()
Dneighbor_table.cpp198 Child *child = Get<ChildTable>().GetChildAtIndex(static_cast<uint16_t>(index)); in GetNextNeighborInfo()
Ddua_manager.cpp492 child = Get<ChildTable>().GetChildAtIndex(mChildIndexDuaRegistering); in PerformNextRegistration()
/openthread-latest/tests/unit/
Dtest_child_table.cpp178 … VerifyOrQuit(aTable.GetChildAtIndex(childIndex) == child, "GetChildAtIndex() failed"); in VerifyChildTableContent()
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp228 child = AsCoreType(aInstance).Get<ChildTable>().GetChildAtIndex(aChildIndex); in otThreadGetChildNextIp6Address()