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