Home
last modified time | relevance | path

Searched refs:otLinkMetricsQuery (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dlink_metrics.h156 otError otLinkMetricsQuery(otInstance *aInstance,
/openthread-latest/src/core/api/
Dlink_metrics_api.cpp42 otError otLinkMetricsQuery(otInstance *aInstance, in otLinkMetricsQuery() function
/openthread-latest/src/cli/
Dcli_link_metrics.cpp135 SuccessOrExit(error = otLinkMetricsQuery(GetInstancePtr(), &address, isSingle ? 0 : seriesId, in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp3237otLinkMetricsQuery(mInstance, &address, seriesId, &linkMetrics, &NcpBase::HandleLinkMetricsReport_… in HandlePropertySet()