Home
last modified time | relevance | path

Searched refs:packets_sent (Results 1 – 7 of 7) sorted by relevance

/webrtc/ice/src/stats/
H A Dmod.rs27 pub packets_sent: u32, field
/webrtc/webrtc/src/stats/
H A Dmod.rs154 pub packets_sent: u32, field
204 packets_sent: stats.packets_sent, in from()
501 pub packets_sent: u64, field
575 pub packets_sent: u64, field
/webrtc/ice/src/agent/
H A Dagent_stats.rs27 pub packets_sent: u32, field
123 packets_sent: 0, in default()
/webrtc/interceptor/src/stats/
H A Dmod.rs85 pub(super) fn record_sender_report(&mut self, packets_sent: u32, bytes_sent: u32) { in record_sender_report()
87 self.remote_packets_sent = packets_sent; in record_sender_report()
370 pub fn packets_sent(&self) -> u64 { in packets_sent() method
H A Dinterceptor.rs290 if let Some((packets_sent, bytes_sent)) = packets_and_bytes_sent { in handle_stats_update()
291 stats.record_sender_report(packets_sent, bytes_sent); in handle_stats_update()
925 assert_eq!(send_snapshot.packets_sent(), 2); in test_stats_interceptor_rtp()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs1307 packets_sent: remote_packets_sent as u64, in collect_inbound_stats()
1379 packets_sent, in collect_outbound_stats()
1390 stats.packets_sent(), in collect_outbound_stats()
1419 packets_sent, in collect_outbound_stats()
H A Dpeer_connection_test.rs354 assert_eq!(outbound_stats.packets_sent, 1); in test_get_stats()