Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics_types.hpp283 uint32_t GetPduCount(void) const { return mPduCount; } in GetPduCount() function in ot::LinkMetrics::SeriesInfo
Dlink_metrics.cpp483 else if (seriesInfo->GetPduCount() == 0) in AppendReport()
490 values.mPduCountValue = seriesInfo->GetPduCount(); in AppendReport()