Home
last modified time | relevance | path

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

/system/update_engine/common/
Dmulti_range_http_fetcher.h99 void set_retry_seconds(int seconds) override { in set_retry_seconds() function
100 base_fetcher_->set_retry_seconds(seconds); in set_retry_seconds()
Dhttp_fetcher.h130 virtual void set_retry_seconds(int seconds) {} in set_retry_seconds() function
Dhttp_fetcher_unittest.cc258 ret->set_retry_seconds(1); in NewLargeFetcher()
303 ret->set_retry_seconds(1); in NewLargeFetcher()
377 ret->set_retry_seconds(1); in NewLargeFetcher()
/system/update_engine/
Dlibcurl_http_fetcher.h128 void set_retry_seconds(int seconds) override { retry_seconds_ = seconds; } in set_retry_seconds() function