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.h94 void set_retry_seconds(int seconds) override { in set_retry_seconds() function
95 base_fetcher_->set_retry_seconds(seconds); in set_retry_seconds()
Dhttp_fetcher.h115 virtual void set_retry_seconds(int seconds) {} in set_retry_seconds() function
Dhttp_fetcher_unittest.cc257 ret->set_retry_seconds(1); in NewLargeFetcher()
302 ret->set_retry_seconds(1); in NewLargeFetcher()
376 ret->set_retry_seconds(1); in NewLargeFetcher()
/system/update_engine/
Dlibcurl_http_fetcher.h82 void set_retry_seconds(int seconds) override { retry_seconds_ = seconds; } in set_retry_seconds() function