Searched refs:BeforeConnectionCloseSent (Results 1 – 8 of 8) sorted by relevance
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/ |
D | quic_endpoint.h | 104 void BeforeConnectionCloseSent() override {} in BeforeConnectionCloseSent() function
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
D | quic_spdy_session.h | 520 void BeforeConnectionCloseSent() override;
|
D | quic_spdy_session.cc | 1507 void QuicSpdySession::BeforeConnectionCloseSent() { in BeforeConnectionCloseSent() function in quic::QuicSpdySession
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_session.h | 180 void BeforeConnectionCloseSent() override {} in BeforeConnectionCloseSent() function
|
D | quic_connection.h | 226 virtual void BeforeConnectionCloseSent() = 0;
|
D | quic_connection_test.cc | 8009 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 …]
|
D | quic_connection.cc | 4621 visitor_->BeforeConnectionCloseSent(); in SendConnectionClosePacket()
|
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
D | quic_test_utils.h | 504 MOCK_METHOD(void, BeforeConnectionCloseSent, (), (override));
|