Home
last modified time | relevance | path

Searched defs:aChildInfo (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/api/
Dmesh_diag_api.cpp58 …ror otMeshDiagGetNextChildInfo(otMeshDiagChildIterator *aIterator, otMeshDiagChildInfo *aChildInfo) in otMeshDiagGetNextChildInfo()
Dthread_ftd_api.cpp207 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo) in otThreadGetChildInfoById()
212 …r otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChildInfo) in otThreadGetChildInfoByIndex()
/openthread-latest/src/core/thread/
Dchild_table.cpp182 Error ChildTable::GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo) in GetChildInfoById()
203 Error ChildTable::GetChildInfoByIndex(uint16_t aChildIndex, Child::Info &aChildInfo) in GetChildInfoByIndex()
/openthread-latest/src/core/common/
Dsettings.cpp267 Error Settings::AddChildInfo(const ChildInfo &aChildInfo) in AddChildInfo()
/openthread-latest/src/core/utils/
Dmesh_diag.cpp562 Error MeshDiag::ChildIterator::GetNextChildInfo(ChildInfo &aChildInfo) in GetNextChildInfo()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp62 otError NcpBase::EncodeChildInfo(const otChildInfo &aChildInfo) in EncodeChildInfo()