Home
last modified time | relevance | path

Searched refs:SetQuicServerInfo (Results 1 – 12 of 12) sorted by relevance

/external/cronet/net/http/
Dhttp_server_properties_manager_unittest.cc939 http_server_props_->SetQuicServerInfo( in TEST_F()
942 http_server_props_->SetQuicServerInfo( in TEST_F()
956 http_server_props_->SetQuicServerInfo( in TEST_F()
994 http_server_props_->SetQuicServerInfo( in TEST_F()
1156 http_server_props_->SetQuicServerInfo( in TEST_F()
1505 http_server_props_->SetQuicServerInfo( in TEST_F()
1624 http_server_props_->SetQuicServerInfo( in TEST_F()
2728 properties->SetQuicServerInfo(kServer1, kNetworkAnonymizationKey1, in TEST_F()
2730 properties->SetQuicServerInfo(kServer2, kNetworkAnonymizationKey2, in TEST_F()
2732 properties->SetQuicServerInfo(kServer1, NetworkAnonymizationKey(), in TEST_F()
[all …]
Dhttp_server_properties_unittest.cc2728 impl_.SetQuicServerInfo(docs_quic_server_id, NetworkAnonymizationKey(), in TEST_F()
2793 TEST_F(HttpServerPropertiesTest, SetQuicServerInfo) { in TEST_F() argument
2803 impl_.SetQuicServerInfo(server1, NetworkAnonymizationKey(), in TEST_F()
2812 impl_.SetQuicServerInfo(server2, network_anonymization_key1_, in TEST_F()
2823 impl_.SetQuicServerInfo(server1, network_anonymization_key1_, in TEST_F()
2849 properties.SetQuicServerInfo(server1, NetworkAnonymizationKey(), in TEST_F()
2860 properties.SetQuicServerInfo(server1, network_anonymization_key1_, in TEST_F()
2871 properties.SetQuicServerInfo(server2, network_anonymization_key1_, in TEST_F()
2900 impl_.SetQuicServerInfo(foo_server_id, NetworkAnonymizationKey(), in TEST_F()
2906 impl_.SetQuicServerInfo(baz_server_id, NetworkAnonymizationKey(), in TEST_F()
[all …]
Dhttp_transaction.h166 virtual void SetQuicServerInfo(QuicServerInfo* quic_server_info) = 0;
Dhttp_network_transaction.h83 void SetQuicServerInfo(QuicServerInfo* quic_server_info) override;
Dhttp_transaction_test_util.h236 void SetQuicServerInfo(QuicServerInfo* quic_server_info) override;
Dhttp_cache_transaction.h149 void SetQuicServerInfo(QuicServerInfo* quic_server_info) override;
Dhttp_server_properties.h405 void SetQuicServerInfo(
Dhttp_transaction_test_util.cc429 void MockNetworkTransaction::SetQuicServerInfo( in SetQuicServerInfo() function in net::MockNetworkTransaction
Dhttp_server_properties.cc487 void HttpServerProperties::SetQuicServerInfo( in SetQuicServerInfo() function in net::HttpServerProperties
Dhttp_network_transaction.cc460 void HttpNetworkTransaction::SetQuicServerInfo( in SetQuicServerInfo() function in net::HttpNetworkTransaction
Dhttp_cache_transaction.cc518 void HttpCache::Transaction::SetQuicServerInfo( in SetQuicServerInfo() function in net::HttpCache::Transaction
/external/cronet/net/quic/
Dproperties_based_quic_server_info.cc60 http_server_properties_->SetQuicServerInfo( in Persist()