Home
last modified time | relevance | path

Searched refs:TransportChannelStats (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/pc/
Dtransport_stats.cc14 TransportChannelStats::TransportChannelStats() = default;
16 TransportChannelStats::TransportChannelStats(const TransportChannelStats&) =
19 TransportChannelStats::~TransportChannelStats() = default;
Dtransport_stats.h24 struct TransportChannelStats { struct
25 TransportChannelStats();
26 TransportChannelStats(const TransportChannelStats&);
27 ~TransportChannelStats();
39 typedef std::vector<TransportChannelStats> TransportChannelStatsList; argument
Drtc_stats_collector_unittest.cc1171 cricket::TransportChannelStats a_transport_channel_stats; in TEST_F()
1194 cricket::TransportChannelStats b_transport_channel_stats; in TEST_F()
1260 cricket::TransportChannelStats transport_channel_stats; in TEST_F()
2177 cricket::TransportChannelStats rtp_transport_channel_stats; in TEST_F()
2214 cricket::TransportChannelStats rtcp_transport_channel_stats; in TEST_F()
2330 cricket::TransportChannelStats rtp_transport_channel_stats; in TEST_F()
2809 cricket::TransportChannelStats rtp_transport_channel_stats; in TEST_P()
2812 cricket::TransportChannelStats rtcp_transport_channel_stats; in TEST_P()
Dstats_collector_unittest.cc50 using cricket::TransportChannelStats;
676 TransportChannelStats channel_stats; in TestCertificateReports()
1308 TransportChannelStats channel_stats; in TEST_F()
Djsep_transport.cc702 TransportChannelStats substats; in GetTransportStats()
Drtc_stats_collector.cc1782 for (const cricket::TransportChannelStats& channel_stats : in ProduceTransportStats_n()
1808 for (const cricket::TransportChannelStats& channel_stats : in ProduceTransportStats_n()
Dpeer_connection.cc6979 for (const cricket::TransportChannelStats& channel_stats : in ReportBestConnectionState()
/external/webrtc/pc/test/
Dfake_peer_connection_for_stats.h188 const cricket::TransportChannelStats& channel_stats) { in SetTransportStats()
191 std::vector<cricket::TransportChannelStats>{channel_stats}); in SetTransportStats()
196 const std::vector<cricket::TransportChannelStats>& channel_stats_list) { in SetTransportStats()
330 cricket::TransportChannelStats channel_stats; in GetTransportStatsByName()