Home
last modified time | relevance | path

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

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