Home
last modified time | relevance | path

Searched refs:GetMetrics (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dlink_metrics_types.hpp84 Metrics &GetMetrics(void) { return static_cast<Metrics &>(mMetrics); } in GetMetrics() function in ot::LinkMetrics::MetricsValues
91 const Metrics &GetMetrics(void) const { return static_cast<const Metrics &>(mMetrics); } in GetMetrics() function in ot::LinkMetrics::MetricsValues
Dlink_metrics.cpp362 if (values.GetMetrics().mLqi && idx < aLength) in ProcessEnhAckIeData()
366 if (values.GetMetrics().mLinkMargin && idx < aLength) in ProcessEnhAckIeData()
370 if (values.GetMetrics().mRssi && idx < aLength) in ProcessEnhAckIeData()
449 … ReadTypeIdsFromMessage(aRequestMessage, tlvInfo.mValueOffsetRange, values.GetMetrics())); in AppendReport()