Home
last modified time | relevance | path

Searched refs:SetProxies (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Dmulti_range_http_fetcher.h104 void SetProxies(const std::deque<std::string>& proxies) override { in SetProxies() function
105 HttpFetcher::SetProxies(proxies); in SetProxies()
106 base_fetcher_->SetProxies(proxies); in SetProxies()
Dhttp_fetcher.h76 virtual void SetProxies(const std::deque<std::string>& proxies) { in SetProxies() function
Dhttp_fetcher_unittest.cc207 res->SetProxies(std::deque<std::string>(num_proxies, kNoProxy)); in NewLargeFetcher()
/system/update_engine/aosp/
Dupdate_attempter_android.cc390 fetcher->SetProxies({headers[kPayloadPropertyNetworkProxy]}); in ApplyPayload()