Home
last modified time | relevance | path

Searched refs:OnAttemptingToProcessUndecryptablePacket (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/quic/
H A Dquic_connection_logger.cc261 void QuicConnectionLogger::OnAttemptingToProcessUndecryptablePacket( in OnAttemptingToProcessUndecryptablePacket() function in net::QuicConnectionLogger
263 event_logger_.OnAttemptingToProcessUndecryptablePacket(decryption_level); in OnAttemptingToProcessUndecryptablePacket()
H A Dquic_event_logger.h60 void OnAttemptingToProcessUndecryptablePacket(
H A Dquic_connection_logger.h77 void OnAttemptingToProcessUndecryptablePacket(
H A Dquic_event_logger.cc573 void QuicEventLogger::OnAttemptingToProcessUndecryptablePacket( in OnAttemptingToProcessUndecryptablePacket() function in net::QuicEventLogger
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection.h317 virtual void OnAttemptingToProcessUndecryptablePacket( in OnAttemptingToProcessUndecryptablePacket() function
H A Dquic_connection.cc4458 debug_visitor_->OnAttemptingToProcessUndecryptablePacket( in MaybeProcessUndecryptablePackets()