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 D | qpack_decoder_test.cc | 51 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 D | qpack_decoded_headers_accumulator.h | 62 void OnDecodingErrorDetected(QuicErrorCode error_code,
|
H A D | qpack_decoded_headers_accumulator.cc | 67 void QpackDecodedHeadersAccumulator::OnDecodingErrorDetected( in OnDecodingErrorDetected() function in quic::QpackDecodedHeadersAccumulator
|
H A D | qpack_progressive_decoder.h | 50 virtual void OnDecodingErrorDetected(QuicErrorCode error_code,
|
H A D | qpack_progressive_decoder.cc | 384 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 D | qpack_decoder_test_utils.h | 44 void OnDecodingErrorDetected(QuicErrorCode error_code, 73 MOCK_METHOD(void, OnDecodingErrorDetected, 86 void OnDecodingErrorDetected(QuicErrorCode /*error_code*/, in OnDecodingErrorDetected() function
|
H A D | qpack_decoder_test_utils.cc | 35 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 D | qpack_decoder_fuzzer.cc | 66 void OnDecodingErrorDetected(QuicErrorCode /*error_code*/, in OnDecodingErrorDetected() function in quic::test::HeadersHandler
|