Searched refs:aChildIndex (Results 1 – 4 of 4) sorted by relevance
93 Child *ChildTable::GetChildAtIndex(uint16_t aChildIndex) in GetChildAtIndex() argument97 VerifyOrExit(aChildIndex < mMaxChildrenAllowed); in GetChildAtIndex()98 child = &mChildren[aChildIndex]; in GetChildAtIndex()203 Error ChildTable::GetChildInfoByIndex(uint16_t aChildIndex, Child::Info &aChildInfo) in GetChildInfoByIndex() argument208 child = GetChildAtIndex(aChildIndex); in GetChildInfoByIndex()
128 Child *GetChildAtIndex(uint16_t aChildIndex);247 Error GetChildInfoByIndex(uint16_t aChildIndex, Child::Info &aChildInfo);
212 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil… in otThreadGetChildInfoByIndex() argument214 …return AsCoreType(aInstance).Get<ChildTable>().GetChildInfoByIndex(aChildIndex, AsCoreType(aChildI… in otThreadGetChildInfoByIndex()218 uint16_t aChildIndex, in otThreadGetChildNextIp6Address() argument228 child = AsCoreType(aInstance).Get<ChildTable>().GetChildAtIndex(aChildIndex); in otThreadGetChildNextIp6Address()
553 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil…572 uint16_t aChildIndex,