Home
last modified time | relevance | path

Searched refs:stats_id (Results 1 – 11 of 11) sorted by relevance

/webrtc/webrtc/src/ice_transport/
H A Dice_candidate_pair.rs8 stats_id: String, field
20 fn stats_id(local_id: &str, remote_id: &str) -> String { in stats_id() method
27 let stats_id = Self::stats_id(&local.stats_id, &remote.stats_id); in new() localVariable
29 stats_id, in new()
H A Dice_candidate.rs19 pub stats_id: String, field
50 stats_id: c.id(), in from()
67 let candidate_id = self.stats_id.clone(); in to_ice()
/webrtc/webrtc/src/peer_connection/
H A Dcertificate.rs27 pub(crate) stats_id: String, field
92 stats_id: gen_stats_id(), in from_params()
157 stats_id: gen_stats_id(), in from_existing()
210 self.stats_id.clone(), in collect_stats()
275 assert!(cert.stats_id.contains("certificate")); in test_generate_certificate_expires_and_stats_id()
H A Dmod.rs185 stats_id: String, field
200 .field("stats_id", &self.stats_id) in fmt()
210 write!(f, "(RTCPeerConnection {})", self.stats_id) in fmt()
243 stats_id: format!( in new()
716 self.stats_id.as_str() in get_stats_id()
H A Dpeer_connection_internal.rs1178 pub(super) async fn get_stats(&self, stats_id: String) -> StatsCollector { in get_stats()
1185 self.sctp_transport.collect_stats(&collector, stats_id), in get_stats()
/webrtc/webrtc/src/stats/
H A Dmod.rs307 id: cert.stats_id.clone(), in new()
339 id: codec.stats_id.clone(), in from()
392 id: data_channel.stats_id.clone(), in from()
424 pub fn new(transport: &RTCSctpTransport, stats_id: String, data_channels_closed: u32) -> Self { in new()
430 id: stats_id, in new()
/webrtc/webrtc/src/data_channel/
H A Dmod.rs57 pub(crate) stats_id: String, field
99 stats_id: format!( in new()
550 self.stats_id.as_str() in get_stats_id()
555 collector.insert(self.stats_id.clone(), StatsReportType::DataChannel(stats)); in collect_stats()
/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_codec.rs112 pub stats_id: String, field
/webrtc/webrtc/src/api/media_engine/
H A Dmod.rs320 codec.stats_id = format!( in register_codec()
466 reports.insert(codec.stats_id.clone(), Codec(CodecStats::from(codec))); in collect_stats()
470 reports.insert(codec.stats_id.clone(), Codec(CodecStats::from(codec))); in collect_stats()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dsdp_test.rs863 stats_id: "id".to_owned(), in test_populate_sdp_reject()
H A Dmod.rs926 stats_id: String::new(), in codecs_from_media_description()