Home
last modified time | relevance | path

Searched refs:BeforeConnectionCloseSent (Results 1 – 8 of 8) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dquic_endpoint.h104 void BeforeConnectionCloseSent() override {} in BeforeConnectionCloseSent() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_session.h520 void BeforeConnectionCloseSent() override;
Dquic_spdy_session.cc1507 void QuicSpdySession::BeforeConnectionCloseSent() { in BeforeConnectionCloseSent() function in quic::QuicSpdySession
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_session.h180 void BeforeConnectionCloseSent() override {} in BeforeConnectionCloseSent() function
Dquic_connection.h226 virtual void BeforeConnectionCloseSent() = 0;
Dquic_connection_test.cc8009 EXPECT_CALL(visitor_, BeforeConnectionCloseSent()); in TEST_P()
8230 EXPECT_CALL(visitor_, BeforeConnectionCloseSent()); in TEST_P()
10333 EXPECT_CALL(visitor_, BeforeConnectionCloseSent()); in TEST_P()
11512 EXPECT_CALL(visitor_, BeforeConnectionCloseSent()); in TEST_P()
13899 EXPECT_CALL(visitor_, BeforeConnectionCloseSent()); in TEST_P()
13985 EXPECT_CALL(visitor_, BeforeConnectionCloseSent()); in TEST_P()
14023 EXPECT_CALL(visitor_, BeforeConnectionCloseSent()); in TEST_P()
14821 EXPECT_CALL(visitor_, BeforeConnectionCloseSent()); in TEST_P()
15000 EXPECT_CALL(visitor_, BeforeConnectionCloseSent()); in TEST_P()
15029 EXPECT_CALL(visitor_, BeforeConnectionCloseSent()); in TEST_P()
[all …]
Dquic_connection.cc4621 visitor_->BeforeConnectionCloseSent(); in SendConnectionClosePacket()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.h504 MOCK_METHOD(void, BeforeConnectionCloseSent, (), (override));