Searched refs:recv_total_bytes (Results 1 – 7 of 7) sorted by relevance
29 recv_total_bytes(0), in ConnectionInfo()
55 size_t recv_total_bytes; // Total bytes received on this connection. member
1230 stats_.recv_total_bytes = recv_rate_tracker_.TotalSampleCount(); in stats()
1309 EXPECT_EQ(10 * 36U, best_conn_info->recv_total_bytes); in TEST_F()
1248 connection_info.recv_total_bytes = 1234; in TEST_F()2173 rtp_connection_info.recv_total_bytes = 1337; in TEST_F()2210 rtcp_connection_info.recv_total_bytes = 42; in TEST_F()2326 rtp_connection_info.recv_total_bytes = 1337; in TEST_F()
1389 static_cast<uint64_t>(info.recv_total_bytes); in ProduceIceCandidateAndPairStats_n()1827 *transport_stats->bytes_received += info.recv_total_bytes; in ProduceTransportStats_n()
741 {StatsReport::kStatsValueNameBytesReceived, info.recv_total_bytes}, in AddConnectionInfoReport()