Home
last modified time | relevance | path

Searched refs:sent_ping_requests_total (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/p2p/base/
Dconnection_info.cc26 sent_ping_requests_total(0), in ConnectionInfo()
Dconnection_info.h50 size_t sent_ping_requests_total; // Number of STUN ping request sent. member
Dconnection.cc1173 stats_.sent_ping_requests_total++; in OnConnectionRequestSent()
Dport_unittest.cc1756 EXPECT_EQ(1U, lconn->stats().sent_ping_requests_total); in TEST_F()
1841 EXPECT_EQ(3U, rconn->stats().sent_ping_requests_total); in TEST_F()
1849 EXPECT_EQ(5U, rconn->stats().sent_ping_requests_total); in TEST_F()
/external/webrtc/pc/
Drtc_stats_collector.cc1420 RTC_DCHECK_GE(info.sent_ping_requests_total, in ProduceIceCandidateAndPairStats_n()
1423 info.sent_ping_requests_total - in ProduceIceCandidateAndPairStats_n()
Dstats_collector.cc748 info.sent_ping_requests_total}, in AddConnectionInfoReport()
Drtc_stats_collector_unittest.cc1252 connection_info.sent_ping_requests_total = 2020; in TEST_F()