Home
last modified time | relevance | path

Searched refs:aChildId (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/thread/
Dchild_table.cpp182 Error ChildTable::GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo) in GetChildInfoById() argument
188 if ((aChildId & ~Mle::kMaxChildId) != 0) in GetChildInfoById()
190 aChildId = Mle::ChildIdFromRloc16(aChildId); in GetChildInfoById()
193 rloc16 = Get<Mle::Mle>().GetRloc16() | aChildId; in GetChildInfoById()
Dchild_table.hpp239 Error GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo);
Dnetwork_diagnostic_tlvs.hpp540 void SetChildId(uint16_t aChildId) in SetChildId() argument
542 …SetTimeoutChildId((GetTimeoutChildId() & ~kChildIdMask) | ((aChildId << kChildIdOffset) & kChildId… in SetChildId()
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp207 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo) in otThreadGetChildInfoById() argument
209 … return AsCoreType(aInstance).Get<ChildTable>().GetChildInfoById(aChildId, AsCoreType(aChildInfo)); in otThreadGetChildInfoById()
/openthread-latest/include/openthread/
Dthread_ftd.h537 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo);