Home
last modified time | relevance | path

Searched defs:OnPathChallengeFrame (Results 1 – 11 of 11) sorted by relevance

/external/cronet/net/quic/
Dquic_test_packet_printer.cc146 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame() function in quic::QuicPacketPrinter
Dquic_connection_logger.cc346 void QuicConnectionLogger::OnPathChallengeFrame( in OnPathChallengeFrame() function in net::QuicConnectionLogger
Dquic_event_logger.cc621 void QuicEventLogger::OnPathChallengeFrame( in OnPathChallengeFrame() function in net::QuicEventLogger
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_packet_printer_bin.cc179 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame() function in quic::QuicPacketPrinter
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dchlo_extractor.cc250 bool ChloFramerVisitor::OnPathChallengeFrame( in OnPathChallengeFrame() function in quic::__anon6db6d3800111::ChloFramerVisitor
Dtls_chlo_extractor.h145 bool OnPathChallengeFrame(const QuicPathChallengeFrame& /*frame*/) override { in OnPathChallengeFrame() function
Dquic_connection.h400 virtual void OnPathChallengeFrame(const QuicPathChallengeFrame& /*frame*/) {} in OnPathChallengeFrame() function
Dquic_connection.cc1751 bool QuicConnection::OnPathChallengeFrame(const QuicPathChallengeFrame& frame) { in OnPathChallengeFrame() function in quic::QuicConnection
Dquic_framer_test.cc504 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame() function in quic::test::__anon3a6dc7ec0111::TestQuicVisitor
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_quic_framer.cc167 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame() function in quic::test::SimpleFramerVisitor
Dquic_test_utils.cc398 bool NoOpFramerVisitor::OnPathChallengeFrame( in OnPathChallengeFrame() function in quic::test::NoOpFramerVisitor