Home
last modified time | relevance | path

Searched refs:OnDecodingErrorDetected (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_decoder_test.cc51 ON_CALL(handler_, OnDecodingErrorDetected(_, _)) in SetUp()
118 OnDecodingErrorDetected(QUIC_QPACK_DECOMPRESSION_FAILED, in TEST_P()
133 OnDecodingErrorDetected(QUIC_QPACK_DECOMPRESSION_FAILED, in TEST_P()
211 OnDecodingErrorDetected(QUIC_QPACK_DECOMPRESSION_FAILED, in TEST_P()
222 OnDecodingErrorDetected(QUIC_QPACK_DECOMPRESSION_FAILED, in TEST_P()
233 OnDecodingErrorDetected(QUIC_QPACK_DECOMPRESSION_FAILED, in TEST_P()
245 OnDecodingErrorDetected(QUIC_QPACK_DECOMPRESSION_FAILED, in TEST_P()
264 OnDecodingErrorDetected(QUIC_QPACK_DECOMPRESSION_FAILED, in TEST_P()
304 OnDecodingErrorDetected(QUIC_QPACK_DECOMPRESSION_FAILED, in TEST_P()
317 OnDecodingErrorDetected(QUIC_QPACK_DECOMPRESSION_FAILED, in TEST_P()
[all …]
H A Dqpack_decoded_headers_accumulator.h62 void OnDecodingErrorDetected(QuicErrorCode error_code,
H A Dqpack_decoded_headers_accumulator.cc67 void QpackDecodedHeadersAccumulator::OnDecodingErrorDetected( in OnDecodingErrorDetected() function in quic::QpackDecodedHeadersAccumulator
H A Dqpack_progressive_decoder.h50 virtual void OnDecodingErrorDetected(QuicErrorCode error_code,
H A Dqpack_progressive_decoder.cc384 handler_->OnDecodingErrorDetected(error_code, error_message); in OnError()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/qpack/
H A Dqpack_decoder_test_utils.h44 void OnDecodingErrorDetected(QuicErrorCode error_code,
73 MOCK_METHOD(void, OnDecodingErrorDetected,
86 void OnDecodingErrorDetected(QuicErrorCode /*error_code*/, in OnDecodingErrorDetected() function
H A Dqpack_decoder_test_utils.cc35 void TestHeadersHandler::OnDecodingErrorDetected( in OnDecodingErrorDetected() function in quic::test::TestHeadersHandler
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/fuzzer/
H A Dqpack_decoder_fuzzer.cc66 void OnDecodingErrorDetected(QuicErrorCode /*error_code*/, in OnDecodingErrorDetected() function in quic::test::HeadersHandler