Home
last modified time | relevance | path

Searched refs:closed_stream_id (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/http/
H A Dquic_spdy_session_test.cc649 QuicStreamId closed_stream_id = stream2->id(); in TEST_P() local
652 EXPECT_CALL(*connection_, OnStreamReset(closed_stream_id, _)); in TEST_P()
655 closed_stream_id, " blocked."); in TEST_P()
656 EXPECT_QUIC_BUG(session_.MarkConnectionLevelWriteBlocked(closed_stream_id), in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_session_test.cc872 QuicStreamId closed_stream_id = stream2->id(); in TEST_P() local
875 EXPECT_CALL(*connection_, OnStreamReset(closed_stream_id, _)); in TEST_P()
878 closed_stream_id, " blocked."); in TEST_P()
879 EXPECT_QUIC_BUG(session_.MarkConnectionLevelWriteBlocked(closed_stream_id), in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_session_test.cc940 QuicStreamId closed_stream_id = stream2->id(); in TEST_P() local
943 EXPECT_CALL(*connection_, OnStreamReset(closed_stream_id, _)); in TEST_P()
946 closed_stream_id, " blocked."); in TEST_P()
947 EXPECT_QUIC_BUG(session_.MarkConnectionLevelWriteBlocked(closed_stream_id), in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/http/
H A Dquic_spdy_session_test.cc706 QuicStreamId closed_stream_id = stream2->id(); in TEST_P() local
709 EXPECT_CALL(*connection_, OnStreamReset(closed_stream_id, _)); in TEST_P()
712 closed_stream_id, " blocked."); in TEST_P()
713 EXPECT_QUIC_BUG(session_.MarkConnectionLevelWriteBlocked(closed_stream_id), in TEST_P()