Home
last modified time | relevance | path

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

/external/cronet/net/quic/
Dquic_test_packet_printer.cc118 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame() function in quic::QuicPacketPrinter
Dquic_connection_logger.cc403 void QuicConnectionLogger::OnRstStreamFrame( in OnRstStreamFrame() function in net::QuicConnectionLogger
Dquic_event_logger.cc664 void QuicEventLogger::OnRstStreamFrame(const quic::QuicRstStreamFrame& frame) { in OnRstStreamFrame() function in net::QuicEventLogger
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_packet_printer_bin.cc151 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame() function in quic::QuicPacketPrinter
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dchlo_extractor.cc236 bool ChloFramerVisitor::OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) { in OnRstStreamFrame() function in quic::__anon6db6d3800111::ChloFramerVisitor
Dtls_chlo_extractor.h124 bool OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) override { in OnRstStreamFrame() function
Dquic_stream.cc216 void PendingStream::OnRstStreamFrame(const QuicRstStreamFrame& frame) { in OnRstStreamFrame() function in quic::PendingStream
Dquic_connection.h333 virtual void OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) {} in OnRstStreamFrame() function
Dquic_connection.cc1687 bool QuicConnection::OnRstStreamFrame(const QuicRstStreamFrame& frame) { in OnRstStreamFrame() function in quic::QuicConnection
Dquic_framer_test.cc470 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame() function in quic::test::__anon3a6dc7ec0111::TestQuicVisitor
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_quic_framer.cc136 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame() function in quic::test::SimpleFramerVisitor
Dquic_test_utils.cc370 bool NoOpFramerVisitor::OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) { in OnRstStreamFrame() function in quic::test::NoOpFramerVisitor