Searched refs:proxies (Results 1 - 25 of 40) sorted by relevance

12

/system/update_engine/update_manager/
H A Dstate_factory.h20 #include <session_manager/dbus-proxies.h>
/system/update_engine/
H A Dproxy_resolver.cc59 // Initialize proxy pool with as many proxies as indicated (all identical).
60 deque<string> proxies(num_proxies_, kNoProxy);
62 (*callback)(proxies, data);
H A Dchrome_browser_proxy_resolver_unittest.cc29 #include "libcros/dbus-proxies.h"
110 void CheckResponseResolved(const deque<string>& proxies, argument
112 EXPECT_EQ(2U, proxies.size());
113 EXPECT_EQ("socks5://192.168.52.83:5555", proxies[0]);
114 EXPECT_EQ(kNoProxy, proxies[1]);
118 void CheckResponseNoReply(const deque<string>& proxies, void* /* pirv_data */) { argument
119 EXPECT_EQ(1U, proxies.size());
120 EXPECT_EQ(kNoProxy, proxies[0]);
H A Dshill_proxy_interface.h25 #include <shill/dbus-proxies.h>
H A Dreal_system_state.h24 #include <debugd/dbus-proxies.h>
27 #include <power_manager/dbus-proxies.h>
28 #include <session_manager/dbus-proxies.h>
129 // Real DBus proxies using the DBus connection.
H A Dfake_shill_proxy.h25 #include <shill/dbus-proxies.h>
H A Dproxy_resolver.h33 // Resultant proxies are in |out_proxy|. Each will be in one of the
38 typedef void (*ProxiesResolvedFn)(const std::deque<std::string>& proxies,
46 // Finds proxies for the given URL and returns them via the callback.
66 // Set the number of direct (non-) proxies to be returned by resolver.
77 // Number of direct proxies to return on resolved list; currently used for
H A Dshill_proxy.h26 #include <shill/dbus-proxies.h>
H A Dchrome_browser_proxy_resolver.cc146 deque<string> proxies; local
147 proxies.push_back(kNoProxy);
148 (*callback.first)(proxies, callback.second);
/system/update_engine/common/
H A Dhttp_fetcher.cc48 // Proxy methods to set the proxies, then to pop them off.
55 LOG(INFO) << "Not resolving proxies (no proxy resolver).";
71 void HttpFetcher::ProxiesResolved(const deque<string>& proxies) { argument
73 if (!proxies.empty())
74 SetProxies(proxies);
H A Dhttp_fetcher.h68 // Proxy methods to set the proxies, then to pop them off.
73 void SetProxies(const std::deque<std::string>& proxies) { argument
74 proxies_ = proxies;
162 // Callback for when we are resolving proxies
167 void ProxiesResolved(const std::deque<std::string>& proxies);
168 static void StaticProxiesResolved(const std::deque<std::string>& proxies, argument
170 reinterpret_cast<HttpFetcher*>(data)->ProxiesResolved(proxies);
H A Dmulti_range_http_fetcher.h101 virtual void SetProxies(const std::deque<std::string>& proxies) { argument
102 base_fetcher_->SetProxies(proxies);
/system/connectivity/shill/dbus/
H A Dchromeos_firewalld_proxy.h24 #include <firewalld/dbus-proxies.h>
H A Dchromeos_permission_broker_proxy.h24 #include <permission_broker/dbus-proxies.h>
H A Dchromeos_wimax_manager_proxy.h24 #include <wimax_manager/dbus-proxies.h>
H A Dchromeos_power_manager_proxy.h30 #include <power_manager/dbus-proxies.h>
H A Dchromeos_wimax_network_proxy.h23 #include <wimax_manager/dbus-proxies.h>
/system/connectivity/shill/shims/
H A Dtask_proxy.h22 #include <shill/dbus-proxies.h>
/system/core/crash_reporter/
H A Dlist_proxies.cc34 #include "libcrosservice/dbus-proxies.h"
57 " --quiet Only print the proxies\n"
59 " --timeout=N Set timeout for browser resolving proxies (default is 5)\n"
63 // Parses the browser's answer for resolved proxies. It returns a
106 // A class for interfacing with Chrome to resolve proxies for a given source
112 // proxies can then be accessed through the proxies() function.
129 const std::vector<std::string>& proxies() { function in class:__anon1512::ProxyResolver
184 LOG(INFO) << "Found proxies via browser signal: "
195 // Initialize D-Bus proxies
242 std::vector<std::string> proxies = resolver.proxies(); local
[all...]
/system/connectivity/apmanager/dbus/
H A Dfirewalld_dbus_proxy.h24 #include <firewalld/dbus-proxies.h>
H A Dpermission_broker_dbus_proxy.h24 #include <permission_broker/dbus-proxies.h>
H A Dshill_dbus_proxy.h23 #include <shill/dbus-proxies.h>
/system/weaved/buffet/
H A Dap_manager_client.h21 #include <apmanager/dbus-proxies.h>
/system/webservd/libwebserv/
H A DAndroid.mk52 # libwebserv-proxies-internal shared library
57 # This library builds the proxies which webservd will use to communicate back
61 LOCAL_MODULE := libwebserv-proxies-internal
/system/webservd/webservd/
H A DAndroid.mk30 libwebserv-proxies-internal \

Completed in 397 milliseconds

12