Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics.cpp182 values.mPduCountValue = reportTlv.GetMetricsValue32(); in HandleReport()
183 LogDebg(" - PDU Counter: %lu (Count/Summation)", ToUlong(values.mPduCountValue)); in HandleReport()
469 values.mPduCountValue = aRequestMessage.GetPsduCount(); in AppendReport()
490 values.mPduCountValue = seriesInfo->GetPduCount(); in AppendReport()
605 reportTlv.SetMetricsValue32(aValues.mPduCountValue); in AppendReportSubTlvToMessage()
/openthread-latest/include/openthread/
Dlink_metrics.h62 uint32_t mPduCountValue; ///< The value of Pdu Count. member
/openthread-latest/src/cli/
Dcli_link_metrics.cpp460 … OutputLine(" - PDU Counter: %lu (Count/Summation)", ToUlong(aMetricsValues->mPduCountValue)); in PrintLinkMetricsValue()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp226 SuccessOrExit(error = mEncoder.WriteUint32(aMetricsValues->mPduCountValue)); in EncodeLinkMetricsValues()