Home
last modified time | relevance | path

Searched refs:header_bytes_sent (Results 1 – 5 of 5) sorted by relevance

/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs357 assert_eq!(outbound_stats.header_bytes_sent, 12); in test_get_stats()
H A Dpeer_connection_internal.rs1381 header_bytes_sent, in collect_outbound_stats()
1392 stats.header_bytes_sent(), in collect_outbound_stats()
1422 header_bytes_sent, in collect_outbound_stats()
/webrtc/interceptor/src/stats/
H A Dmod.rs378 pub fn header_bytes_sent(&self) -> u64 { in header_bytes_sent() method
H A Dinterceptor.rs926 assert_eq!(send_snapshot.header_bytes_sent(), 24); in test_stats_interceptor_rtp()
/webrtc/webrtc/src/stats/
H A Dmod.rs510 pub header_bytes_sent: u64, field