Lines Matching refs:StatsReport
131 if (r->type() == StatsReport::kStatsReportTypeSsrc) { in OnComplete()
133 GetIntValue(r, StatsReport::kStatsValueNameAudioOutputLevel, in OnComplete()
135 GetIntValue(r, StatsReport::kStatsValueNameAudioInputLevel, in OnComplete()
137 GetIntValue(r, StatsReport::kStatsValueNameBytesReceived, in OnComplete()
139 GetIntValue(r, StatsReport::kStatsValueNameBytesSent, in OnComplete()
141 } else if (r->type() == StatsReport::kStatsReportTypeBwe) { in OnComplete()
143 GetIntValue(r, StatsReport::kStatsValueNameAvailableReceiveBandwidth, in OnComplete()
145 } else if (r->type() == StatsReport::kStatsReportTypeComponent) { in OnComplete()
147 GetStringValue(r, StatsReport::kStatsValueNameDtlsCipher, in OnComplete()
149 GetStringValue(r, StatsReport::kStatsValueNameSrtpCipher, in OnComplete()
195 bool GetIntValue(const StatsReport* report, in GetIntValue()
196 StatsReport::StatsValueName name, in GetIntValue()
198 const StatsReport::Value* v = report->FindValue(name); in GetIntValue()
206 bool GetStringValue(const StatsReport* report, in GetStringValue()
207 StatsReport::StatsValueName name, in GetStringValue()
209 const StatsReport::Value* v = report->FindValue(name); in GetStringValue()