Home
last modified time | relevance | path

Searched defs:aChildIndex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dchild_table.cpp95 Child *ChildTable::GetChildAtIndex(uint16_t aChildIndex) in GetChildAtIndex()
205 Error ChildTable::GetChildInfoByIndex(uint16_t aChildIndex, Child::Info &aChildInfo) in GetChildInfoByIndex()
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_ftd_api.cpp233 otError otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChil… in otThreadGetChildInfoByIndex()
239 uint16_t aChildIndex, in otThreadGetChildNextIp6Address()
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.cpp821 void Message::ClearChildMask(uint16_t aChildIndex) { GetMetadata().mChildMask.Set(aChildIndex, fals… in ClearChildMask()
823 void Message::SetChildMask(uint16_t aChildIndex) { GetMetadata().mChildMask.Set(aChildIndex, true);… in SetChildMask()