Home
last modified time | relevance | path

Searched refs:http_proxy_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dservice.cc815 http_proxy_.reset(new HTTPProxy(connection)); in SetConnection()
816 http_proxy_->Start(dispatcher_, sockets_.get()); in SetConnection()
820 http_proxy_.reset(); in SetConnection()
1614 if (http_proxy_.get()) { in GetHTTPProxyPort()
1615 return static_cast<uint16_t>(http_proxy_->proxy_port()); in GetHTTPProxyPort()
Dservice.h894 std::unique_ptr<HTTPProxy> http_proxy_; variable