Home
last modified time | relevance | path

Searched refs:GetChildInfoById (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/src/core/thread/
Dchild_table.hpp259 Error GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo);
Dchild_table.cpp184 Error ChildTable::GetChildInfoById(uint16_t aChildId, Child::Info &aChildInfo) in GetChildInfoById() function in ot::ChildTable
/openthread-3.5.0/src/core/api/
Dthread_ftd_api.cpp230 … return AsCoreType(aInstance).Get<ChildTable>().GetChildInfoById(aChildId, AsCoreType(aChildInfo)); in otThreadGetChildInfoById()