Home
last modified time | relevance | path

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

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