Home
last modified time | relevance | path

Searched refs:SimpleSessionNotifier (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dsimple_session_notifier.cc15 SimpleSessionNotifier::SimpleSessionNotifier(QuicConnection* connection) in SimpleSessionNotifier() function in quic::test::SimpleSessionNotifier
21 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 …]
H A Dsimple_session_notifier.h23 class SimpleSessionNotifier : public SessionNotifierInterface {
25 explicit SimpleSessionNotifier(QuicConnection* connection);
26 ~SimpleSessionNotifier() override;
H A Dsimple_session_notifier_test.cc59 SimpleSessionNotifier notifier_;
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dquic_endpoint.h167 std::unique_ptr<test::SimpleSessionNotifier> notifier_;
H A Dquic_endpoint.cc65 notifier_ = std::make_unique<test::SimpleSessionNotifier>(connection_.get()); in QuicEndpoint()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection_test.cc513 void set_notifier(SimpleSessionNotifier* notifier) { notifier_ = notifier; } in set_notifier()
550 SimpleSessionNotifier* notifier_;
694 Invoke(&notifier_, &SimpleSessionNotifier::WillingToWrite)); in QuicConnectionTest()
697 .WillRepeatedly(Invoke(&notifier_, &SimpleSessionNotifier::OnCanWrite)); in QuicConnectionTest()
1575 SimpleSessionNotifier notifier_;
9428 Invoke(&notifier_, &SimpleSessionNotifier::WillingToWrite)); in TEST_P()
13953 &SimpleSessionNotifier::WriteOrBufferAckFrequency)); in TEST_P()
15173 &SimpleSessionNotifier::OnCanWrite)); in TEST_P()