Searched refs:mPduCountValue (Results 1 – 4 of 4) sorted by relevance
64 uint32_t mPduCountValue; ///< The value of Pdu Count. member
190 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()
416 … OutputLine(" - PDU Counter: %lu (Count/Summation)", ToUlong(aMetricsValues->mPduCountValue)); in PrintLinkMetricsValue()
226 SuccessOrExit(error = mEncoder.WriteUint32(aMetricsValues->mPduCountValue)); in EncodeLinkMetricsValues()