Searched refs:IsClosedStream (Results 1 – 5 of 5) sorted by relevance
148 bool IsClosedStream(QuicStreamId id) { in IsClosedStream() function in net::test::__anon4bd0cc010111::TestSession149 return QuicSession::IsClosedStream(id); in IsClosedStream()231 EXPECT_FALSE(session_.IsClosedStream(i)) << " stream id: " << i; in CheckClosedStreams()233 EXPECT_TRUE(session_.IsClosedStream(i)) << " stream id: " << i; in CheckClosedStreams()268 EXPECT_FALSE(session_.IsClosedStream(i)) << "stream id: " << i; in TEST_P()275 EXPECT_FALSE(session_.IsClosedStream(3)); in TEST_P()276 EXPECT_FALSE(session_.IsClosedStream(5)); in TEST_P()
630 if (IsClosedStream(stream_id)) { in GetDataStream()647 if (IsClosedStream(stream_id)) { in GetIncomingDataStream()692 bool QuicSession::IsClosedStream(QuicStreamId id) { in IsClosedStream() function in net::QuicSession
169 bool IsClosedStream(QuicStreamId id);
427 !client_->session()->IsClosedStream(stream_->id()) && in WaitForResponseForMs()448 !client_->session()->IsClosedStream(stream_->id()) && in WaitForInitialResponseForMs()
257 while (connected() && !session_->IsClosedStream(id)) { in WaitForStreamToClose()