Home
last modified time | relevance | path

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

/openthread-3.6.0/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-3.6.0/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-3.6.0/include/openthread/
Dthread_ftd.h578 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil…
598 uint16_t aChildIndex,
/openthread-3.6.0/src/core/common/
Dmessage.cpp789 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
Dmessage.hpp969 bool GetChildMask(uint16_t aChildIndex) const;
977 void ClearChildMask(uint16_t aChildIndex);
985 void SetChildMask(uint16_t aChildIndex);