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

  /system/update_engine/common/
file_fetcher.h 52 void BeginTransfer(const std::string& url) override;
multi_range_http_fetcher.cc 31 void MultiRangeHttpFetcher::BeginTransfer(const std::string& url) {
32 CHECK(!base_fetcher_active_) << "BeginTransfer but already active.";
33 CHECK(!pending_transfer_ended_) << "BeginTransfer but pending.";
34 CHECK(!terminating_) << "BeginTransfer but terminating.";
85 base_fetcher_->BeginTransfer(url_);
mock_http_fetcher.h 36 // MockHttpFetcher will send a chunk of data down in each call to BeginTransfer
85 void BeginTransfer(const std::string& url) override;
107 // If set to true, this will EXPECT fail on BeginTransfer
149 // Set to true if BeginTransfer should EXPECT fail.
file_fetcher.cc 57 void FileFetcher::BeginTransfer(const string& url) {
http_fetcher.h 91 virtual void BeginTransfer(const std::string& url) = 0;
mock_http_fetcher.cc 39 void MockHttpFetcher::BeginTransfer(const std::string& url) {
multi_range_http_fetcher.h 78 void BeginTransfer(const std::string& url) override;
http_fetcher_unittest.cc 452 http_fetcher->BeginTransfer(url);
610 fetcher->BeginTransfer(this->test_.BigUrl(server->GetPort()));
628 fetcher->BeginTransfer("http://fake_url");
701 delegate.fetcher_->BeginTransfer(this->test_.BigUrl(server->GetPort()));
719 fetcher->BeginTransfer("http://fake_url");
    [all...]
  /system/update_engine/
libcurl_http_fetcher.h 54 void BeginTransfer(const std::string& url) override;
libcurl_http_fetcher.cc 344 void LibcurlHttpFetcher::BeginTransfer(const string& url) {
omaha_request_action.cc 778 http_fetcher_->BeginTransfer(params_->update_url());
    [all...]
  /system/update_engine/payload_consumer/
download_action.cc 294 http_fetcher_->BeginTransfer(install_plan_.download_url);

Completed in 475 milliseconds