HomeSort by relevance Sort by last modified time
    Searched refs:Unpause (Results 1 - 10 of 10) sorted by null

  /system/update_engine/common/
multi_range_http_fetcher.h 90 void Unpause() override { base_fetcher_->Unpause(); }
file_fetcher.h 66 void Unpause() override;
mock_http_fetcher.h 37 // and Unpause. For the other chunks of data, a callback is put on the run
102 void Unpause() override;
file_fetcher.cc 162 void FileFetcher::Unpause() {
http_fetcher.h 108 // Used to unpause an HttpFetcher and let the bytes stream in again.
110 // Unpause() returns
111 virtual void Unpause() = 0;
mock_http_fetcher.cc 140 void MockHttpFetcher::Unpause() {
141 CHECK(paused_) << "You must pause before unpause.";
http_fetcher_unittest.cc 574 void Unpause() {
577 fetcher_->Unpause();
586 delegate->Unpause();
633 fetcher->Unpause();
    [all...]
  /system/update_engine/
libcurl_http_fetcher.h 68 void Unpause() override;
212 // Whether we should restart the transfer once Unpause() is called. This can
libcurl_http_fetcher.cc 361 // If we are paused, we delay these two operations until Unpause is called.
569 void LibcurlHttpFetcher::Unpause() {
  /system/update_engine/payload_consumer/
download_action.cc 302 http_fetcher_->Unpause();

Completed in 238 milliseconds