Home
last modified time | relevance | path

Searched refs:ApproximateNow (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
Dchannel_estimator_test.cc35 QuicTime send_time = send_clock_.ApproximateNow(); in TEST_F()
36 QuicTime receive_time = receive_clock_.ApproximateNow(); in TEST_F()
60 QuicTime receive_time = receive_clock_.ApproximateNow(); in TEST_F()
61 QuicTime send_time = send_clock_.ApproximateNow(); in TEST_F()
68 receive_time = receive_clock_.ApproximateNow(); in TEST_F()
83 QuicTime receive_time = receive_clock_.ApproximateNow(); in TEST_F()
84 QuicTime send_time = send_clock_.ApproximateNow(); in TEST_F()
90 receive_time = receive_clock_.ApproximateNow(); in TEST_F()
113 QuicTime receive_time = receive_clock_.ApproximateNow(); in TEST_F()
114 QuicTime send_time = send_clock_.ApproximateNow(); in TEST_F()
[all …]
Dinter_arrival_overuse_detector_test.cc102 QuicTime send_time = send_clock_.ApproximateNow(); in Run100000Samples()
105 QuicTime receive_time = receive_clock_.ApproximateNow(); in Run100000Samples()
135 QuicTime send_time = send_clock_.ApproximateNow(); in RunUntilOveruse()
139 QuicTime receive_time = receive_clock_.ApproximateNow(); in RunUntilOveruse()
162 QuicTime send_time = send_clock_.ApproximateNow(); in RunUntilSteady()
166 QuicTime receive_time = receive_clock_.ApproximateNow(); in RunUntilSteady()
190 QuicTime send_time = send_clock_.ApproximateNow(); in RunUntilNotDraining()
194 QuicTime receive_time = receive_clock_.ApproximateNow(); in RunUntilNotDraining()
218 QuicTime send_time = send_clock_.ApproximateNow(); in RunUntilUnderusing()
222 QuicTime receive_time = receive_clock_.ApproximateNow(); in RunUntilUnderusing()
[all …]
Dinter_arrival_receiver_test.cc20 QuicTime start = clock_.ApproximateNow(); in TEST_F()
23 QuicTime receive_timestamp = clock_.ApproximateNow(); in TEST_F()
30 receive_timestamp = clock_.ApproximateNow(); in TEST_F()
34 receive_timestamp = clock_.ApproximateNow(); in TEST_F()
Dinter_arrival_state_machine.cc43 QuicTime current_time = clock_->ApproximateNow(); in IncreaseBitrateDecision()
81 QuicTime current_time = clock_->ApproximateNow(); in DecreaseBitrateDecision()
132 QuicTime current_time = clock_->ApproximateNow(); in PacketLossEvent()
148 QuicTime current_time = clock_->ApproximateNow(); in IncreasingDelayEvent()
Dinter_arrival_bitrate_ramp_up.cc40 epoch_ = clock_->ApproximateNow(); in Reset()
93 epoch_ = clock_->ApproximateNow(); in UpdateChannelEstimate()
107 QuicTime current_time = clock_->ApproximateNow(); in GetNewBitrate()
151 epoch_ = clock_->ApproximateNow(); in GetNewBitrate()
Dhybrid_slow_start.cc38 round_start_ = last_time_ = clock_->ApproximateNow(); in Reset()
56 QuicTime current_time = clock_->ApproximateNow(); in Update()
Dcubic.cc141 QuicTime current_time = clock_->ApproximateNow(); in CongestionWindowAfterAck()
Dinter_arrival_sender_test.cc66 QuicTime receive_time = receive_clock_.ApproximateNow(); in SendDelaySpikeFeedbackMessage()
95 QuicTime receive_time = receive_clock_.ApproximateNow(); in SendFeedbackMessageNPackets()
106 return send_clock_.ApproximateNow().Subtract(send_start_time_); in SenderDeltaSinceStart()
/external/chromium_org/net/tools/quic/
Dquic_epoll_clock_test.cc20 clock.ApproximateNow().Subtract(QuicTime::Zero()).ToMicroseconds()); in TEST()
24 clock.ApproximateNow().Subtract(QuicTime::Zero()).ToMicroseconds()); in TEST()
Dquic_time_wait_list_manager.cc129 clock_.ApproximateNow())); in AddGuidToTimeWait()
328 QuicTime now = clock_.ApproximateNow(); in SetGuidCleanUpAlarm()
344 QuicTime now = clock_.ApproximateNow(); in CleanUpOldGuids()
Dquic_epoll_clock.h26 virtual QuicTime ApproximateNow() const OVERRIDE;
Dquic_epoll_clock.cc18 QuicTime QuicEpollClock::ApproximateNow() const { in ApproximateNow() function in net::tools::QuicEpollClock
/external/chromium_org/net/quic/
Dquic_connection.cc179 helper->GetClock()->ApproximateNow(), in QuicConnection()
203 creation_time_(clock_->ApproximateNow()), in QuicConnection()
204 time_of_last_received_packet_(clock_->ApproximateNow()), in QuicConnection()
205 time_of_last_sent_packet_(clock_->ApproximateNow()), in QuicConnection()
217 timeout_alarm_->Set(clock_->ApproximateNow().Add(idle_network_timeout_)); in QuicConnection()
514 clock_->ApproximateNow().Add(retransmission_delay)); in ProcessAckFrame()
721 &(outgoing_ack->received_info), clock_->ApproximateNow()); in CreateAckFrame()
763 ack_alarm_->Set(clock_->ApproximateNow().Add( in MaybeSendInResponseToPacket()
943 resume_writes_alarm_->Set(clock_->ApproximateNow()); in DoWrite()
1103 clock_->ApproximateNow().Add(retransmission_delay)); in SetupRetransmissionAlarm()
[all …]
Dquic_clock.h24 virtual QuicTime ApproximateNow() const;
Dquic_clock.cc16 QuicTime QuicClock::ApproximateNow() const { in ApproximateNow() function in net::QuicClock
Dquic_time_test.cc101 QuicTime now = clock_.ApproximateNow(); in TEST_F()
107 now = clock_.ApproximateNow(); in TEST_F()
Dquic_clock_test.cc16 QuicTime now = clock.ApproximateNow(); in TEST()
Dquic_connection_test.cc1390 clock_.ApproximateNow().Add(QuicTime::Delta::FromSeconds(1))); in TEST_F()
1421 clock_.ApproximateNow().Add(QuicTime::Delta::FromSeconds(1))); in TEST_F()
1450 clock_.ApproximateNow().Add(QuicTime::Delta::FromSeconds(1))); in TEST_F()
1481 clock_.ApproximateNow().Add(QuicTime::Delta::FromSeconds(1))); in TEST_F()
1783 connection_.GetResumeWritesAlarm()->Set(clock_.ApproximateNow()); in TEST_F()
1784 connection_.GetSendAlarm()->Set(clock_.ApproximateNow()); in TEST_F()
1945 QuicTime default_retransmission_time = clock_.ApproximateNow().Add( in TEST_F()
1965 QuicTime default_retransmission_time = clock_.ApproximateNow().Add( in TEST_F()
2048 QuicTime default_retransmission_time = clock_.ApproximateNow().Add( in TEST_F()
2235 EXPECT_GE(retransmission_alarm->deadline(), clock_.ApproximateNow()); in TEST_F()
[all …]
Dquic_sent_packet_manager.cc494 clock_->ApproximateNow().Subtract(retransmission_delay); in OnRetransmissionTimeout()
744 QuicTime now = clock_->ApproximateNow(); in CleanupPacketHistory()
Dquic_sent_packet_manager_test.cc120 manager_.OnPacketSent(sequence_number, clock_.ApproximateNow(), in SendDataPacket()
137 clock_.ApproximateNow(), 1000, in RetransmitNextPacket()
/external/chromium_org/net/quic/test_tools/
Dmock_clock.h26 virtual QuicTime ApproximateNow() const OVERRIDE;
Dmock_clock.cc23 QuicTime MockClock::ApproximateNow() const { in ApproximateNow() function in net::MockClock
/external/chromium_org/net/tools/quic/test_tools/
Dpacket_dropping_test_writer.cc100 clock_->ApproximateNow().Add( in WritePacket()
114 QuicTime send_time = clock_->ApproximateNow().Add(fake_packet_delay_); in WritePacket()
/external/chromium_org/net/quic/crypto/
Dquic_crypto_server_config.cc664 key_exchange, rand, clock->ApproximateNow(), public_value, in ProcessClientHello()