Home
last modified time | relevance | path

Searched refs:recent_http_rtt_ (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/nqe/
Dnetwork_quality_estimator_test_util.h86 DCHECK(!start_time_null_http_rtt_ && !recent_http_rtt_ && in set_recent_effective_connection_type()
119 recent_http_rtt_ = recent_http_rtt; in set_recent_http_rtt()
258 absl::optional<base::TimeDelta> recent_http_rtt_; variable
Dnetwork_quality_estimator_test_util.cc155 if (recent_http_rtt_) { in GetRecentRTT()
156 *rtt = recent_http_rtt_.value(); in GetRecentRTT()