Home
last modified time | relevance | path

Searched refs:aChildIndex (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dchild_table.cpp93 Child *ChildTable::GetChildAtIndex(uint16_t aChildIndex) in GetChildAtIndex() argument
97 VerifyOrExit(aChildIndex < mMaxChildrenAllowed); in GetChildAtIndex()
98 child = &mChildren[aChildIndex]; in GetChildAtIndex()
203 Error ChildTable::GetChildInfoByIndex(uint16_t aChildIndex, Child::Info &aChildInfo) in GetChildInfoByIndex() argument
208 child = GetChildAtIndex(aChildIndex); in GetChildInfoByIndex()
Dchild_table.hpp128 Child *GetChildAtIndex(uint16_t aChildIndex);
247 Error GetChildInfoByIndex(uint16_t aChildIndex, Child::Info &aChildInfo);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp212 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil… in otThreadGetChildInfoByIndex() argument
214 …return AsCoreType(aInstance).Get<ChildTable>().GetChildInfoByIndex(aChildIndex, AsCoreType(aChildI… in otThreadGetChildInfoByIndex()
218 uint16_t aChildIndex, in otThreadGetChildNextIp6Address() argument
228 child = AsCoreType(aInstance).Get<ChildTable>().GetChildAtIndex(aChildIndex); in otThreadGetChildNextIp6Address()
/openthread-latest/include/openthread/
Dthread_ftd.h553 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil…
572 uint16_t aChildIndex,