Searched refs:sent_total_bytes (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dtransport.h91 sent_total_bytes(0),
105 size_t sent_total_bytes; // Total bytes sent on this connection. member in struct:cricket::ConnectionInfo
H A Dport.h461 size_t sent_total_bytes();
H A Dp2ptransportchannel.cc943 info.sent_total_bytes = connection->sent_total_bytes();
H A Dport.cc1327 size_t Connection::sent_total_bytes() { function in class:cricket::Connection
H A Dp2ptransportchannel_unittest.cc1147 EXPECT_EQ(10 * 36U, best_conn_info->sent_total_bytes);
/external/webrtc/talk/app/webrtc/
H A Dstatscollector.cc629 { StatsReport::kStatsValueNameBytesSent, info.sent_total_bytes },

Completed in 272 milliseconds