Home
last modified time | relevance | path

Searched defs:OnStopSendingFrame (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dquic_endpoint.h92 void OnStopSendingFrame(const QuicStopSendingFrame& /*frame*/) override {} in OnStopSendingFrame() function
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_test_packet_printer.cc141 bool OnStopSendingFrame(const QuicStopSendingFrame& frame) override { in OnStopSendingFrame() function in quic::__anon468cef570111::QuicPacketPrinter
H A Dquic_connection_logger.cc347 void QuicConnectionLogger::OnStopSendingFrame( in OnStopSendingFrame() function in net::QuicConnectionLogger
H A Dquic_event_logger.cc615 void QuicEventLogger::OnStopSendingFrame( in OnStopSendingFrame() function in net::QuicEventLogger
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_packet_printer_bin.cc172 bool OnStopSendingFrame(const QuicStopSendingFrame& frame) override { in OnStopSendingFrame() function in quic::QuicPacketPrinter
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dchlo_extractor.cc251 bool ChloFramerVisitor::OnStopSendingFrame( in OnStopSendingFrame() function in quic::__anonb4313bd10111::ChloFramerVisitor
H A Dtls_chlo_extractor.h146 bool OnStopSendingFrame(const QuicStopSendingFrame& /*frame*/) override { in OnStopSendingFrame() function
H A Dquic_connection.h410 virtual void OnStopSendingFrame(const QuicStopSendingFrame& /*frame*/) {} in OnStopSendingFrame() function
H A Dquic_session.cc311 void QuicSession::OnStopSendingFrame(const QuicStopSendingFrame& frame) { in OnStopSendingFrame() function in quic::QuicSession
H A Dquic_connection.cc1625 bool QuicConnection::OnStopSendingFrame(const QuicStopSendingFrame& frame) { in OnStopSendingFrame() function in quic::QuicConnection
H A Dquic_framer_test.cc502 bool OnStopSendingFrame(const QuicStopSendingFrame& frame) override { in OnStopSendingFrame() 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.cc160 bool OnStopSendingFrame(const QuicStopSendingFrame& frame) override { in OnStopSendingFrame() function in quic::test::SimpleFramerVisitor
H A Dquic_test_utils.cc398 bool NoOpFramerVisitor::OnStopSendingFrame( in OnStopSendingFrame() function in quic::test::NoOpFramerVisitor