/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/ |
H A D | http2_frame_decoder_adapter.cc | 90 Http2DecoderAdapter::SpdyFramerError HpackDecodingErrorToSpdyFramerError( in HpackDecodingErrorToSpdyFramerError() 94 return Http2DecoderAdapter::SpdyFramerError::SPDY_NO_ERROR; in HpackDecodingErrorToSpdyFramerError() 96 return Http2DecoderAdapter::SpdyFramerError:: in HpackDecodingErrorToSpdyFramerError() 99 return Http2DecoderAdapter::SpdyFramerError:: in HpackDecodingErrorToSpdyFramerError() 102 return Http2DecoderAdapter::SpdyFramerError:: in HpackDecodingErrorToSpdyFramerError() 105 return Http2DecoderAdapter::SpdyFramerError::SPDY_HPACK_NAME_TOO_LONG; in HpackDecodingErrorToSpdyFramerError() 107 return Http2DecoderAdapter::SpdyFramerError::SPDY_HPACK_VALUE_TOO_LONG; in HpackDecodingErrorToSpdyFramerError() 109 return Http2DecoderAdapter::SpdyFramerError:: in HpackDecodingErrorToSpdyFramerError() 112 return Http2DecoderAdapter::SpdyFramerError:: in HpackDecodingErrorToSpdyFramerError() 115 return Http2DecoderAdapter::SpdyFramerError:: in HpackDecodingErrorToSpdyFramerError() [all …]
|
H A D | spdy_framer_test.cc | 37 using ::http2::Http2DecoderAdapter; 274 void OnError(Http2DecoderAdapter::SpdyFramerError error, in OnError() 277 << Http2DecoderAdapter::SpdyFramerErrorToString(error); in OnError() 478 Http2DecoderAdapter::SPDY_NO_ERROR) { in SimulateInFramer() 516 Http2DecoderAdapter deframer_; 607 deframer_(std::make_unique<Http2DecoderAdapter>()) {} in SpdyFramerTest() 635 std::unique_ptr<Http2DecoderAdapter> deframer_; 751 EXPECT_CALL(visitor, OnError(Http2DecoderAdapter::SPDY_OVERSIZED_PAYLOAD, _)); in TEST_P() 754 EXPECT_EQ(Http2DecoderAdapter::SPDY_OVERSIZED_PAYLOAD, in TEST_P() 756 << Http2DecoderAdapter::SpdyFramerErrorToString( in TEST_P() [all …]
|
H A D | http2_frame_decoder_adapter.h | 39 class QUICHE_EXPORT Http2DecoderAdapter 106 Http2DecoderAdapter(); 107 ~Http2DecoderAdapter() override; 109 Http2DecoderAdapter(const Http2DecoderAdapter&) = delete; 110 Http2DecoderAdapter& operator=(const Http2DecoderAdapter&) = delete; 373 virtual void OnError(http2::Http2DecoderAdapter::SpdyFramerError error,
|
H A D | http2_frame_decoder_adapter_fuzzer.cc | 9 http2::Http2DecoderAdapter decoder; in LLVMFuzzerTestOneInput()
|
H A D | spdy_no_op_visitor.h | 33 void OnError(http2::Http2DecoderAdapter::SpdyFramerError /*error*/, in OnError()
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_session.cc | 394 http2::Http2DecoderAdapter::SpdyFramerError err) { in MapFramerErrorToProtocolError() 396 case http2::Http2DecoderAdapter::SPDY_NO_ERROR: in MapFramerErrorToProtocolError() 398 case http2::Http2DecoderAdapter::SPDY_INVALID_STREAM_ID: in MapFramerErrorToProtocolError() 400 case http2::Http2DecoderAdapter::SPDY_INVALID_CONTROL_FRAME: in MapFramerErrorToProtocolError() 402 case http2::Http2DecoderAdapter::SPDY_CONTROL_PAYLOAD_TOO_LARGE: in MapFramerErrorToProtocolError() 404 case http2::Http2DecoderAdapter::SPDY_DECOMPRESS_FAILURE: in MapFramerErrorToProtocolError() 406 case http2::Http2DecoderAdapter::SPDY_INVALID_PADDING: in MapFramerErrorToProtocolError() 408 case http2::Http2DecoderAdapter::SPDY_INVALID_DATA_FRAME_FLAGS: in MapFramerErrorToProtocolError() 410 case http2::Http2DecoderAdapter::SPDY_UNEXPECTED_FRAME: in MapFramerErrorToProtocolError() 412 case http2::Http2DecoderAdapter::SPDY_INTERNAL_FRAMER_ERROR: in MapFramerErrorToProtocolError() [all …]
|
H A D | buffered_spdy_framer.h | 39 http2::Http2DecoderAdapter::SpdyFramerError spdy_framer_error) = 0; 156 void OnError(http2::Http2DecoderAdapter::SpdyFramerError spdy_framer_error, 218 http2::Http2DecoderAdapter::SpdyFramerError spdy_framer_error() const; 219 http2::Http2DecoderAdapter::SpdyState state() const; 258 http2::Http2DecoderAdapter deframer_;
|
H A D | buffered_spdy_framer.cc | 50 http2::Http2DecoderAdapter::SpdyFramerError spdy_framer_error, in OnError() 233 http2::Http2DecoderAdapter::SpdyFramerError 238 http2::Http2DecoderAdapter::SpdyState BufferedSpdyFramer::state() const { in state() 243 return state() == http2::Http2DecoderAdapter::SPDY_FRAME_COMPLETE; in MessageFullyRead()
|
H A D | spdy_session.h | 192 http2::Http2DecoderAdapter::SpdyFramerError error); 194 MapFramerErrorToNetError(http2::Http2DecoderAdapter::SpdyFramerError error); 201 static_assert(28 == http2::Http2DecoderAdapter::LAST_ERROR, 867 http2::Http2DecoderAdapter::SpdyFramerError spdy_framer_error) override;
|
H A D | buffered_spdy_framer_unittest.cc | 28 http2::Http2DecoderAdapter::SpdyFramerError spdy_framer_error) override { in OnError() 138 http2::Http2DecoderAdapter::SPDY_NO_ERROR) { in SimulateInFramer()
|
H A D | alps_decoder.h | 142 http2::Http2DecoderAdapter decoder_adapter_;
|
H A D | alps_decoder.cc | 64 http2::Http2DecoderAdapter::SPDY_READY_FOR_FRAME) { in Decode()
|
H A D | spdy_session_unittest.cc | 6066 http2::Http2DecoderAdapter::SPDY_INVALID_CONTROL_FRAME)); in TEST() 6069 http2::Http2DecoderAdapter::SPDY_INVALID_DATA_FRAME_FLAGS)); in TEST() 6072 http2::Http2DecoderAdapter::SPDY_HPACK_NAME_HUFFMAN_ERROR)); in TEST() 6075 http2::Http2DecoderAdapter::SPDY_UNEXPECTED_FRAME)); in TEST() 6081 http2::Http2DecoderAdapter::SPDY_INVALID_CONTROL_FRAME)); in TEST() 6084 http2::Http2DecoderAdapter::SPDY_DECOMPRESS_FAILURE)); in TEST() 6087 http2::Http2DecoderAdapter::SPDY_CONTROL_PAYLOAD_TOO_LARGE)); in TEST() 6090 http2::Http2DecoderAdapter::SPDY_OVERSIZED_PAYLOAD)); in TEST()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
H A D | quic_spdy_session.cc | 40 using http2::Http2DecoderAdapter; 246 void OnError(Http2DecoderAdapter::SpdyFramerError error, in OnError() 250 case Http2DecoderAdapter::SpdyFramerError::SPDY_HPACK_INDEX_VARINT_ERROR: in OnError() 253 case Http2DecoderAdapter::SpdyFramerError:: in OnError() 257 case Http2DecoderAdapter::SpdyFramerError:: in OnError() 261 case Http2DecoderAdapter::SpdyFramerError::SPDY_HPACK_NAME_TOO_LONG: in OnError() 264 case Http2DecoderAdapter::SpdyFramerError::SPDY_HPACK_VALUE_TOO_LONG: in OnError() 267 case Http2DecoderAdapter::SpdyFramerError::SPDY_HPACK_NAME_HUFFMAN_ERROR: in OnError() 270 case Http2DecoderAdapter::SpdyFramerError::SPDY_HPACK_VALUE_HUFFMAN_ERROR: in OnError() 273 case Http2DecoderAdapter::SpdyFramerError:: in OnError() [all …]
|
H A D | quic_headers_stream_test.cc | 81 (http2::Http2DecoderAdapter::SpdyFramerError error, 206 deframer_ = std::unique_ptr<http2::Http2DecoderAdapter>( in QuicHeadersStreamTest() 207 new http2::Http2DecoderAdapter()); in QuicHeadersStreamTest() 316 << http2::Http2DecoderAdapter::SpdyFramerErrorToString( in WriteHeadersAndCheckData() 364 std::unique_ptr<http2::Http2DecoderAdapter> deframer_;
|
H A D | quic_spdy_session.h | 665 http2::Http2DecoderAdapter h2_deframer_;
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | event_forwarder_test.cc | 29 OnError(Http2DecoderAdapter::SpdyFramerError::SPDY_STOP_PROCESSING, in TEST() 32 Http2DecoderAdapter::SpdyFramerError::SPDY_STOP_PROCESSING, in TEST() 141 Http2DecoderAdapter::SpdyFramerError::SPDY_STOP_PROCESSING, in TEST()
|
H A D | oghttp2_session.h | 178 void OnError(http2::Http2DecoderAdapter::SpdyFramerError error, 499 http2::Http2DecoderAdapter decoder_;
|
H A D | event_forwarder.h | 25 void OnError(Http2DecoderAdapter::SpdyFramerError error,
|
H A D | event_forwarder.cc | 10 void EventForwarder::OnError(Http2DecoderAdapter::SpdyFramerError error, in OnError()
|
H A D | oghttp2_session.cc | 27 using SpdyFramerError = Http2DecoderAdapter::SpdyFramerError; 1042 << http2::Http2DecoderAdapter::SpdyFramerErrorToString(error) in OnError()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/ |
H A D | http2_trace_printer.h | 39 Http2DecoderAdapter decoder_;
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/core/ |
H A D | http2_trace_logging.cc | 135 void Http2TraceLogger::OnError(Http2DecoderAdapter::SpdyFramerError error, in OnError() 139 << ", error=" << Http2DecoderAdapter::SpdyFramerErrorToString(error); in OnError()
|
H A D | http2_trace_logging.h | 52 void OnError(http2::Http2DecoderAdapter::SpdyFramerError error,
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/test_tools/ |
H A D | mock_spdy_framer_visitor.h | 33 (http2::Http2DecoderAdapter::SpdyFramerError error,
|