Searched refs:Pause (Results 1 - 10 of 10) sorted by relevance

/system/update_engine/common/
H A Dmulti_range_http_fetcher.h88 void Pause() override { base_fetcher_->Pause(); }
H A Dfile_fetcher.h63 void Pause() override;
H A Dmock_http_fetcher.h99 void Pause() override;
H A Dfile_fetcher.cc154 void FileFetcher::Pause() { function in class:chromeos_update_engine::FileFetcher
H A Dhttp_fetcher.h103 // If data is coming in too quickly, you can call Pause() to pause the
106 virtual void Pause() = 0;
H A Dmock_http_fetcher.cc133 void MockHttpFetcher::Pause() { function in class:chromeos_update_engine::MockHttpFetcher
H A Dhttp_fetcher_unittest.cc566 fetcher->Pause();
632 fetcher->Pause();
634 fetcher->Pause();
/system/update_engine/
H A Dlibcurl_http_fetcher.h65 void Pause() override;
H A Dlibcurl_http_fetcher.cc554 void LibcurlHttpFetcher::Pause() { function in class:chromeos_update_engine::LibcurlHttpFetcher
/system/update_engine/payload_consumer/
H A Ddownload_action.cc298 http_fetcher_->Pause();

Completed in 143 milliseconds