Searched refs:aChildIndex (Results 1 – 6 of 6) sorted by relevance
/openthread-3.6.0/src/core/thread/ |
D | child_table.cpp | 95 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()
|
D | child_table.hpp | 137 Child *GetChildAtIndex(uint16_t aChildIndex); 268 Error GetChildInfoByIndex(uint16_t aChildIndex, Child::Info &aChildInfo);
|
/openthread-3.6.0/src/core/api/ |
D | thread_ftd_api.cpp | 233 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-3.6.0/include/openthread/ |
D | thread_ftd.h | 578 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil… 598 uint16_t aChildIndex,
|
/openthread-3.6.0/src/core/common/ |
D | message.cpp | 789 bool Message::GetChildMask(uint16_t aChildIndex) const { return GetMetadata().mChildMask.Get(aChild… in GetChildMask() 791 void Message::ClearChildMask(uint16_t aChildIndex) { GetMetadata().mChildMask.Set(aChildIndex, fals… in ClearChildMask() argument 793 void Message::SetChildMask(uint16_t aChildIndex) { GetMetadata().mChildMask.Set(aChildIndex, true);… in SetChildMask() argument
|
D | message.hpp | 969 bool GetChildMask(uint16_t aChildIndex) const; 977 void ClearChildMask(uint16_t aChildIndex); 985 void SetChildMask(uint16_t aChildIndex);
|