Home
last modified time | relevance | path

Searched refs:set_max_retry_count (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/common/
Dmulti_range_http_fetcher.h120 void set_max_retry_count(int max_retry_count) override { in set_max_retry_count() function
121 base_fetcher_->set_max_retry_count(max_retry_count); in set_max_retry_count()
Dfile_fetcher.h81 void set_max_retry_count(int max_retry_count) override {} in set_max_retry_count() function
Dmock_http_fetcher.h77 void set_max_retry_count(int max_retry_count) override {} in set_max_retry_count() function
Dhttp_fetcher.h142 virtual void set_max_retry_count(int max_retry_count) = 0;
/system/update_engine/
Dlibcurl_http_fetcher.h153 void set_max_retry_count(int max_retry_count) override { in set_max_retry_count() function
/system/update_engine/cros/
Ddownload_action_chromeos.cc332 http_fetcher_->set_max_retry_count(kDownloadP2PMaxRetryCount); in StartDownloading()
Dupdate_attempter.cc767 download_fetcher->set_max_retry_count(kDownloadMaxRetryCountInteractive); in BuildUpdateActions()