Home
last modified time | relevance | path

Searched defs:QuicConnectionCloseFrame (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_connection_close_frame.h18 struct QUICHE_EXPORT QuicConnectionCloseFrame { struct
40 QuicConnectionCloseType close_type = GOOGLE_QUIC_CONNECTION_CLOSE;
44 uint64_t wire_error_code = QUIC_NO_ERROR;
51 QuicErrorCode quic_error_code = QUIC_NO_ERROR;
56 std::string error_details;
63 uint64_t transport_close_frame_type = 0;
H A Dquic_connection_close_frame.cc15 QuicConnectionCloseFrame::QuicConnectionCloseFrame( in QuicConnectionCloseFrame() function in quic::QuicConnectionCloseFrame
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dquic_endpoint.h60 void OnConnectionClosed(const QuicConnectionCloseFrame& /*frame*/, in OnConnectionClosed()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dchlo_extractor.cc247 const QuicConnectionCloseFrame& /*frame*/) { in OnConnectionCloseFrame()
H A Dtls_chlo_extractor.h132 const QuicConnectionCloseFrame& /*frame*/) override { in OnConnectionCloseFrame()
H A Dquic_connection.h355 const QuicConnectionCloseFrame& /*frame*/) {} in OnConnectionCloseFrame()
386 virtual void OnConnectionClosed(const QuicConnectionCloseFrame& /*frame*/, in OnConnectionClosed()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.cc380 const QuicConnectionCloseFrame& /*frame*/) { in OnConnectionCloseFrame()