Home
last modified time | relevance | path

Searched refs:HttpServerProperties (Results 1 – 25 of 94) sorted by relevance

1234

/external/cronet/stable/net/http/
Dhttp_server_properties.cc52 HttpServerProperties::PrefDelegate::~PrefDelegate() = default;
54 HttpServerProperties::ServerInfo::ServerInfo() = default;
55 HttpServerProperties::ServerInfo::ServerInfo(const ServerInfo& server_info) =
57 HttpServerProperties::ServerInfo::ServerInfo(ServerInfo&& server_info) =
59 HttpServerProperties::ServerInfo::~ServerInfo() = default;
61 bool HttpServerProperties::ServerInfo::empty() const { in empty()
66 bool HttpServerProperties::ServerInfo::operator==( in operator ==()
73 HttpServerProperties::ServerInfoMapKey::ServerInfoMapKey( in ServerInfoMapKey()
86 HttpServerProperties::ServerInfoMapKey::~ServerInfoMapKey() = default;
88 bool HttpServerProperties::ServerInfoMapKey::operator<( in operator <()
[all …]
Dhttp_server_properties_manager.h43 std::unique_ptr<HttpServerProperties::ServerInfoMap> server_info_map,
45 std::unique_ptr<HttpServerProperties::QuicServerInfoMap>
66 std::unique_ptr<HttpServerProperties::PrefDelegate> pref_delegate,
87 std::unique_ptr<HttpServerProperties::ServerInfoMap>* server_info_map,
89 std::unique_ptr<HttpServerProperties::QuicServerInfoMap>*
112 const HttpServerProperties::ServerInfoMap& server_info_map,
115 const HttpServerProperties::QuicServerInfoMap& quic_server_info_map,
136 HttpServerProperties::ServerInfoMap* server_info_map,
165 HttpServerProperties::ServerInfo* server_info);
172 HttpServerProperties::ServerInfo* server_info);
[all …]
Dhttp_server_properties_manager_unittest.cc74 class MockPrefDelegate : public HttpServerProperties::PrefDelegate {
141 const HttpServerProperties::ServerInfoMap& server_info_map) { in ServerInfoMapToDict()
150 [](std::unique_ptr<HttpServerProperties::ServerInfoMap> in ServerInfoMapToDict()
153 std::unique_ptr<HttpServerProperties::QuicServerInfoMap> in ServerInfoMapToDict()
166 HttpServerProperties::QuicServerInfoMap(10), in ServerInfoMapToDict()
175 std::unique_ptr<HttpServerProperties::ServerInfoMap> DictToServerInfoMap( in DictToServerInfoMap()
181 std::unique_ptr<HttpServerProperties::ServerInfoMap> out; in DictToServerInfoMap()
185 [&](std::unique_ptr<HttpServerProperties::ServerInfoMap> in DictToServerInfoMap()
188 std::unique_ptr<HttpServerProperties::QuicServerInfoMap> in DictToServerInfoMap()
230 http_server_props_ = std::make_unique<HttpServerProperties>( in SetUp()
[all …]
Dhttp_server_properties_manager.cc75 const HttpServerProperties::ServerInfoMapKey& server_info_key, in GetAlternativeServiceToPersist()
240 std::unique_ptr<HttpServerProperties::PrefDelegate> pref_delegate, in HttpServerPropertiesManager()
269 std::unique_ptr<HttpServerProperties::ServerInfoMap>* server_info_map, in ReadPrefs()
271 std::unique_ptr<HttpServerProperties::QuicServerInfoMap>* in ReadPrefs()
318 *server_info_map = std::make_unique<HttpServerProperties::ServerInfoMap>(); in ReadPrefs()
320 std::make_unique<HttpServerProperties::QuicServerInfoMap>( in ReadPrefs()
458 HttpServerProperties::ServerInfoMap* server_info_map, in AddServerData()
477 HttpServerProperties::ServerInfo server_info; in AddServerData()
485 server_info_map->Put(HttpServerProperties::ServerInfoMapKey( in AddServerData()
604 HttpServerProperties::ServerInfo* server_info) { in ParseAlternativeServiceInfo()
[all …]
Dhttp_server_properties_unittest.cc50 HttpServerProperties* impl, in AddBrokenAlternativeServiceWithExpirationTime()
74 HttpServerProperties* impl) { in ExpireBrokenAlternateProtocolMappings()
82 HttpServerProperties::ServerInfoMapKey CreateSimpleKey( in CreateSimpleKey()
84 return HttpServerProperties::ServerInfoMapKey( in CreateSimpleKey()
158 HttpServerProperties impl_;
291 HttpServerProperties properties(nullptr /* pref_delegate */, in TEST_F()
339 HttpServerProperties::ServerInfo supports_spdy; in TEST_F()
341 HttpServerProperties::ServerInfo no_spdy; in TEST_F()
350 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers = in TEST_F()
351 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F()
[all …]
Dhttp_server_properties.h99 class NET_EXPORT HttpServerProperties
240 explicit HttpServerProperties(
246 HttpServerProperties(const HttpServerProperties&) = delete;
247 HttpServerProperties& operator=(const HttpServerProperties&) = delete;
249 ~HttpServerProperties() override;
Dhttp_network_session.h56 class HttpServerProperties; variable
196 raw_ptr<HttpServerProperties> http_server_properties;
250 HttpServerProperties* http_server_properties() { in http_server_properties()
330 const raw_ptr<HttpServerProperties> http_server_properties_;
/external/cronet/tot/net/http/
Dhttp_server_properties.cc52 HttpServerProperties::PrefDelegate::~PrefDelegate() = default;
54 HttpServerProperties::ServerInfo::ServerInfo() = default;
55 HttpServerProperties::ServerInfo::ServerInfo(const ServerInfo& server_info) =
57 HttpServerProperties::ServerInfo::ServerInfo(ServerInfo&& server_info) =
59 HttpServerProperties::ServerInfo::~ServerInfo() = default;
61 bool HttpServerProperties::ServerInfo::empty() const { in empty()
66 bool HttpServerProperties::ServerInfo::operator==( in operator ==()
73 HttpServerProperties::ServerInfoMapKey::ServerInfoMapKey( in ServerInfoMapKey()
86 HttpServerProperties::ServerInfoMapKey::~ServerInfoMapKey() = default;
88 bool HttpServerProperties::ServerInfoMapKey::operator<( in operator <()
[all …]
Dhttp_server_properties_manager.h43 std::unique_ptr<HttpServerProperties::ServerInfoMap> server_info_map,
45 std::unique_ptr<HttpServerProperties::QuicServerInfoMap>
66 std::unique_ptr<HttpServerProperties::PrefDelegate> pref_delegate,
87 std::unique_ptr<HttpServerProperties::ServerInfoMap>* server_info_map,
89 std::unique_ptr<HttpServerProperties::QuicServerInfoMap>*
112 const HttpServerProperties::ServerInfoMap& server_info_map,
115 const HttpServerProperties::QuicServerInfoMap& quic_server_info_map,
136 HttpServerProperties::ServerInfoMap* server_info_map,
165 HttpServerProperties::ServerInfo* server_info);
172 HttpServerProperties::ServerInfo* server_info);
[all …]
Dhttp_server_properties_manager_unittest.cc74 class MockPrefDelegate : public HttpServerProperties::PrefDelegate {
141 const HttpServerProperties::ServerInfoMap& server_info_map) { in ServerInfoMapToDict()
150 [](std::unique_ptr<HttpServerProperties::ServerInfoMap> in ServerInfoMapToDict()
153 std::unique_ptr<HttpServerProperties::QuicServerInfoMap> in ServerInfoMapToDict()
166 HttpServerProperties::QuicServerInfoMap(10), in ServerInfoMapToDict()
175 std::unique_ptr<HttpServerProperties::ServerInfoMap> DictToServerInfoMap( in DictToServerInfoMap()
181 std::unique_ptr<HttpServerProperties::ServerInfoMap> out; in DictToServerInfoMap()
185 [&](std::unique_ptr<HttpServerProperties::ServerInfoMap> in DictToServerInfoMap()
188 std::unique_ptr<HttpServerProperties::QuicServerInfoMap> in DictToServerInfoMap()
230 http_server_props_ = std::make_unique<HttpServerProperties>( in SetUp()
[all …]
Dhttp_server_properties_manager.cc75 const HttpServerProperties::ServerInfoMapKey& server_info_key, in GetAlternativeServiceToPersist()
240 std::unique_ptr<HttpServerProperties::PrefDelegate> pref_delegate, in HttpServerPropertiesManager()
269 std::unique_ptr<HttpServerProperties::ServerInfoMap>* server_info_map, in ReadPrefs()
271 std::unique_ptr<HttpServerProperties::QuicServerInfoMap>* in ReadPrefs()
318 *server_info_map = std::make_unique<HttpServerProperties::ServerInfoMap>(); in ReadPrefs()
320 std::make_unique<HttpServerProperties::QuicServerInfoMap>( in ReadPrefs()
458 HttpServerProperties::ServerInfoMap* server_info_map, in AddServerData()
477 HttpServerProperties::ServerInfo server_info; in AddServerData()
485 server_info_map->Put(HttpServerProperties::ServerInfoMapKey( in AddServerData()
604 HttpServerProperties::ServerInfo* server_info) { in ParseAlternativeServiceInfo()
[all …]
Dhttp_server_properties_unittest.cc50 HttpServerProperties* impl, in AddBrokenAlternativeServiceWithExpirationTime()
74 HttpServerProperties* impl) { in ExpireBrokenAlternateProtocolMappings()
82 HttpServerProperties::ServerInfoMapKey CreateSimpleKey( in CreateSimpleKey()
84 return HttpServerProperties::ServerInfoMapKey( in CreateSimpleKey()
158 HttpServerProperties impl_;
291 HttpServerProperties properties(nullptr /* pref_delegate */, in TEST_F()
339 HttpServerProperties::ServerInfo supports_spdy; in TEST_F()
341 HttpServerProperties::ServerInfo no_spdy; in TEST_F()
350 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers = in TEST_F()
351 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F()
[all …]
Dhttp_server_properties.h99 class NET_EXPORT HttpServerProperties
240 explicit HttpServerProperties(
246 HttpServerProperties(const HttpServerProperties&) = delete;
247 HttpServerProperties& operator=(const HttpServerProperties&) = delete;
249 ~HttpServerProperties() override;
Dhttp_network_session.h56 class HttpServerProperties; variable
196 raw_ptr<HttpServerProperties> http_server_properties;
250 HttpServerProperties* http_server_properties() { in http_server_properties()
330 const raw_ptr<HttpServerProperties> http_server_properties_;
/external/cronet/stable/net/quic/
Dproperties_based_quic_server_info.h17 class HttpServerProperties; variable
28 HttpServerProperties* http_server_properties);
43 const raw_ptr<HttpServerProperties> http_server_properties_;
/external/cronet/tot/net/quic/
Dproperties_based_quic_server_info.h17 class HttpServerProperties; variable
28 HttpServerProperties* http_server_properties);
43 const raw_ptr<HttpServerProperties> http_server_properties_;
Dproperties_based_quic_server_info.cc30 HttpServerProperties* http_server_properties) in PropertiesBasedQuicServerInfo()
/external/cronet/tot/net/spdy/
Dspdy_session_pool.h43 class HttpServerProperties; variable
133 HttpServerProperties* http_server_properties,
300 HttpServerProperties* http_server_properties() { in http_server_properties()
437 raw_ptr<HttpServerProperties> http_server_properties_;
/external/cronet/stable/net/spdy/
Dspdy_session_pool.h43 class HttpServerProperties; variable
133 HttpServerProperties* http_server_properties,
300 HttpServerProperties* http_server_properties() { in http_server_properties()
437 raw_ptr<HttpServerProperties> http_server_properties_;
/external/cronet/tot/net/url_request/
Durl_request_context.h41 class HttpServerProperties; variable
162 HttpServerProperties* http_server_properties() const { in http_server_properties()
286 std::unique_ptr<HttpServerProperties> http_server_properties);
344 std::unique_ptr<HttpServerProperties> http_server_properties_;
Durl_request_context_builder.h58 class HttpServerProperties; variable
333 std::unique_ptr<HttpServerProperties> http_server_properties);
498 std::unique_ptr<HttpServerProperties> http_server_properties_;
/external/cronet/stable/net/url_request/
Durl_request_context.h41 class HttpServerProperties; variable
162 HttpServerProperties* http_server_properties() const { in http_server_properties()
286 std::unique_ptr<HttpServerProperties> http_server_properties);
344 std::unique_ptr<HttpServerProperties> http_server_properties_;
Durl_request_context_builder.h58 class HttpServerProperties; variable
333 std::unique_ptr<HttpServerProperties> http_server_properties);
498 std::unique_ptr<HttpServerProperties> http_server_properties_;
/external/cronet/stable/net/socket/
Dconnect_job.h80 HttpServerProperties* http_server_properties,
107 raw_ptr<HttpServerProperties> http_server_properties;
294 HttpServerProperties* http_server_properties() { in http_server_properties()
/external/cronet/tot/net/socket/
Dconnect_job.h80 HttpServerProperties* http_server_properties,
107 raw_ptr<HttpServerProperties> http_server_properties;
294 HttpServerProperties* http_server_properties() { in http_server_properties()

1234