Searched refs:aChildId (Results 1 – 5 of 5) sorted by relevance
182 Error ChildTable::GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo) in GetChildInfoById() argument188 if ((aChildId & ~Mle::kMaxChildId) != 0) in GetChildInfoById()190 aChildId = Mle::ChildIdFromRloc16(aChildId); in GetChildInfoById()193 rloc16 = Get<Mle::Mle>().GetRloc16() | aChildId; in GetChildInfoById()
239 Error GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo);
540 void SetChildId(uint16_t aChildId) in SetChildId() argument542 …SetTimeoutChildId((GetTimeoutChildId() & ~kChildIdMask) | ((aChildId << kChildIdOffset) & kChildId… in SetChildId()
207 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo) in otThreadGetChildInfoById() argument209 … return AsCoreType(aInstance).Get<ChildTable>().GetChildInfoById(aChildId, AsCoreType(aChildInfo)); in otThreadGetChildInfoById()
537 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo);