Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dchild_table.cpp184 Error ChildTable::GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo) in GetChildInfoById() argument
190 if ((aChildId & ~Mle::kMaxChildId) != 0) in GetChildInfoById()
192 aChildId = Mle::ChildIdFromRloc16(aChildId); in GetChildInfoById()
195 rloc16 = Get<Mle::Mle>().GetRloc16() | aChildId; in GetChildInfoById()
Dchild_table.hpp259 Error GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo);
Dnetwork_diagnostic_tlvs.hpp603 void SetChildId(uint16_t aChildId) in SetChildId() argument
605 …SetTimeoutChildId((GetTimeoutChildId() & ~kChildIdMask) | ((aChildId << kChildIdOffset) & kChildId… in SetChildId()
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp228 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo) in otThreadGetChildInfoById() argument
230 … return AsCoreType(aInstance).Get<ChildTable>().GetChildInfoById(aChildId, AsCoreType(aChildInfo)); in otThreadGetChildInfoById()
/openthread-latest/include/openthread/
Dthread_ftd.h572 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo);