Home
last modified time | relevance | path

Searched refs:quic_error_code (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_encoder_stream_receiver.cc62 QuicErrorCode quic_error_code; in OnInstructionDecodingError() local
65 quic_error_code = QUIC_QPACK_ENCODER_STREAM_INTEGER_TOO_LARGE; in OnInstructionDecodingError()
68 quic_error_code = QUIC_QPACK_ENCODER_STREAM_STRING_LITERAL_TOO_LONG; in OnInstructionDecodingError()
71 quic_error_code = QUIC_QPACK_ENCODER_STREAM_HUFFMAN_ENCODING_ERROR; in OnInstructionDecodingError()
74 quic_error_code = QUIC_INTERNAL_ERROR; in OnInstructionDecodingError()
77 delegate_->OnErrorDetected(quic_error_code, error_message); in OnInstructionDecodingError()
H A Dqpack_decoder_stream_receiver.cc55 QuicErrorCode quic_error_code = in OnInstructionDecodingError() local
59 delegate_->OnErrorDetected(quic_error_code, error_message); in OnInstructionDecodingError()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_connection_close_frame.cc19 : quic_error_code(error_code), error_details(error_phrase) { in QuicConnectionCloseFrame()
61 << QuicErrorCodeToString(connection_close_frame.quic_error_code) in operator <<()
H A Dquic_connection_close_frame.h51 QuicErrorCode quic_error_code = QUIC_NO_ERROR; member
H A Dquic_frames_test.cc181 frame.quic_error_code = QUIC_NETWORK_IDLE_TIMEOUT; in TEST_F()
201 frame.quic_error_code = QUIC_NETWORK_IDLE_TIMEOUT; in TEST_F()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer_test.cc4023 EXPECT_EQ(115u, visitor_.connection_close_frame_.quic_error_code); in TEST_P()
4028 visitor_.connection_close_frame_.quic_error_code)); in TEST_P()
4118 EXPECT_EQ(849u, visitor_.connection_close_frame_.quic_error_code); in TEST_P()
4123 EXPECT_EQ(0xC0DEu, visitor_.connection_close_frame_.quic_error_code); in TEST_P()
4219 EXPECT_EQ(17767u, visitor_.connection_close_frame_.quic_error_code); in TEST_P()
4222 EXPECT_EQ(0x11u, visitor_.connection_close_frame_.quic_error_code); in TEST_P()
4286 EXPECT_EQ(122u, visitor_.connection_close_frame_.quic_error_code); in TEST_P()
4348 EXPECT_EQ(17767u, visitor_.connection_close_frame_.quic_error_code); in TEST_P()
7379 close_frame.quic_error_code = static_cast<QuicErrorCode>(0x4567); in TEST_P()
7643 app_close_frame.quic_error_code = QUIC_IETF_GQUIC_ERROR_MISSING; in TEST_P()
[all …]
H A Dquic_session.cc487 RecordConnectionCloseAtServer(frame.quic_error_code, source); in OnConnectionClosed()
490 if (on_closed_frame_.quic_error_code == QUIC_NO_ERROR) { in OnConnectionClosed()
496 GetMutableCryptoStream()->OnConnectionClosed(frame.quic_error_code, source); in OnConnectionClosed()
500 stream->OnConnectionClosed(frame.quic_error_code, source); in OnConnectionClosed()
515 frame.quic_error_code, frame.error_details, in OnConnectionClosed()
H A Dquic_framer.cc369 QuicErrorCode quic_error_code) { in GenerateErrorString() argument
370 if (quic_error_code == QUIC_IETF_GQUIC_ERROR_MISSING) { in GenerateErrorString()
375 return absl::StrCat(std::to_string(static_cast<unsigned>(quic_error_code)), in GenerateErrorString()
534 GenerateErrorString(frame.error_details, frame.quic_error_code)); in GetConnectionCloseFrameSize()
3932 frame->quic_error_code = static_cast<QuicErrorCode>(error_code); in ProcessConnectionCloseFrame()
5962 GenerateErrorString(frame.error_details, frame.quic_error_code); in AppendIetfConnectionCloseFrame()
6910 frame->quic_error_code = QUIC_NO_ERROR; in MaybeExtractQuicErrorCode()
6912 frame->quic_error_code = QUIC_IETF_GQUIC_ERROR_MISSING; in MaybeExtractQuicErrorCode()
6924 frame->quic_error_code = static_cast<QuicErrorCode>(extracted_error_code); in MaybeExtractQuicErrorCode()
H A Dquic_trace_visitor.cc163 info->set_error_code(frame.connection_close_frame->quic_error_code); in PopulateFrameInfo()
H A Dquic_connection_test.cc1284 EXPECT_THAT(saved_connection_close_frame_.quic_error_code, in TriggerConnectionClose()
1355 EXPECT_THAT(connection_close_frames[0].quic_error_code, in TestConnectionCloseQuicErrorCode()
4627 EXPECT_THAT(saved_connection_close_frame_.quic_error_code, in TEST_P()
5362 EXPECT_THAT(saved_connection_close_frame_.quic_error_code, in TEST_P()
5435 EXPECT_THAT(saved_connection_close_frame_.quic_error_code, in TEST_P()
5948 EXPECT_THAT(saved_connection_close_frame_.quic_error_code, in TEST_P()
6674 EXPECT_THAT(saved_connection_close_frame_.quic_error_code, in TEST_P()
6712 EXPECT_THAT(saved_connection_close_frame_.quic_error_code, in TEST_P()
6805 EXPECT_THAT(saved_connection_close_frame_.quic_error_code, in TEST_P()
6876 EXPECT_THAT(saved_connection_close_frame_.quic_error_code, in TEST_P()
[all …]
H A Dquic_session.h508 QuicErrorCode error() const { return on_closed_frame_.quic_error_code; } in error()
H A Dquic_connection.cc1773 << QuicErrorCodeToString(frame.quic_error_code) << " (" in OnConnectionCloseFrame()
1780 << QuicErrorCodeToString(frame.quic_error_code) << " (" in OnConnectionCloseFrame()
1793 << QuicErrorCodeToString(frame.quic_error_code) << " (" in OnConnectionCloseFrame()
1799 if (frame.quic_error_code == QUIC_BAD_MULTIPATH_FLAG) { in OnConnectionCloseFrame()
5007 *error_code = frame.connection_close_frame->quic_error_code; in IsTerminationPacket()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_event_logger.cc178 dict.Set("quic_error", static_cast<int>(frame->quic_error_code)); in NetLogQuicConnectionCloseFrameParams()
179 if (frame->wire_error_code != frame->quic_error_code) { in NetLogQuicConnectionCloseFrameParams()
750 return NetLogQuicOnConnectionClosedParams(frame.quic_error_code, in OnConnectionClosed()
H A Dquic_chromium_client_session.cc187 RecordConnectionCloseErrorCodeImpl(histogram, frame.quic_error_code, in RecordConnectionCloseErrorCode()
198 RecordConnectionCloseErrorCodeImpl(histogram, frame.quic_error_code, in RecordConnectionCloseErrorCode()
208 if (frame.quic_error_code == quic::QUIC_IETF_GQUIC_ERROR_MISSING) { in RecordConnectionCloseErrorCode()
219 if (frame.quic_error_code == quic::QUIC_IETF_GQUIC_ERROR_MISSING) { in RecordConnectionCloseErrorCode()
1817 frame.quic_error_code); in OnConnectionClosed()
1821 const quic::QuicErrorCode error = frame.quic_error_code; in OnConnectionClosed()
H A Ddedicated_web_transport_http3_client.cc228 client_->OnConnectionClosed(frame.quic_error_code, frame.error_details, in OnConnectionClosed()
H A Dquic_http_stream_test.cc1196 frame.quic_error_code = quic::QUIC_PEER_GOING_AWAY; in TEST_P()
1238 frame.quic_error_code = quic::QUIC_PEER_GOING_AWAY; in TEST_P()
H A Dquic_network_transaction_unittest.cc3171 quic::QuicErrorCode quic_error_code = quic::QUIC_INVALID_STREAM_ID; in TEST_P() local
3172 quic_error_code = quic::QUIC_HTTP_STREAM_WRONG_DIRECTION; in TEST_P()
3175 packet_number++, 1, 1, quic_error_code, in TEST_P()
/aosp_15_r20/external/curl/lib/vquic/
H A Dcurl_osslq.c970 args.quic_error_code = app_error_code; in cb_h3_reset_stream()