Home
last modified time | relevance | path

Searched refs:stream_key (Results 1 – 25 of 32) sorted by relevance

12

/external/cronet/stable/net/http/
Dhttp_stream_pool.cc230 auto it = groups_.find(group->stream_key()); in OnGroupComplete()
373 const HttpStreamKey& stream_key) { in GetOrCreateGroupForTesting() argument
374 return GetOrCreateGroup(stream_key); in GetOrCreateGroupForTesting()
378 const HttpStreamKey& stream_key) { in GetGroupForTesting() argument
379 return GetGroup(stream_key); in GetGroupForTesting()
383 const HttpStreamKey& stream_key, in GetOrCreateGroup() argument
385 auto it = groups_.find(stream_key); in GetOrCreateGroup()
388 it, stream_key, in GetOrCreateGroup()
389 std::make_unique<Group>(this, stream_key, quic_session_alias_key)); in GetOrCreateGroup()
395 const HttpStreamKey& stream_key) { in GetGroup() argument
[all …]
Dhttp_stream_pool.h77 virtual void OnRequestStream(const HttpStreamKey& stream_key) = 0;
81 virtual std::optional<int> OnPreconnect(const HttpStreamKey& stream_key,
251 Group& GetOrCreateGroupForTesting(const HttpStreamKey& stream_key);
253 Group* GetGroupForTesting(const HttpStreamKey& stream_key);
287 const HttpStreamKey& stream_key,
290 Group* GetGroup(const HttpStreamKey& stream_key);
302 const HttpStreamKey& stream_key,
Dhttp_stream_pool_attempt_manager.cc505 const HttpStreamKey& HttpStreamPool::AttemptManager::stream_key() const { in stream_key() function in net::HttpStreamPool::AttemptManager
506 return group_->stream_key(); in stream_key()
543 return GURL::SchemeIsCryptographic(stream_key().destination().scheme()); in UsingTls()
547 return pool()->RequiresHTTP11(stream_key().destination(), in RequiresHTTP11()
548 stream_key().network_anonymization_key()); in RequiresHTTP11()
773 parameters.secure_dns_policy = stream_key().secure_dns_policy(); in ResolveServiceEndpoint()
776 HostResolver::Host(stream_key().destination()), in ResolveServiceEndpoint()
777 stream_key().network_anonymization_key(), net_log(), in ResolveServiceEndpoint()
909 ssl_config.privacy_mode = stream_key().privacy_mode(); in MaybeCalculateSSLConfig()
911 stream_key().disable_cert_network_fetches(); in MaybeCalculateSSLConfig()
[all …]
Dhttp_stream_pool_attempt_manager_unittest.cc189 const HttpStreamKey stream_key = GetStreamKey(); in Preconnect() local
192 stream_key.destination(), stream_key.privacy_mode(), in Preconnect()
193 stream_key.socket_tag(), stream_key.network_anonymization_key(), in Preconnect()
194 stream_key.secure_dns_policy(), in Preconnect()
195 stream_key.disable_cert_network_fetches(), in Preconnect()
319 const HttpStreamKey stream_key = GetStreamKey(); in RequestStream() local
323 stream_key.destination(), stream_key.privacy_mode(), in RequestStream()
324 stream_key.socket_tag(), stream_key.network_anonymization_key(), in RequestStream()
325 stream_key.secure_dns_policy(), in RequestStream()
326 stream_key.disable_cert_network_fetches(), in RequestStream()
[all …]
Dhttp_stream_pool_quic_task.cc83 stream_key().disable_cert_network_fetches(); in MaybeAttempt()
136 const HttpStreamKey& HttpStreamPool::QuicTask::stream_key() const { in stream_key() function in net::HttpStreamPool::QuicTask
137 return manager_->group()->stream_key(); in stream_key()
Dhttp_stream_pool_job_controller.cc69 HttpStreamKey stream_key( in CalculateAlternative() local
75 .stream_key = std::move(stream_key), in CalculateAlternative()
175 ->GetOrCreateGroup(alternative_->stream_key, alternative_->quic_key) in RequestStream()
496 alternative_->stream_key.network_anonymization_key()); in MaybeMarkAlternativeServiceBroken()
Dhttp_stream_pool_group.h49 HttpStreamKey stream_key,
57 const HttpStreamKey& stream_key() const { return stream_key_; } in stream_key() function
Dhttp_stream_pool_quic_task.h55 const HttpStreamKey& stream_key() const;
Dhttp_stream_pool_job.cc71 attempt_manager_->group()->stream_key().destination(); in Start()
Dhttp_stream_pool_group.cc77 HttpStreamKey stream_key, in Group() argument
80 stream_key_(std::move(stream_key)), in Group()
Dhttp_stream_pool_job_controller.h91 HttpStreamKey stream_key; member
Dhttp_stream_pool_attempt_manager.h199 const HttpStreamKey& stream_key() const;
/external/cronet/tot/net/http/
Dhttp_stream_pool.cc230 auto it = groups_.find(group->stream_key()); in OnGroupComplete()
373 const HttpStreamKey& stream_key) { in GetOrCreateGroupForTesting() argument
374 return GetOrCreateGroup(stream_key); in GetOrCreateGroupForTesting()
378 const HttpStreamKey& stream_key) { in GetGroupForTesting() argument
379 return GetGroup(stream_key); in GetGroupForTesting()
383 const HttpStreamKey& stream_key, in GetOrCreateGroup() argument
385 auto it = groups_.find(stream_key); in GetOrCreateGroup()
388 it, stream_key, in GetOrCreateGroup()
389 std::make_unique<Group>(this, stream_key, quic_session_alias_key)); in GetOrCreateGroup()
395 const HttpStreamKey& stream_key) { in GetGroup() argument
[all …]
Dhttp_stream_pool.h77 virtual void OnRequestStream(const HttpStreamKey& stream_key) = 0;
81 virtual std::optional<int> OnPreconnect(const HttpStreamKey& stream_key,
251 Group& GetOrCreateGroupForTesting(const HttpStreamKey& stream_key);
253 Group* GetGroupForTesting(const HttpStreamKey& stream_key);
287 const HttpStreamKey& stream_key,
290 Group* GetGroup(const HttpStreamKey& stream_key);
302 const HttpStreamKey& stream_key,
Dhttp_stream_pool_attempt_manager.cc505 const HttpStreamKey& HttpStreamPool::AttemptManager::stream_key() const { in stream_key() function in net::HttpStreamPool::AttemptManager
506 return group_->stream_key(); in stream_key()
543 return GURL::SchemeIsCryptographic(stream_key().destination().scheme()); in UsingTls()
547 return pool()->RequiresHTTP11(stream_key().destination(), in RequiresHTTP11()
548 stream_key().network_anonymization_key()); in RequiresHTTP11()
773 parameters.secure_dns_policy = stream_key().secure_dns_policy(); in ResolveServiceEndpoint()
776 HostResolver::Host(stream_key().destination()), in ResolveServiceEndpoint()
777 stream_key().network_anonymization_key(), net_log(), in ResolveServiceEndpoint()
909 ssl_config.privacy_mode = stream_key().privacy_mode(); in MaybeCalculateSSLConfig()
911 stream_key().disable_cert_network_fetches(); in MaybeCalculateSSLConfig()
[all …]
Dhttp_stream_pool_attempt_manager_unittest.cc189 const HttpStreamKey stream_key = GetStreamKey(); in Preconnect() local
192 stream_key.destination(), stream_key.privacy_mode(), in Preconnect()
193 stream_key.socket_tag(), stream_key.network_anonymization_key(), in Preconnect()
194 stream_key.secure_dns_policy(), in Preconnect()
195 stream_key.disable_cert_network_fetches(), in Preconnect()
319 const HttpStreamKey stream_key = GetStreamKey(); in RequestStream() local
323 stream_key.destination(), stream_key.privacy_mode(), in RequestStream()
324 stream_key.socket_tag(), stream_key.network_anonymization_key(), in RequestStream()
325 stream_key.secure_dns_policy(), in RequestStream()
326 stream_key.disable_cert_network_fetches(), in RequestStream()
[all …]
Dhttp_stream_pool_quic_task.cc83 stream_key().disable_cert_network_fetches(); in MaybeAttempt()
136 const HttpStreamKey& HttpStreamPool::QuicTask::stream_key() const { in stream_key() function in net::HttpStreamPool::QuicTask
137 return manager_->group()->stream_key(); in stream_key()
Dhttp_stream_pool_job_controller.cc69 HttpStreamKey stream_key( in CalculateAlternative() local
75 .stream_key = std::move(stream_key), in CalculateAlternative()
175 ->GetOrCreateGroup(alternative_->stream_key, alternative_->quic_key) in RequestStream()
496 alternative_->stream_key.network_anonymization_key()); in MaybeMarkAlternativeServiceBroken()
Dhttp_stream_pool_group.h49 HttpStreamKey stream_key,
57 const HttpStreamKey& stream_key() const { return stream_key_; } in stream_key() function
Dhttp_stream_pool_quic_task.h55 const HttpStreamKey& stream_key() const;
Dhttp_stream_pool_job.cc71 attempt_manager_->group()->stream_key().destination(); in Start()
Dhttp_stream_pool_group.cc77 HttpStreamKey stream_key, in Group() argument
80 stream_key_(std::move(stream_key)), in Group()
Dhttp_stream_pool_job_controller.h91 HttpStreamKey stream_key; member
Dhttp_stream_pool_attempt_manager.h199 const HttpStreamKey& stream_key() const;
/external/webrtc/test/pc/e2e/
Dpeer_connection_e2e_smoke_test.cc95 for (const StatsKey& stream_key : known_streams.GetStatsKeys()) { in RunAndCheckEachVideoStreamReceivedFrames() local
97 video_quality_analyzer_->GetPerStreamCounters().at(stream_key); in RunAndCheckEachVideoStreamReceivedFrames()
103 << stream_key.ToString(); in RunAndCheckEachVideoStreamReceivedFrames()
104 EXPECT_GE(stream_conters.pre_encoded, 1) << stream_key.ToString(); in RunAndCheckEachVideoStreamReceivedFrames()
105 EXPECT_GE(stream_conters.encoded, 1) << stream_key.ToString(); in RunAndCheckEachVideoStreamReceivedFrames()
106 EXPECT_GE(stream_conters.received, 1) << stream_key.ToString(); in RunAndCheckEachVideoStreamReceivedFrames()
107 EXPECT_GE(stream_conters.decoded, 1) << stream_key.ToString(); in RunAndCheckEachVideoStreamReceivedFrames()
108 EXPECT_GE(stream_conters.rendered, 1) << stream_key.ToString(); in RunAndCheckEachVideoStreamReceivedFrames()

12