Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dlink_metrics.h64 uint32_t mPduCountValue; ///< The value of Pdu Count. member
/openthread-3.6.0/src/core/thread/
Dlink_metrics.cpp190 values.mPduCountValue = reportTlv.GetMetricsValue32(); in HandleReport()
191 LogDebg(" - PDU Counter: %lu (Count/Summation)", ToUlong(values.mPduCountValue)); in HandleReport()
475 values.mPduCountValue = aRequestMessage.GetPsduCount(); in AppendReport()
496 values.mPduCountValue = seriesInfo->GetPduCount(); in AppendReport()
609 reportTlv.SetMetricsValue32(aValues.mPduCountValue); in AppendReportSubTlvToMessage()
/openthread-3.6.0/src/cli/
Dcli_link_metrics.cpp416 … OutputLine(" - PDU Counter: %lu (Count/Summation)", ToUlong(aMetricsValues->mPduCountValue)); in PrintLinkMetricsValue()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp226 SuccessOrExit(error = mEncoder.WriteUint32(aMetricsValues->mPduCountValue)); in EncodeLinkMetricsValues()