Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dchild_table.cpp95 Child *ChildTable::GetChildAtIndex(uint16_t aChildIndex) in GetChildAtIndex() argument
99 VerifyOrExit(aChildIndex < mMaxChildrenAllowed); in GetChildAtIndex()
100 child = &mChildren[aChildIndex]; in GetChildAtIndex()
205 Error ChildTable::GetChildInfoByIndex(uint16_t aChildIndex, Child::Info &aChildInfo) in GetChildInfoByIndex() argument
210 child = GetChildAtIndex(aChildIndex); in GetChildInfoByIndex()
Dchild_table.hpp137 Child *GetChildAtIndex(uint16_t aChildIndex);
268 Error GetChildInfoByIndex(uint16_t aChildIndex, Child::Info &aChildInfo);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp233 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil… in otThreadGetChildInfoByIndex() argument
235 …return AsCoreType(aInstance).Get<ChildTable>().GetChildInfoByIndex(aChildIndex, AsCoreType(aChildI… in otThreadGetChildInfoByIndex()
239 uint16_t aChildIndex, in otThreadGetChildNextIp6Address() argument
249 child = AsCoreType(aInstance).Get<ChildTable>().GetChildAtIndex(aChildIndex); in otThreadGetChildNextIp6Address()
/openthread-latest/include/openthread/
Dthread_ftd.h589 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil…
609 uint16_t aChildIndex,
/openthread-latest/src/core/common/
Dmessage.cpp819 bool Message::GetChildMask(uint16_t aChildIndex) const { return GetMetadata().mChildMask.Get(aChild… in GetChildMask()
821 void Message::ClearChildMask(uint16_t aChildIndex) { GetMetadata().mChildMask.Set(aChildIndex, fals… in ClearChildMask() argument
823 void Message::SetChildMask(uint16_t aChildIndex) { GetMetadata().mChildMask.Set(aChildIndex, true);… in SetChildMask() argument
Dmessage.hpp1044 bool GetChildMask(uint16_t aChildIndex) const;
1052 void ClearChildMask(uint16_t aChildIndex);
1060 void SetChildMask(uint16_t aChildIndex);