Home
last modified time | relevance | path

Searched refs:QuicErrorCodeToString (Results 1 – 24 of 24) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_error_codes_test.cc18 TEST_F(QuicErrorCodesTest, QuicErrorCodeToString) { in TEST_F() argument
19 EXPECT_STREQ("QUIC_NO_ERROR", QuicErrorCodeToString(QUIC_NO_ERROR)); in TEST_F()
66 QuicErrorCodeToString(static_cast<QuicErrorCode>(internal_error_code)); in TEST_F()
Dquic_stream_sequencer.cc89 QuicErrorCodeToString(result), ": ", error_details); in OnFrameData()
90 QUIC_LOG_FIRST_N(WARNING, 50) << QuicErrorCodeToString(result); in OnFrameData()
Dquic_error_codes.h712 QUIC_EXPORT_PRIVATE const char* QuicErrorCodeToString(QuicErrorCode error);
766 return QuicErrorCodeToString(enum_value); in HistogramEnumString()
Dquic_crypto_handshaker.cc34 << QuicErrorCodeToString(framer->error()); in OnError()
Dtls_chlo_extractor.cc154 "Crypto stream error ", QuicErrorCodeToString(error), ": ", details)); in OnUnrecoverableError()
161 "Crypto stream error ", QuicErrorCodeToString(error), "(", in OnUnrecoverableError()
Dquic_dispatcher.cc916 << QuicErrorCodeToString(error); in OnConnectionClosed()
923 << ") due to error: " << QuicErrorCodeToString(error) in OnConnectionClosed()
Dquic_connection.cc1871 << QuicErrorCodeToString(frame.quic_error_code) << " (" in OnConnectionCloseFrame()
1878 << QuicErrorCodeToString(frame.quic_error_code) << " (" in OnConnectionCloseFrame()
1891 << QuicErrorCodeToString(frame.quic_error_code) << " (" in OnConnectionCloseFrame()
1957 << " and error: " << QuicErrorCodeToString(frame.error_code) in OnGoAwayFrame()
4537 << ", error: " << QuicErrorCodeToString(error) in CloseConnection()
4541 << ", with error: " << QuicErrorCodeToString(error) << " (" in CloseConnection()
Dquic_error_codes.cc70 const char* QuicErrorCodeToString(QuicErrorCode error) { in QuicErrorCodeToString() function
Dquic_framer.cc6286 QUIC_DLOG(INFO) << ENDPOINT << "Error: " << QuicErrorCodeToString(error) in RaiseError()
Dquic_framer_test.cc240 QUIC_DLOG(INFO) << "QuicFramer Error: " << QuicErrorCodeToString(f->error()) in OnError()
/external/cronet/net/third_party/quiche/src/quiche/quic/masque/
Dmasque_client_tools.cc102 << ". Error: " << QuicErrorCodeToString(error); in SendEncapsulatedMasqueRequest()
132 << QuicErrorCodeToString(client->session()->error()); in SendEncapsulatedMasqueRequest()
Dmasque_client.cc85 << ". Error: " << QuicErrorCodeToString(error); in Create()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
Dquic_connection_close_frame.cc61 << QuicErrorCodeToString(connection_close_frame.quic_error_code) in operator <<()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/fuzzer/
Dqpack_round_trip_fuzzer.cc85 QUICHE_CHECK(false) << QuicErrorCodeToString(error_code) << " " in OnDecoderStreamError()
294 QUICHE_CHECK(false) << QuicErrorCodeToString(error_code) << " " in OnHeaderDecodingError()
397 QUICHE_CHECK(false) << QuicErrorCodeToString(error_code) << " " in OnEncoderStreamError()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/fuzzing/
Dquic_framer_process_data_packet_fuzzer.cc274 << QuicErrorCodeToString(receiver_framer.error()) in LLVMFuzzerTestOneInput()
280 << QuicErrorCodeToString(receiver_framer.error()) in LLVMFuzzerTestOneInput()
/external/cronet/net/base/
Dnet_errors.cc30 QuicErrorCodeToString( in ExtendedErrorToString()
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_toy_client.cc422 << quic::QuicErrorCodeToString(error) << " " in SendRequestsAndPrintResponses()
505 << quic::QuicErrorCodeToString(client->session()->error()) in SendRequestsAndPrintResponses()
Dquic_packet_printer_bin.cc50 std::cerr << "OnError: " << QuicErrorCodeToString(framer->error()) in OnError()
/external/cronet/net/quic/
Dquic_test_packet_printer.cc25 *output_ << "OnError: " << QuicErrorCodeToString(framer->error()) in OnError()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/qpack/
Dqpack_offline_decoder.cc74 << QuicErrorCodeToString(error_code) << " " << error_message; in OnEncoderStreamError()
/external/cronet/net/log/
Dnet_log_util.cc225 dict.Set(QuicErrorCodeToString(error), static_cast<int>(error)); in GetNetConstants()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.h1649 QuicErrorCodeToString(expected))) {
1650 *result_listener << QuicErrorCodeToString(static_cast<QuicErrorCode>(arg));
1658 QuicErrorCodeToString(QUIC_NO_ERROR))) {
1659 *result_listener << QuicErrorCodeToString(arg);
Dcrypto_test_utils.cc173 ASSERT_TRUE(message) << QuicErrorCodeToString(error) << " " in Run()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dquic_crypto_server_config.cc254 QuicErrorCodeToString(error), error_details); in Fail()