Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dmesh_diag_api.cpp68 … return AsCoreType(aInstance).Get<Utils::MeshDiag>().QueryChildTable(aRloc16, aCallback, aContext); in otMeshDiagQueryChildTable()
/openthread-latest/src/core/utils/
Dmesh_diag.hpp186 Error QueryChildTable(uint16_t aRloc16, QueryChildTableCallback aCallback, void *aContext);
Dmesh_diag.cpp187 Error MeshDiag::QueryChildTable(uint16_t aRloc16, QueryChildTableCallback aCallback, void *aContext) in QueryChildTable() function in ot::Utils::MeshDiag