Searched refs:GetPingAlarm (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/test_tools/
H A Dquic_connection_peer.h104 static QuicAlarm* GetPingAlarm(QuicConnection* connection);
H A Dquic_connection_peer.cc186 QuicAlarm* QuicConnectionPeer::GetPingAlarm(QuicConnection* connection) { function in class:net::test::QuicConnectionPeer
/external/chromium_org/net/quic/
H A Dquic_connection_test.cc553 TestConnectionHelper::TestAlarm* GetPingAlarm() { function in class:net::test::__anon9455::TestConnection
555 QuicConnectionPeer::GetPingAlarm(this));
2680 EXPECT_FALSE(connection_.GetPingAlarm()->IsSet());
2717 EXPECT_FALSE(connection_.GetPingAlarm()->IsSet());
2726 EXPECT_FALSE(connection_.GetPingAlarm()->IsSet());
2733 EXPECT_TRUE(connection_.GetPingAlarm()->IsSet());
2735 connection_.GetPingAlarm()->deadline());
2744 EXPECT_TRUE(connection_.GetPingAlarm()->IsSet());
2749 connection_.GetPingAlarm()->deadline());
2753 connection_.GetPingAlarm()
[all...]

Completed in 94 milliseconds