Home
last modified time | relevance | path

Searched refs:OnDecoderStreamError (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_encoder_test.cc39 MOCK_METHOD(void, OnDecoderStreamError,
226 OnDecoderStreamError(QUIC_QPACK_DECODER_STREAM_INTEGER_TOO_LARGE, in TEST_P()
266 OnDecoderStreamError(QUIC_QPACK_DECODER_STREAM_INVALID_ZERO_INCREMENT, in TEST_P()
277 OnDecoderStreamError(QUIC_QPACK_DECODER_STREAM_IMPOSSIBLE_INSERT_COUNT, in TEST_P()
300 OnDecoderStreamError( in TEST_P()
311 OnDecoderStreamError(QUIC_QPACK_DECODER_STREAM_INCORRECT_ACKNOWLEDGEMENT, in TEST_P()
H A Dqpack_encoder.h43 virtual void OnDecoderStreamError(QuicErrorCode error_code,
165 void OnDecoderStreamError(QuicErrorCode /*error_code*/, absl::string_view in OnDecoderStreamError() function
H A Dqpack_encoder.cc464 decoder_stream_error_delegate_->OnDecoderStreamError(error_code, in OnErrorDetected()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_session.h171 void OnDecoderStreamError(QuicErrorCode error_code,
H A Dquic_spdy_session.cc595 void QuicSpdySession::OnDecoderStreamError(QuicErrorCode error_code, in OnDecoderStreamError() function in quic::QuicSpdySession
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/fuzzer/
H A Dqpack_round_trip_fuzzer.cc84 void OnDecoderStreamError(QuicErrorCode error_code, in OnDecoderStreamError() function in quic::test::EncodingEndpoint::CrashingDecoderStreamErrorDelegate