Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
Dquic_connection_close_frame.h18 struct QUIC_EXPORT_PRIVATE 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;
Dquic_connection_close_frame.cc15 QuicConnectionCloseFrame::QuicConnectionCloseFrame( in QuicConnectionCloseFrame() function in quic::QuicConnectionCloseFrame
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dquic_endpoint.h60 void OnConnectionClosed(const QuicConnectionCloseFrame& /*frame*/, in OnConnectionClosed()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dchlo_extractor.cc241 const QuicConnectionCloseFrame& /*frame*/) { in OnConnectionCloseFrame()
Dtls_chlo_extractor.h128 const QuicConnectionCloseFrame& /*frame*/) override { in OnConnectionCloseFrame()
Dquic_connection.h339 const QuicConnectionCloseFrame& /*frame*/) {} in OnConnectionCloseFrame()
373 virtual void OnConnectionClosed(const QuicConnectionCloseFrame& /*frame*/, in OnConnectionClosed()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.cc375 const QuicConnectionCloseFrame& /*frame*/) { in OnConnectionCloseFrame()