Searched refs:crypto_stream (Results 1 – 5 of 5) sorted by relevance
498 TestCryptoStream* crypto_stream = session_.GetCryptoStream(); in TEST_P() local499 EXPECT_CALL(*crypto_stream, OnCanWrite()); in TEST_P()553 TestCryptoStream* crypto_stream = session_.GetCryptoStream(); in TEST_P() local554 EXPECT_CALL(*crypto_stream, OnCanWrite()).Times(1); in TEST_P()671 TestCryptoStream* crypto_stream = session_.GetCryptoStream(); in TEST_P() local672 EXPECT_FALSE(crypto_stream->flow_controller()->IsBlocked()); in TEST_P()678 while (!crypto_stream->flow_controller()->IsBlocked() && i < 1000) { in TEST_P()682 crypto_stream->SendHandshakeMessage(crypto_message); in TEST_P()685 EXPECT_TRUE(crypto_stream->flow_controller()->IsBlocked()); in TEST_P()688 EXPECT_TRUE(crypto_stream->HasBufferedData()); in TEST_P()[all …]
63 const QuicCryptoServerStream* crypto_stream() const { in crypto_stream() function
57 QuicCryptoServerStream* crypto_stream) { in SetCryptoStream() argument58 s->crypto_stream_.reset(crypto_stream); in SetCryptoStream()309 MockQuicCryptoServerStream* crypto_stream = in TEST_P() local311 QuicServerSessionPeer::SetCryptoStream(session_.get(), crypto_stream); in TEST_P()357 EXPECT_CALL(*crypto_stream, in TEST_P()
64 const QuicCryptoServerStream* crypto_stream() const { in crypto_stream() function
1337 QuicCryptoStream* crypto_stream = in TEST_P() local1340 QuicFlowControllerPeer::SendWindowSize(crypto_stream->flow_controller()), in TEST_P()