Searched refs:aChildId (Results 1 – 5 of 5) sorted by relevance
184 Error ChildTable::GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo) in GetChildInfoById() argument190 if ((aChildId & ~Mle::kMaxChildId) != 0) in GetChildInfoById()192 aChildId = Mle::ChildIdFromRloc16(aChildId); in GetChildInfoById()195 rloc16 = Get<Mle::Mle>().GetRloc16() | aChildId; in GetChildInfoById()
259 Error GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo);
603 void SetChildId(uint16_t aChildId) in SetChildId() argument605 …SetTimeoutChildId((GetTimeoutChildId() & ~kChildIdMask) | ((aChildId << kChildIdOffset) & kChildId… in SetChildId()
228 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo) in otThreadGetChildInfoById() argument230 … return AsCoreType(aInstance).Get<ChildTable>().GetChildInfoById(aChildId, AsCoreType(aChildInfo)); in otThreadGetChildInfoById()
572 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo);