Searched refs:aFrameType (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/thread/ |
D | link_metrics_types.cpp | 120 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()
|
D | link_metrics_types.hpp | 306 void AggregateLinkMetrics(uint8_t aFrameType, uint8_t aLqi, int8_t aRss); 317 bool IsFrameTypeMatch(uint8_t aFrameType) const;
|
D | neighbor.cpp | 195 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()
|
D | neighbor.hpp | 637 void AggregateLinkMetrics(uint8_t aSeriesId, uint8_t aFrameType, uint8_t aLqi, int8_t aRss);
|