Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/quic/
H A Dquic_test_packet_printer.cc117 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame() function in quic::__anon468cef570111::QuicPacketPrinter
H A Dquic_connection_logger.cc385 void QuicConnectionLogger::OnRstStreamFrame( in OnRstStreamFrame() function in net::QuicConnectionLogger
H A Dquic_event_logger.cc634 void QuicEventLogger::OnRstStreamFrame(const quic::QuicRstStreamFrame& frame) { in OnRstStreamFrame() function in net::QuicEventLogger
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_packet_printer_bin.cc148 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame() function in quic::QuicPacketPrinter
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dchlo_extractor.cc242 bool ChloFramerVisitor::OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) { in OnRstStreamFrame() function in quic::__anonb4313bd10111::ChloFramerVisitor
H A Dtls_chlo_extractor.h128 bool OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) override { in OnRstStreamFrame() function
H A Dquic_stream.cc221 void PendingStream::OnRstStreamFrame(const QuicRstStreamFrame& frame) { in OnRstStreamFrame() function in quic::PendingStream
H A Dquic_connection.h349 virtual void OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) {} in OnRstStreamFrame() function
H A Dquic_connection.cc1601 bool QuicConnection::OnRstStreamFrame(const QuicRstStreamFrame& frame) { in OnRstStreamFrame() function in quic::QuicConnection
H A Dquic_framer_test.cc475 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame() function in quic::test::__anon0923887d0111::TestQuicVisitor
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dsimple_quic_framer.cc134 bool OnRstStreamFrame(const QuicRstStreamFrame& frame) override { in OnRstStreamFrame() function in quic::test::SimpleFramerVisitor
H A Dquic_test_utils.cc375 bool NoOpFramerVisitor::OnRstStreamFrame(const QuicRstStreamFrame& /*frame*/) { in OnRstStreamFrame() function in quic::test::NoOpFramerVisitor