Searched refs:SimpleSessionNotifier (Results 1 – 6 of 6) sorted by relevance
15 SimpleSessionNotifier::SimpleSessionNotifier(QuicConnection* connection) in SimpleSessionNotifier() function in quic::test::SimpleSessionNotifier21 SimpleSessionNotifier::~SimpleSessionNotifier() { in ~SimpleSessionNotifier()28 SimpleSessionNotifier::StreamState::StreamState() in StreamState()36 SimpleSessionNotifier::StreamState::~StreamState() {} in ~StreamState()38 QuicConsumedData SimpleSessionNotifier::WriteOrBufferData( in WriteOrBufferData()43 QuicConsumedData SimpleSessionNotifier::WriteOrBufferData( in WriteOrBufferData()71 void SimpleSessionNotifier::OnStreamDataConsumed(QuicStreamId id, in OnStreamDataConsumed()86 size_t SimpleSessionNotifier::WriteCryptoData(EncryptionLevel level, in WriteCryptoData()97 void SimpleSessionNotifier::WriteOrBufferRstStream( in WriteOrBufferRstStream()116 void SimpleSessionNotifier::WriteOrBufferWindowUpate( in WriteOrBufferWindowUpate()[all …]
23 class SimpleSessionNotifier : public SessionNotifierInterface {25 explicit SimpleSessionNotifier(QuicConnection* connection);26 ~SimpleSessionNotifier() override;
59 SimpleSessionNotifier notifier_;
167 std::unique_ptr<test::SimpleSessionNotifier> notifier_;
65 notifier_ = std::make_unique<test::SimpleSessionNotifier>(connection_.get()); in QuicEndpoint()
513 void set_notifier(SimpleSessionNotifier* notifier) { notifier_ = notifier; } in set_notifier()550 SimpleSessionNotifier* notifier_;694 Invoke(¬ifier_, &SimpleSessionNotifier::WillingToWrite)); in QuicConnectionTest()697 .WillRepeatedly(Invoke(¬ifier_, &SimpleSessionNotifier::OnCanWrite)); in QuicConnectionTest()1575 SimpleSessionNotifier notifier_;9428 Invoke(¬ifier_, &SimpleSessionNotifier::WillingToWrite)); in TEST_P()13953 &SimpleSessionNotifier::WriteOrBufferAckFrequency)); in TEST_P()15173 &SimpleSessionNotifier::OnCanWrite)); in TEST_P()