Home
last modified time | relevance | path

Searched refs:OnFrameAcked (Results 1 – 13 of 13) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_unacked_packet_map_test.cc459 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).Times(0); in TEST_P()
479 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).Times(0); in TEST_P()
482 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).Times(0); in TEST_P()
485 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).Times(0); in TEST_P()
490 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).Times(1); in TEST_P()
522 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).Times(0); in TEST_P()
530 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).Times(1); in TEST_P()
545 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).Times(1); in TEST_P()
570 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).Times(1); in TEST_P()
574 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).Times(3); in TEST_P()
[all …]
Dsession_notifier_interface.h21 virtual bool OnFrameAcked(const QuicFrame& frame,
Dquic_unacked_packet_map.cc461 if (session_notifier_->OnFrameAcked(frame, ack_delay, receive_timestamp)) { in NotifyFramesAcked()
514 session_notifier_->OnFrameAcked(frame, ack_delay, receive_timestamp); in MaybeAggregateAckedStreamFrame()
536 session_notifier_->OnFrameAcked(QuicFrame(aggregated_stream_frame_), in NotifyAggregatedStreamFrameAcked()
Dquic_sent_packet_manager_test.cc123 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).WillRepeatedly(Return(true)); in QuicSentPacketManagerTest()
429 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).WillOnce(Return(false)); in TEST_F()
568 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)) in TEST_F()
671 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)).WillOnce(Return(false)); in TEST_F()
1511 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)); in TEST_F()
1545 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)); in TEST_F()
2449 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)) in TEST_F()
2467 EXPECT_CALL(notifier_, OnFrameAcked(_, _, _)) in TEST_F()
Dquic_session.h203 bool OnFrameAcked(const QuicFrame& frame, QuicTime::Delta ack_delay_time,
Dquic_session.cc2258 bool QuicSession::OnFrameAcked(const QuicFrame& frame, in OnFrameAcked() function in quic::QuicSession
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dquic_endpoint.cc170 bool QuicEndpoint::OnFrameAcked(const QuicFrame& frame, in OnFrameAcked() function in quic::simulator::QuicEndpoint
174 return notifier_->OnFrameAcked(frame, ack_delay_time, receive_timestamp); in OnFrameAcked()
Dquic_endpoint.h120 bool OnFrameAcked(const QuicFrame& frame, QuicTime::Delta ack_delay_time,
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_session_notifier_test.cc164 notifier_.OnFrameAcked(QuicFrame(stream_frame), QuicTime::Delta::Zero(), in TEST_F()
338 notifier_.OnFrameAcked(QuicFrame(ack_frame1), QuicTime::Delta::Zero(), in TEST_F()
340 notifier_.OnFrameAcked(QuicFrame(ack_frame2), QuicTime::Delta::Zero(), in TEST_F()
Dsimple_session_notifier.h81 bool OnFrameAcked(const QuicFrame& frame, QuicTime::Delta ack_delay_time,
Dsimple_session_notifier.cc167 OnFrameAcked(QuicFrame(&crypto_frame), QuicTime::Delta::Zero(), in NeuterUnencryptedData()
176 OnFrameAcked(QuicFrame(stream_frame), QuicTime::Delta::Zero(), in NeuterUnencryptedData()
262 bool SimpleSessionNotifier::OnFrameAcked(const QuicFrame& frame, in OnFrameAcked() function in quic::test::SimpleSessionNotifier
Dquic_test_utils.h1436 MOCK_METHOD(bool, OnFrameAcked, (const QuicFrame&, QuicTime::Delta, QuicTime),
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_stream_test.cc1784 EXPECT_TRUE(session_->OnFrameAcked(QuicFrame(frame1), QuicTime::Delta::Zero(), in TEST_P()
1787 EXPECT_TRUE(session_->OnFrameAcked(QuicFrame(frame2), QuicTime::Delta::Zero(), in TEST_P()
1790 EXPECT_TRUE(session_->OnFrameAcked(QuicFrame(frame3), QuicTime::Delta::Zero(), in TEST_P()
1793 EXPECT_TRUE(session_->OnFrameAcked(QuicFrame(frame4), QuicTime::Delta::Zero(), in TEST_P()
1986 EXPECT_TRUE(session_->OnFrameAcked(QuicFrame(frame), QuicTime::Delta::Zero(), in TEST_P()
1992 EXPECT_TRUE(session_->OnFrameAcked(QuicFrame(frame2), QuicTime::Delta::Zero(), in TEST_P()
1998 EXPECT_TRUE(session_->OnFrameAcked(QuicFrame(frame3), QuicTime::Delta::Zero(), in TEST_P()
2033 EXPECT_TRUE(session_->OnFrameAcked(QuicFrame(frame), QuicTime::Delta::Zero(), in TEST_P()