Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics_types.cpp120 void SeriesInfo::AggregateLinkMetrics(uint8_t aFrameType, uint8_t aLqi, int8_t aRss) in AggregateLinkMetrics() argument
122 if (IsFrameTypeMatch(aFrameType)) in AggregateLinkMetrics()
130 bool SeriesInfo::IsFrameTypeMatch(uint8_t aFrameType) const in IsFrameTypeMatch()
134 switch (aFrameType) in IsFrameTypeMatch()
Dlink_metrics_types.hpp306 void AggregateLinkMetrics(uint8_t aFrameType, uint8_t aLqi, int8_t aRss);
317 bool IsFrameTypeMatch(uint8_t aFrameType) const;
Dneighbor.cpp195 void Neighbor::AggregateLinkMetrics(uint8_t aSeriesId, uint8_t aFrameType, uint8_t aLqi, int8_t aRs… in AggregateLinkMetrics() argument
201 entry.AggregateLinkMetrics(aFrameType, aLqi, aRss); in AggregateLinkMetrics()
Dneighbor.hpp637 void AggregateLinkMetrics(uint8_t aSeriesId, uint8_t aFrameType, uint8_t aLqi, int8_t aRss);