Lines Matching refs:report

131 std::string IdForType(const RTCStatsReport* report) {  in IdForType()  argument
132 auto stats_of_my_type = report->RTCStatsReport::GetStatsOfType<T>(); in IdForType()
567 EXPECT_TRUE_WAIT(callback->report(), kGetStatsReportTimeoutMs); in WaitForReport()
569 for (const RTCStats& stats : *callback->report()) { in WaitForReport()
572 return callback->report(); in WaitForReport()
586 const rtc::scoped_refptr<const RTCStatsReport>& report, in ExpectReportContainsCertificateInfo() argument
590 "RTCCertificate_" + certinfo.fingerprints[i], report->timestamp_us()); in ExpectReportContainsCertificateInfo()
598 ASSERT_TRUE(report->Get(expected_certificate_stats.id())); in ExpectReportContainsCertificateInfo()
600 report->Get(expected_certificate_stats.id()) in ExpectReportContainsCertificateInfo()
785 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
786 std::string json_format = report->ToJson(); in TEST_F()
791 EXPECT_EQ(report->size(), json_value.size()); in TEST_F()
811 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
813 ExpectReportContainsCertificateInfo(report, *local_certinfo); in TEST_F()
814 ExpectReportContainsCertificateInfo(report, *remote_certinfo); in TEST_F()
868 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
871 report->timestamp_us()); in TEST_F()
879 report->timestamp_us()); in TEST_F()
886 report->timestamp_us()); in TEST_F()
894 report->timestamp_us()); in TEST_F()
899 ASSERT_TRUE(report->Get(expected_inbound_audio_codec.id())); in TEST_F()
902 report->Get(expected_inbound_audio_codec.id())->cast_to<RTCCodecStats>()); in TEST_F()
904 ASSERT_TRUE(report->Get(expected_outbound_audio_codec.id())); in TEST_F()
906 report->Get(expected_outbound_audio_codec.id()) in TEST_F()
909 ASSERT_TRUE(report->Get(expected_inbound_video_codec.id())); in TEST_F()
912 report->Get(expected_inbound_video_codec.id())->cast_to<RTCCodecStats>()); in TEST_F()
914 ASSERT_TRUE(report->Get(expected_outbound_video_codec.id())); in TEST_F()
916 report->Get(expected_outbound_video_codec.id()) in TEST_F()
948 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
949 ExpectReportContainsCertificateInfo(report, *audio_local_certinfo); in TEST_F()
950 ExpectReportContainsCertificateInfo(report, *audio_remote_certinfo); in TEST_F()
951 ExpectReportContainsCertificateInfo(report, *video_local_certinfo); in TEST_F()
952 ExpectReportContainsCertificateInfo(report, *video_remote_certinfo); in TEST_F()
973 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
974 ExpectReportContainsCertificateInfo(report, *local_certinfo); in TEST_F()
975 ExpectReportContainsCertificateInfo(report, *remote_certinfo); in TEST_F()
984 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1044 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1046 ASSERT_TRUE(report->Get(expected_data_channel0.id())); in TEST_F()
1049 report->Get(expected_data_channel0.id())->cast_to<RTCDataChannelStats>()); in TEST_F()
1050 ASSERT_TRUE(report->Get(expected_data_channel1.id())); in TEST_F()
1053 report->Get(expected_data_channel1.id())->cast_to<RTCDataChannelStats>()); in TEST_F()
1054 ASSERT_TRUE(report->Get(expected_data_channel2.id())); in TEST_F()
1057 report->Get(expected_data_channel2.id())->cast_to<RTCDataChannelStats>()); in TEST_F()
1058 ASSERT_TRUE(report->Get(expected_data_channel3.id())); in TEST_F()
1061 report->Get(expected_data_channel3.id())->cast_to<RTCDataChannelStats>()); in TEST_F()
1205 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1207 ASSERT_TRUE(report->Get(expected_a_local_host.id())); in TEST_F()
1208 EXPECT_EQ(expected_a_local_host, report->Get(expected_a_local_host.id()) in TEST_F()
1210 ASSERT_TRUE(report->Get(expected_a_remote_srflx.id())); in TEST_F()
1212 report->Get(expected_a_remote_srflx.id()) in TEST_F()
1214 ASSERT_TRUE(report->Get(expected_a_local_prflx.id())); in TEST_F()
1215 EXPECT_EQ(expected_a_local_prflx, report->Get(expected_a_local_prflx.id()) in TEST_F()
1217 ASSERT_TRUE(report->Get(expected_a_remote_relay.id())); in TEST_F()
1219 report->Get(expected_a_remote_relay.id()) in TEST_F()
1221 ASSERT_TRUE(report->Get(expected_b_local.id())); in TEST_F()
1224 report->Get(expected_b_local.id())->cast_to<RTCLocalIceCandidateStats>()); in TEST_F()
1225 ASSERT_TRUE(report->Get(expected_b_remote.id())); in TEST_F()
1226 EXPECT_EQ(expected_b_remote, report->Get(expected_b_remote.id()) in TEST_F()
1228 EXPECT_TRUE(report->Get("RTCTransport_a_0")); in TEST_F()
1229 EXPECT_TRUE(report->Get("RTCTransport_b_0")); in TEST_F()
1268 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1273 report->timestamp_us()); in TEST_F()
1297 ASSERT_TRUE(report->Get(expected_pair.id())); in TEST_F()
1300 report->Get(expected_pair.id())->cast_to<RTCIceCandidatePairStats>()); in TEST_F()
1301 EXPECT_TRUE(report->Get(*expected_pair.transport_id)); in TEST_F()
1307 report = stats_->GetFreshStatsReport(); in TEST_F()
1309 ASSERT_TRUE(report->Get(expected_pair.id())); in TEST_F()
1312 report->Get(expected_pair.id())->cast_to<RTCIceCandidatePairStats>()); in TEST_F()
1313 EXPECT_TRUE(report->Get(*expected_pair.transport_id)); in TEST_F()
1321 report = stats_->GetFreshStatsReport(); in TEST_F()
1324 ASSERT_TRUE(report->Get(expected_pair.id())); in TEST_F()
1327 report->Get(expected_pair.id())->cast_to<RTCIceCandidatePairStats>()); in TEST_F()
1328 EXPECT_TRUE(report->Get(*expected_pair.transport_id)); in TEST_F()
1334 report = stats_->GetFreshStatsReport(); in TEST_F()
1337 ASSERT_TRUE(report->Get(expected_pair.id())); in TEST_F()
1340 report->Get(expected_pair.id())->cast_to<RTCIceCandidatePairStats>()); in TEST_F()
1341 EXPECT_TRUE(report->Get(*expected_pair.transport_id)); in TEST_F()
1350 report = stats_->GetFreshStatsReport(); in TEST_F()
1353 ASSERT_TRUE(report->Get(expected_pair.id())); in TEST_F()
1356 report->Get(expected_pair.id())->cast_to<RTCIceCandidatePairStats>()); in TEST_F()
1357 EXPECT_TRUE(report->Get(*expected_pair.transport_id)); in TEST_F()
1360 *expected_pair.local_candidate_id, report->timestamp_us()); in TEST_F()
1370 ASSERT_TRUE(report->Get(expected_local_candidate.id())); in TEST_F()
1372 report->Get(expected_local_candidate.id()) in TEST_F()
1376 *expected_pair.remote_candidate_id, report->timestamp_us()); in TEST_F()
1385 ASSERT_TRUE(report->Get(expected_remote_candidate.id())); in TEST_F()
1387 report->Get(expected_remote_candidate.id()) in TEST_F()
1393 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1395 report->timestamp_us()); in TEST_F()
1398 ASSERT_TRUE(report->Get("RTCPeerConnection")); in TEST_F()
1401 report->Get("RTCPeerConnection")->cast_to<RTCPeerConnectionStats>()); in TEST_F()
1420 rtc::scoped_refptr<const RTCStatsReport> report = in TEST_F() local
1423 report->timestamp_us()); in TEST_F()
1426 ASSERT_TRUE(report->Get("RTCPeerConnection")); in TEST_F()
1429 report->Get("RTCPeerConnection")->cast_to<RTCPeerConnectionStats>()); in TEST_F()
1436 rtc::scoped_refptr<const RTCStatsReport> report = in TEST_F() local
1439 report->timestamp_us()); in TEST_F()
1442 ASSERT_TRUE(report->Get("RTCPeerConnection")); in TEST_F()
1445 report->Get("RTCPeerConnection")->cast_to<RTCPeerConnectionStats>()); in TEST_F()
1453 rtc::scoped_refptr<const RTCStatsReport> report = in TEST_F() local
1456 report->timestamp_us()); in TEST_F()
1459 ASSERT_TRUE(report->Get("RTCPeerConnection")); in TEST_F()
1462 report->Get("RTCPeerConnection")->cast_to<RTCPeerConnectionStats>()); in TEST_F()
1469 rtc::scoped_refptr<const RTCStatsReport> report = in TEST_F() local
1472 report->timestamp_us()); in TEST_F()
1475 ASSERT_TRUE(report->Get("RTCPeerConnection")); in TEST_F()
1478 report->Get("RTCPeerConnection")->cast_to<RTCPeerConnectionStats>()); in TEST_F()
1505 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1508 IdForType<RTCMediaStreamStats>(report), report->timestamp_us()); in TEST_F()
1511 IdForType<RTCMediaStreamTrackStats>(report)}; in TEST_F()
1512 ASSERT_TRUE(report->Get(expected_local_stream.id())) in TEST_F()
1514 << report->ToJson(); in TEST_F()
1517 report->Get(expected_local_stream.id())->cast_to<RTCMediaStreamStats>()); in TEST_F()
1520 IdForType<RTCMediaStreamTrackStats>(report), report->timestamp_us(), in TEST_F()
1530 ASSERT_TRUE(report->Get(expected_local_audio_track_ssrc1.id())) in TEST_F()
1532 << report->ToJson(); in TEST_F()
1534 report->Get(expected_local_audio_track_ssrc1.id()) in TEST_F()
1576 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1579 IdForType<RTCMediaStreamStats>(report), report->timestamp_us()); in TEST_F()
1582 std::vector<std::string>({IdForType<RTCMediaStreamTrackStats>(report)}); in TEST_F()
1583 ASSERT_TRUE(report->Get(expected_remote_stream.id())) in TEST_F()
1585 << report->ToJson(); in TEST_F()
1588 report->Get(expected_remote_stream.id())->cast_to<RTCMediaStreamStats>()); in TEST_F()
1591 IdForType<RTCMediaStreamTrackStats>(report), report->timestamp_us(), in TEST_F()
1616 ASSERT_TRUE(report->Get(expected_remote_audio_track.id())); in TEST_F()
1618 report->Get(expected_remote_audio_track.id()) in TEST_F()
1648 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1650 auto stats_of_my_type = report->GetStatsOfType<RTCMediaStreamStats>(); in TEST_F()
1651 ASSERT_EQ(1U, stats_of_my_type.size()) << "No stream in " << report->ToJson(); in TEST_F()
1652 auto stats_of_track_type = report->GetStatsOfType<RTCMediaStreamTrackStats>(); in TEST_F()
1654 << "Wrong number of tracks in " << report->ToJson(); in TEST_F()
1657 report->timestamp_us()); in TEST_F()
1661 ASSERT_TRUE(report->Get(expected_local_stream.id())); in TEST_F()
1664 report->Get(expected_local_stream.id())->cast_to<RTCMediaStreamStats>()); in TEST_F()
1667 stats_of_track_type[0]->id(), report->timestamp_us(), in TEST_F()
1679 ASSERT_TRUE(report->Get(expected_local_video_track_ssrc1.id())); in TEST_F()
1681 report->Get(expected_local_video_track_ssrc1.id()) in TEST_F()
1722 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1724 auto stats_of_my_type = report->GetStatsOfType<RTCMediaStreamStats>(); in TEST_F()
1725 ASSERT_EQ(1U, stats_of_my_type.size()) << "No stream in " << report->ToJson(); in TEST_F()
1726 auto stats_of_track_type = report->GetStatsOfType<RTCMediaStreamTrackStats>(); in TEST_F()
1728 << "Wrong number of tracks in " << report->ToJson(); in TEST_F()
1732 report->timestamp_us()); in TEST_F()
1736 ASSERT_TRUE(report->Get(expected_remote_stream.id())); in TEST_F()
1739 report->Get(expected_remote_stream.id())->cast_to<RTCMediaStreamStats>()); in TEST_F()
1742 stats_of_track_type[0]->id(), report->timestamp_us(), in TEST_F()
1765 ASSERT_TRUE(report->Get(expected_remote_video_track_ssrc3.id())); in TEST_F()
1767 report->Get(expected_remote_video_track_ssrc3.id()) in TEST_F()
1814 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1816 auto stats_of_track_type = report->GetStatsOfType<RTCMediaStreamTrackStats>(); in TEST_F()
1820 report->timestamp_us()); in TEST_F()
1848 ASSERT_TRUE(report->Get(expected_audio.id())); in TEST_F()
1850 report->Get(expected_audio.id())->cast_to<RTCInboundRTPStreamStats>(), in TEST_F()
1860 report = stats_->GetFreshStatsReport(); in TEST_F()
1862 ASSERT_TRUE(report->Get(expected_audio.id())); in TEST_F()
1864 report->Get(expected_audio.id())->cast_to<RTCInboundRTPStreamStats>(), in TEST_F()
1866 EXPECT_TRUE(report->Get(*expected_audio.track_id)); in TEST_F()
1867 EXPECT_TRUE(report->Get(*expected_audio.transport_id)); in TEST_F()
1868 EXPECT_TRUE(report->Get(*expected_audio.codec_id)); in TEST_F()
1915 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
1918 report->timestamp_us()); in TEST_F()
1923 expected_video.track_id = IdForType<RTCMediaStreamTrackStats>(report); in TEST_F()
1945 ASSERT_TRUE(report->Get(expected_video.id())); in TEST_F()
1947 report->Get(expected_video.id())->cast_to<RTCInboundRTPStreamStats>(), in TEST_F()
1963 report = stats_->GetFreshStatsReport(); in TEST_F()
1965 ASSERT_TRUE(report->Get(expected_video.id())); in TEST_F()
1967 report->Get(expected_video.id())->cast_to<RTCInboundRTPStreamStats>(), in TEST_F()
1969 EXPECT_TRUE(report->Get(*expected_video.track_id)); in TEST_F()
1970 EXPECT_TRUE(report->Get(*expected_video.transport_id)); in TEST_F()
1971 EXPECT_TRUE(report->Get(*expected_video.codec_id)); in TEST_F()
2001 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2004 report->timestamp_us()); in TEST_F()
2011 expected_audio.track_id = IdForType<RTCMediaStreamTrackStats>(report); in TEST_F()
2020 ASSERT_TRUE(report->Get(expected_audio.id())); in TEST_F()
2022 report->Get(expected_audio.id())->cast_to<RTCOutboundRTPStreamStats>(), in TEST_F()
2025 ASSERT_TRUE(report->Get(expected_audio.id())); in TEST_F()
2027 report->Get(expected_audio.id())->cast_to<RTCOutboundRTPStreamStats>(), in TEST_F()
2029 EXPECT_TRUE(report->Get(*expected_audio.track_id)); in TEST_F()
2030 EXPECT_TRUE(report->Get(*expected_audio.transport_id)); in TEST_F()
2031 EXPECT_TRUE(report->Get(*expected_audio.codec_id)); in TEST_F()
2080 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2082 auto stats_of_my_type = report->GetStatsOfType<RTCOutboundRTPStreamStats>(); in TEST_F()
2084 auto stats_of_track_type = report->GetStatsOfType<RTCMediaStreamTrackStats>(); in TEST_F()
2088 report->timestamp_us()); in TEST_F()
2121 ASSERT_TRUE(report->Get(expected_video.id())); in TEST_F()
2124 report->Get(expected_video.id())->cast_to<RTCOutboundRTPStreamStats>(), in TEST_F()
2137 report = stats_->GetFreshStatsReport(); in TEST_F()
2139 ASSERT_TRUE(report->Get(expected_video.id())); in TEST_F()
2141 report->Get(expected_video.id())->cast_to<RTCOutboundRTPStreamStats>(), in TEST_F()
2143 EXPECT_TRUE(report->Get(*expected_video.track_id)); in TEST_F()
2144 EXPECT_TRUE(report->Get(*expected_video.transport_id)); in TEST_F()
2145 EXPECT_TRUE(report->Get(*expected_video.codec_id)); in TEST_F()
2187 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2192 report->timestamp_us()); in TEST_F()
2200 ASSERT_TRUE(report->Get(expected_rtp_transport.id())); in TEST_F()
2203 report->Get(expected_rtp_transport.id())->cast_to<RTCTransportStats>()); in TEST_F()
2224 report = stats_->GetFreshStatsReport(); in TEST_F()
2229 report->timestamp_us()); in TEST_F()
2238 ASSERT_TRUE(report->Get(expected_rtp_transport.id())); in TEST_F()
2241 report->Get(expected_rtp_transport.id())->cast_to<RTCTransportStats>()); in TEST_F()
2242 ASSERT_TRUE(report->Get(expected_rtcp_transport.id())); in TEST_F()
2245 report->Get(expected_rtcp_transport.id())->cast_to<RTCTransportStats>()); in TEST_F()
2253 report = stats_->GetFreshStatsReport(); in TEST_F()
2259 ASSERT_TRUE(report->Get(expected_rtp_transport.id())); in TEST_F()
2262 report->Get(expected_rtp_transport.id())->cast_to<RTCTransportStats>()); in TEST_F()
2263 ASSERT_TRUE(report->Get(expected_rtcp_transport.id())); in TEST_F()
2266 report->Get(expected_rtcp_transport.id())->cast_to<RTCTransportStats>()); in TEST_F()
2279 report = stats_->GetFreshStatsReport(); in TEST_F()
2291 ASSERT_TRUE(report->Get(expected_rtp_transport.id())); in TEST_F()
2294 report->Get(expected_rtp_transport.id())->cast_to<RTCTransportStats>()); in TEST_F()
2295 ASSERT_TRUE(report->Get(expected_rtcp_transport.id())); in TEST_F()
2298 report->Get(expected_rtcp_transport.id())->cast_to<RTCTransportStats>()); in TEST_F()
2345 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2350 report->timestamp_us()); in TEST_F()
2362 ASSERT_TRUE(report->Get(expected_rtp_transport.id())); in TEST_F()
2365 report->Get(expected_rtp_transport.id())->cast_to<RTCTransportStats>()); in TEST_F()
2396 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2399 report->timestamp_us()); in TEST_F()
2405 expected_audio.track_id = IdForType<RTCMediaStreamTrackStats>(report); in TEST_F()
2414 ASSERT_TRUE(report->Get(expected_audio.id())); in TEST_F()
2416 report->Get(expected_audio.id())->cast_to<RTCOutboundRTPStreamStats>(), in TEST_F()
2418 EXPECT_TRUE(report->Get(*expected_audio.track_id)); in TEST_F()
2419 EXPECT_TRUE(report->Get(*expected_audio.transport_id)); in TEST_F()
2420 EXPECT_TRUE(report->Get(*expected_audio.codec_id)); in TEST_F()
2440 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2443 report->timestamp_us()); in TEST_F()
2450 ASSERT_TRUE(report->Get(expected_audio.id())); in TEST_F()
2451 EXPECT_EQ(report->Get(expected_audio.id())->cast_to<RTCAudioSourceStats>(), in TEST_F()
2482 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2485 report->timestamp_us()); in TEST_F()
2494 ASSERT_TRUE(report->Get(expected_video.id())); in TEST_F()
2495 EXPECT_EQ(report->Get(expected_video.id())->cast_to<RTCVideoSourceStats>(), in TEST_F()
2527 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2528 ASSERT_TRUE(report->Get("RTCVideoSource_42")); in TEST_F()
2530 report->Get("RTCVideoSource_42")->cast_to<RTCVideoSourceStats>(); in TEST_F()
2556 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2557 ASSERT_TRUE(report->Get("RTCVideoSource_42")); in TEST_F()
2559 report->Get("RTCVideoSource_42")->cast_to<RTCVideoSourceStats>(); in TEST_F()
2579 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2580 EXPECT_FALSE(report->Get("RTCAudioSource_42")); in TEST_F()
2696 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_P() local
2714 ASSERT_TRUE(report->Get(expected_remote_inbound_rtp.id())); in TEST_P()
2715 EXPECT_EQ(report->Get(expected_remote_inbound_rtp.id()) in TEST_P()
2718 EXPECT_TRUE(report->Get(*expected_remote_inbound_rtp.transport_id)); in TEST_P()
2719 ASSERT_TRUE(report->Get(*expected_remote_inbound_rtp.local_id)); in TEST_P()
2721 EXPECT_EQ(*report->Get(*expected_remote_inbound_rtp.local_id) in TEST_P()
2746 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_P() local
2750 ASSERT_TRUE(report->Get(remote_inbound_rtp_id)); in TEST_P()
2751 auto& remote_inbound_rtp = report->Get(remote_inbound_rtp_id) in TEST_P()
2756 EXPECT_EQ(kReportBlockTimestampUtcUs + 1234, report->timestamp_us()); in TEST_P()
2780 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_P() local
2784 ASSERT_TRUE(report->Get(remote_inbound_rtp_id)); in TEST_P()
2785 auto& remote_inbound_rtp = report->Get(remote_inbound_rtp_id) in TEST_P()
2789 EXPECT_TRUE(report->Get(*remote_inbound_rtp.codec_id)); in TEST_P()
2821 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_P() local
2825 ASSERT_TRUE(report->Get(remote_inbound_rtp_id)); in TEST_P()
2826 auto& remote_inbound_rtp = report->Get(remote_inbound_rtp_id) in TEST_P()
2832 EXPECT_TRUE(report->Get(*remote_inbound_rtp.transport_id)); in TEST_P()
2857 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2858 EXPECT_FALSE(report->Get("RTCVideoSource_42")); in TEST_F()
2948 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2951 report->GetStatsOfType<RTCMediaStreamTrackStats>(); in TEST_F()
2955 report->GetStatsOfType<RTCRTPStreamStats>(); in TEST_F()
2968 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
2971 report->GetStatsOfType<RTCMediaStreamTrackStats>(); in TEST_F()
2981 const rtc::scoped_refptr<const RTCStatsReport>& report) override { in OnStatsDelivered() argument
3033 const rtc::scoped_refptr<const RTCStatsReport>& report) override { in OnStatsDelivered() argument
3036 delivered_report_ = report; in OnStatsDelivered()