Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/quic/
H A Dquic_test_packet_printer.cc145 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame() function in quic::__anon468cef570111::QuicPacketPrinter
H A Dquic_connection_logger.cc333 void QuicConnectionLogger::OnPathChallengeFrame( in OnPathChallengeFrame() function in net::QuicConnectionLogger
H A Dquic_event_logger.cc597 void QuicEventLogger::OnPathChallengeFrame( in OnPathChallengeFrame() function in net::QuicEventLogger
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_packet_printer_bin.cc176 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame() function in quic::QuicPacketPrinter
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dchlo_extractor.cc256 bool ChloFramerVisitor::OnPathChallengeFrame( in OnPathChallengeFrame() function in quic::__anonb4313bd10111::ChloFramerVisitor
H A Dtls_chlo_extractor.h149 bool OnPathChallengeFrame(const QuicPathChallengeFrame& /*frame*/) override { in OnPathChallengeFrame() function
H A Dquic_connection.h413 virtual void OnPathChallengeFrame(const QuicPathChallengeFrame& /*frame*/) {} in OnPathChallengeFrame() function
H A Dquic_connection.cc1665 bool QuicConnection::OnPathChallengeFrame(const QuicPathChallengeFrame& frame) { in OnPathChallengeFrame() function in quic::QuicConnection
H A Dquic_framer_test.cc509 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame() 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.cc165 bool OnPathChallengeFrame(const QuicPathChallengeFrame& frame) override { in OnPathChallengeFrame() function in quic::test::SimpleFramerVisitor
H A Dquic_test_utils.cc403 bool NoOpFramerVisitor::OnPathChallengeFrame( in OnPathChallengeFrame() function in quic::test::NoOpFramerVisitor