Searched refs:packets_sent (Results 1 – 7 of 7) sorted by relevance
| /webrtc/ice/src/stats/ |
| H A D | mod.rs | 27 pub packets_sent: u32, field
|
| /webrtc/webrtc/src/stats/ |
| H A D | mod.rs | 154 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 D | agent_stats.rs | 27 pub packets_sent: u32, field 123 packets_sent: 0, in default()
|
| /webrtc/interceptor/src/stats/ |
| H A D | mod.rs | 85 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 D | interceptor.rs | 290 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 D | peer_connection_internal.rs | 1307 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 D | peer_connection_test.rs | 354 assert_eq!(outbound_stats.packets_sent, 1); in test_get_stats()
|