Searched refs:sent_total_bytes (Results 1 – 7 of 7) sorted by relevance
22 sent_total_bytes(0), in ConnectionInfo()
44 size_t sent_total_bytes; // Total bytes sent on this connection. member
1232 stats_.sent_total_bytes = send_rate_tracker_.TotalSampleCount(); in stats()
1308 EXPECT_EQ(10 * 36U, best_conn_info->sent_total_bytes); in TEST_F()
1247 connection_info.sent_total_bytes = 42; in TEST_F()2172 rtp_connection_info.sent_total_bytes = 42; in TEST_F()2209 rtcp_connection_info.sent_total_bytes = 1337; in TEST_F()2325 rtp_connection_info.sent_total_bytes = 42; in TEST_F()
1387 static_cast<uint64_t>(info.sent_total_bytes); in ProduceIceCandidateAndPairStats_n()1824 *transport_stats->bytes_sent += info.sent_total_bytes; in ProduceTransportStats_n()
742 {StatsReport::kStatsValueNameBytesSent, info.sent_total_bytes}, in AddConnectionInfoReport()