Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/thread/
Dchild_table.cpp184 Error ChildTable::GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo) in GetChildInfoById()
205 Error ChildTable::GetChildInfoByIndex(uint16_t aChildIndex, Child::Info &aChildInfo) in GetChildInfoByIndex()
/openthread-3.6.0/src/core/api/
Dmesh_diag_api.cpp62 …ror otMeshDiagGetNextChildInfo(otMeshDiagChildIterator *aIterator, otMeshDiagChildInfo *aChildInfo) in otMeshDiagGetNextChildInfo()
Dthread_ftd_api.cpp228 otError otThreadGetChildInfoById(otInstance *aInstance, uint16_t aChildId, otChildInfo *aChildInfo) in otThreadGetChildInfoById()
233 …r otThreadGetChildInfoByIndex(otInstance *aInstance, uint16_t aChildIndex, otChildInfo *aChildInfo) in otThreadGetChildInfoByIndex()
/openthread-3.6.0/src/core/common/
Dsettings.cpp259 Error Settings::AddChildInfo(const ChildInfo &aChildInfo) in AddChildInfo()
/openthread-3.6.0/src/core/utils/
Dmesh_diag.cpp572 Error MeshDiag::ChildIterator::GetNextChildInfo(ChildInfo &aChildInfo) in GetNextChildInfo()
/openthread-3.6.0/src/ncp/
Dncp_base_ftd.cpp62 otError NcpBase::EncodeChildInfo(const otChildInfo &aChildInfo) in EncodeChildInfo()