Home
last modified time | relevance | path

Searched refs:QuicHttp3ErrorCode (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_error_codes.cc655 return {false, static_cast<uint64_t>(QuicHttp3ErrorCode::EXCESSIVE_LOAD)}; in QuicErrorCodeToTransportErrorCode()
657 return {false, static_cast<uint64_t>(QuicHttp3ErrorCode::FRAME_ERROR)}; in QuicErrorCodeToTransportErrorCode()
660 static_cast<uint64_t>(QuicHttp3ErrorCode::FRAME_UNEXPECTED)}; in QuicErrorCodeToTransportErrorCode()
663 static_cast<uint64_t>(QuicHttp3ErrorCode::FRAME_UNEXPECTED)}; in QuicErrorCodeToTransportErrorCode()
666 static_cast<uint64_t>(QuicHttp3ErrorCode::FRAME_UNEXPECTED)}; in QuicErrorCodeToTransportErrorCode()
669 static_cast<uint64_t>(QuicHttp3ErrorCode::FRAME_UNEXPECTED)}; in QuicErrorCodeToTransportErrorCode()
672 static_cast<uint64_t>(QuicHttp3ErrorCode::STREAM_CREATION_ERROR)}; in QuicErrorCodeToTransportErrorCode()
675 static_cast<uint64_t>(QuicHttp3ErrorCode::STREAM_CREATION_ERROR)}; in QuicErrorCodeToTransportErrorCode()
680 QuicHttp3ErrorCode::CLOSED_CRITICAL_STREAM)}; in QuicErrorCodeToTransportErrorCode()
683 static_cast<uint64_t>(QuicHttp3ErrorCode::MISSING_SETTINGS)}; in QuicErrorCodeToTransportErrorCode()
[all …]
H A Dquic_error_codes_test.cc115 {static_cast<uint64_t>(QuicHttp3ErrorCode::HTTP3_NO_ERROR), in TEST_F()
116 static_cast<uint64_t>(QuicHttp3ErrorCode::GENERAL_PROTOCOL_ERROR), in TEST_F()
117 static_cast<uint64_t>(QuicHttp3ErrorCode::INTERNAL_ERROR), in TEST_F()
118 static_cast<uint64_t>(QuicHttp3ErrorCode::STREAM_CREATION_ERROR), in TEST_F()
119 static_cast<uint64_t>(QuicHttp3ErrorCode::CLOSED_CRITICAL_STREAM), in TEST_F()
120 static_cast<uint64_t>(QuicHttp3ErrorCode::FRAME_UNEXPECTED), in TEST_F()
121 static_cast<uint64_t>(QuicHttp3ErrorCode::FRAME_ERROR), in TEST_F()
122 static_cast<uint64_t>(QuicHttp3ErrorCode::EXCESSIVE_LOAD), in TEST_F()
123 static_cast<uint64_t>(QuicHttp3ErrorCode::ID_ERROR), in TEST_F()
124 static_cast<uint64_t>(QuicHttp3ErrorCode::SETTINGS_ERROR), in TEST_F()
[all …]
H A Dquic_error_codes.h637 enum class QuicHttp3ErrorCode { enum
676 static QuicResetStreamError FromIetf(QuicHttp3ErrorCode code);
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_client_stream_test.cc119 static_cast<uint64_t>(QuicHttp3ErrorCode::GENERAL_PROTOCOL_ERROR)); in TEST_P()
133 static_cast<uint64_t>(QuicHttp3ErrorCode::GENERAL_PROTOCOL_ERROR)); in TEST_P()
147 static_cast<uint64_t>(QuicHttp3ErrorCode::GENERAL_PROTOCOL_ERROR)); in TEST_P()
175 static_cast<uint64_t>(QuicHttp3ErrorCode::HTTP3_NO_ERROR)); in TEST_P()
354 static_cast<uint64_t>(QuicHttp3ErrorCode::GENERAL_PROTOCOL_ERROR)); in TEST_P()
H A Dquic_spdy_session_test.cc2487 static_cast<uint64_t>(QuicHttp3ErrorCode::STREAM_CREATION_ERROR), in TEST_P()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dconnect_tunnel_test.cc234 static_cast<uint64_t>(QuicHttp3ErrorCode::MESSAGE_ERROR)))); in TEST_F()
250 static_cast<uint64_t>(QuicHttp3ErrorCode::REQUEST_REJECTED)))); in TEST_F()
342 static_cast<uint64_t>(QuicHttp3ErrorCode::CONNECT_ERROR)))); in TEST_F()
H A Dconnect_tunnel.cc119 QuicResetStreamError::FromIetf(QuicHttp3ErrorCode::MESSAGE_ERROR)); in OpenTunnel()
126 QuicResetStreamError::FromIetf(QuicHttp3ErrorCode::REQUEST_REJECTED)); in OpenTunnel()
H A Dconnect_tunnel.h73 QuicResetStreamError::FromIetf(QuicHttp3ErrorCode::CONNECT_ERROR));
H A Dconnect_udp_tunnel.cc196 QuicResetStreamError::FromIetf(QuicHttp3ErrorCode::MESSAGE_ERROR)); in OpenTunnel()
H A Dconnect_udp_tunnel_test.cc264 static_cast<uint64_t>(QuicHttp3ErrorCode::MESSAGE_ERROR)))); in TEST_F()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_frames_test.cc101 static_cast<uint64_t>(QuicHttp3ErrorCode::REQUEST_CANCELLED); in TEST_F()