Home
last modified time | relevance | path

Searched refs:NETWORK_QUALITY_OBSERVATION_SOURCE_TCP (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/nqe/
Dobservation_buffer_unittest.cc35 Observation(i, now, INT32_MIN, NETWORK_QUALITY_OBSERVATION_SOURCE_TCP)); in TEST()
55 NETWORK_QUALITY_OBSERVATION_SOURCE_TCP)); in TEST()
279 NETWORK_QUALITY_OBSERVATION_SOURCE_TCP)); in TEST()
300 deleted_observation_sources[NETWORK_QUALITY_OBSERVATION_SOURCE_TCP] = true; in TEST()
Dnetwork_quality_observation_source.h21 NETWORK_QUALITY_OBSERVATION_SOURCE_TCP = 1, enumerator
Dnetwork_quality_observation.cc51 case NETWORK_QUALITY_OBSERVATION_SOURCE_TCP: in GetObservationCategories()
Dnetwork_quality_estimator_unittest.cc518 NETWORK_QUALITY_OBSERVATION_SOURCE_TCP, 1); in TEST_F()
1151 NETWORK_QUALITY_OBSERVATION_SOURCE_TCP)); in TEST_F()
1177 NETWORK_QUALITY_OBSERVATION_SOURCE_TCP)); in TEST_F()
1987 if (observation.source == NETWORK_QUALITY_OBSERVATION_SOURCE_TCP) in TEST_F()
2003 if (observation.source == NETWORK_QUALITY_OBSERVATION_SOURCE_TCP) in TEST_F()
2024 NETWORK_QUALITY_OBSERVATION_SOURCE_TCP, 1); in TEST_F()
2747 NETWORK_QUALITY_OBSERVATION_SOURCE_TCP, 0)); in TEST_F()
Dnetwork_quality_estimator.cc68 return NETWORK_QUALITY_OBSERVATION_SOURCE_TCP; in ProtocolSourceToObservationSource()
73 return NETWORK_QUALITY_OBSERVATION_SOURCE_TCP; in ProtocolSourceToObservationSource()
1077 if (observation.source() == NETWORK_QUALITY_OBSERVATION_SOURCE_TCP || in AddAndNotifyObserversOfRTT()