Home
last modified time | relevance | path

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

/external/cronet/tot/net/http/
Dhttp_server_properties.h184 class NET_EXPORT ServerInfoMap
187 ServerInfoMap();
189 ServerInfoMap(const ServerInfoMap&) = delete;
190 ServerInfoMap& operator=(const ServerInfoMap&) = delete;
456 std::unique_ptr<ServerInfoMap> server_info_map) { in OnServerInfoLoadedForTesting()
482 const ServerInfoMap& server_info_map_for_testing() const { in server_info_map_for_testing()
569 ServerInfoMap::const_iterator GetIteratorWithAlternativeServiceInfo(
601 void OnPrefsLoaded(std::unique_ptr<ServerInfoMap> server_info_map,
612 void OnServerInfoLoaded(std::unique_ptr<ServerInfoMap> server_info_map);
651 ServerInfoMap server_info_map_;
Dhttp_server_properties_manager.h43 std::unique_ptr<HttpServerProperties::ServerInfoMap> server_info_map,
87 std::unique_ptr<HttpServerProperties::ServerInfoMap>* server_info_map,
112 const HttpServerProperties::ServerInfoMap& server_info_map,
136 HttpServerProperties::ServerInfoMap* server_info_map,
Dhttp_server_properties.cc122 HttpServerProperties::ServerInfoMap::ServerInfoMap() in ServerInfoMap() function in net::HttpServerProperties::ServerInfoMap
125 HttpServerProperties::ServerInfoMap::iterator
126 HttpServerProperties::ServerInfoMap::GetOrPut(const ServerInfoMapKey& key) { in GetOrPut()
133 HttpServerProperties::ServerInfoMap::iterator
134 HttpServerProperties::ServerInfoMap::EraseIfEmpty(iterator server_info_it) { in EraseIfEmpty()
987 HttpServerProperties::ServerInfoMap::const_iterator
991 ServerInfoMap::const_iterator it = server_info_map_.Get( in GetIteratorWithAlternativeServiceInfo()
1092 std::unique_ptr<ServerInfoMap> server_info_map, in OnPrefsLoaded()
1128 std::unique_ptr<ServerInfoMap> server_info_map) { in OnServerInfoLoaded()
Dhttp_server_properties_unittest.cc350 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers = in TEST_F()
351 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F()
358 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers1 = in TEST_F()
359 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F()
383 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers2 = in TEST_F()
384 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F()
426 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers3 = in TEST_F()
427 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F()
665 std::unique_ptr<HttpServerProperties::ServerInfoMap> server_info_map = in TEST_F()
666 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F()
[all …]
Dhttp_server_properties_manager.cc269 std::unique_ptr<HttpServerProperties::ServerInfoMap>* server_info_map, in ReadPrefs()
318 *server_info_map = std::make_unique<HttpServerProperties::ServerInfoMap>(); in ReadPrefs()
458 HttpServerProperties::ServerInfoMap* server_info_map, in AddServerData()
740 const HttpServerProperties::ServerInfoMap& server_info_map, in WriteToPrefs()
995 std::unique_ptr<HttpServerProperties::ServerInfoMap> server_info_map; in OnHttpServerPropertiesLoaded()
Dhttp_server_properties_manager_unittest.cc141 const HttpServerProperties::ServerInfoMap& server_info_map) { in ServerInfoMapToDict()
150 [](std::unique_ptr<HttpServerProperties::ServerInfoMap> 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()
2128 HttpServerProperties::ServerInfoMap server_info_map; in TEST_F()
2160 std::unique_ptr<HttpServerProperties::ServerInfoMap> server_info_map2 = in TEST_F()
/external/cronet/stable/net/http/
Dhttp_server_properties.h184 class NET_EXPORT ServerInfoMap
187 ServerInfoMap();
189 ServerInfoMap(const ServerInfoMap&) = delete;
190 ServerInfoMap& operator=(const ServerInfoMap&) = delete;
456 std::unique_ptr<ServerInfoMap> server_info_map) { in OnServerInfoLoadedForTesting()
482 const ServerInfoMap& server_info_map_for_testing() const { in server_info_map_for_testing()
569 ServerInfoMap::const_iterator GetIteratorWithAlternativeServiceInfo(
601 void OnPrefsLoaded(std::unique_ptr<ServerInfoMap> server_info_map,
612 void OnServerInfoLoaded(std::unique_ptr<ServerInfoMap> server_info_map);
651 ServerInfoMap server_info_map_;
Dhttp_server_properties_manager.h43 std::unique_ptr<HttpServerProperties::ServerInfoMap> server_info_map,
87 std::unique_ptr<HttpServerProperties::ServerInfoMap>* server_info_map,
112 const HttpServerProperties::ServerInfoMap& server_info_map,
136 HttpServerProperties::ServerInfoMap* server_info_map,
Dhttp_server_properties.cc122 HttpServerProperties::ServerInfoMap::ServerInfoMap() in ServerInfoMap() function in net::HttpServerProperties::ServerInfoMap
125 HttpServerProperties::ServerInfoMap::iterator
126 HttpServerProperties::ServerInfoMap::GetOrPut(const ServerInfoMapKey& key) { in GetOrPut()
133 HttpServerProperties::ServerInfoMap::iterator
134 HttpServerProperties::ServerInfoMap::EraseIfEmpty(iterator server_info_it) { in EraseIfEmpty()
987 HttpServerProperties::ServerInfoMap::const_iterator
991 ServerInfoMap::const_iterator it = server_info_map_.Get( in GetIteratorWithAlternativeServiceInfo()
1092 std::unique_ptr<ServerInfoMap> server_info_map, in OnPrefsLoaded()
1128 std::unique_ptr<ServerInfoMap> server_info_map) { in OnServerInfoLoaded()
Dhttp_server_properties_unittest.cc350 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers = in TEST_F()
351 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F()
358 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers1 = in TEST_F()
359 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F()
383 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers2 = in TEST_F()
384 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F()
426 std::unique_ptr<HttpServerProperties::ServerInfoMap> spdy_servers3 = in TEST_F()
427 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F()
665 std::unique_ptr<HttpServerProperties::ServerInfoMap> server_info_map = in TEST_F()
666 std::make_unique<HttpServerProperties::ServerInfoMap>(); in TEST_F()
[all …]
Dhttp_server_properties_manager.cc269 std::unique_ptr<HttpServerProperties::ServerInfoMap>* server_info_map, in ReadPrefs()
318 *server_info_map = std::make_unique<HttpServerProperties::ServerInfoMap>(); in ReadPrefs()
458 HttpServerProperties::ServerInfoMap* server_info_map, in AddServerData()
740 const HttpServerProperties::ServerInfoMap& server_info_map, in WriteToPrefs()
995 std::unique_ptr<HttpServerProperties::ServerInfoMap> server_info_map; in OnHttpServerPropertiesLoaded()
Dhttp_server_properties_manager_unittest.cc141 const HttpServerProperties::ServerInfoMap& server_info_map) { in ServerInfoMapToDict()
150 [](std::unique_ptr<HttpServerProperties::ServerInfoMap> 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()
2128 HttpServerProperties::ServerInfoMap server_info_map; in TEST_F()
2160 std::unique_ptr<HttpServerProperties::ServerInfoMap> server_info_map2 = in TEST_F()