Searched refs:GetChildAtIndex (Results 1 – 7 of 7) sorted by relevance
93 Child *ChildTable::GetChildAtIndex(uint16_t aChildIndex) in GetChildAtIndex() function in ot::ChildTable208 child = GetChildAtIndex(aChildIndex); in GetChildInfoByIndex()
128 Child *GetChildAtIndex(uint16_t aChildIndex);
57 child = Get<ChildTable>().GetChildAtIndex(childIndex); in GetDestination()
198 Child *child = Get<ChildTable>().GetChildAtIndex(static_cast<uint16_t>(index)); in GetNextNeighborInfo()
492 child = Get<ChildTable>().GetChildAtIndex(mChildIndexDuaRegistering); in PerformNextRegistration()
178 … VerifyOrQuit(aTable.GetChildAtIndex(childIndex) == child, "GetChildAtIndex() failed"); in VerifyChildTableContent()
228 child = AsCoreType(aInstance).Get<ChildTable>().GetChildAtIndex(aChildIndex); in otThreadGetChildNextIp6Address()