Home
last modified time | relevance | path

Searched defs:OnConnectionCloseFrame (Results 1 – 12 of 12) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_client_interop_test_bin.cc128 void OnConnectionCloseFrame(const QuicConnectionCloseFrame& frame) override { in OnConnectionCloseFrame() function in quic::QuicClientInteropRunner
Dquic_packet_printer_bin.cc155 bool OnConnectionCloseFrame(const QuicConnectionCloseFrame& frame) override { in OnConnectionCloseFrame() function in quic::QuicPacketPrinter
/external/cronet/net/quic/
Dquic_test_packet_printer.cc122 bool OnConnectionCloseFrame(const QuicConnectionCloseFrame& frame) override { in OnConnectionCloseFrame() function in quic::QuicPacketPrinter
Dquic_connection_logger.cc410 void QuicConnectionLogger::OnConnectionCloseFrame( in OnConnectionCloseFrame() function in net::QuicConnectionLogger
Dquic_event_logger.cc669 void QuicEventLogger::OnConnectionCloseFrame( in OnConnectionCloseFrame() function in net::QuicEventLogger
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dchlo_extractor.cc240 bool ChloFramerVisitor::OnConnectionCloseFrame( in OnConnectionCloseFrame() function in quic::__anon6db6d3800111::ChloFramerVisitor
Dtls_chlo_extractor.h127 bool OnConnectionCloseFrame( in OnConnectionCloseFrame() function
Dquic_connection.h338 virtual void OnConnectionCloseFrame( in OnConnectionCloseFrame() function
Dquic_connection.cc1851 bool QuicConnection::OnConnectionCloseFrame( in OnConnectionCloseFrame() function in quic::QuicConnection
Dquic_framer_test.cc480 bool OnConnectionCloseFrame(const QuicConnectionCloseFrame& frame) override { in OnConnectionCloseFrame() function in quic::test::__anon3a6dc7ec0111::TestQuicVisitor
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_quic_framer.cc141 bool OnConnectionCloseFrame(const QuicConnectionCloseFrame& frame) override { in OnConnectionCloseFrame() function in quic::test::SimpleFramerVisitor
Dquic_test_utils.cc374 bool NoOpFramerVisitor::OnConnectionCloseFrame( in OnConnectionCloseFrame() function in quic::test::NoOpFramerVisitor