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.";
84 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;
103 // If set to true, this will EXPECT fail on BeginTransfer
145 // Set to true if BeginTransfer should EXPECT fail.
file_fetcher.cc 57 void FileFetcher::BeginTransfer(const string& url) {
http_fetcher.h 92 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 456 http_fetcher->BeginTransfer(url);
612 fetcher->BeginTransfer(this->test_.BigUrl(server->GetPort()));
633 fetcher->BeginTransfer("http://fake_url");
706 delegate.fetcher_->BeginTransfer(this->test_.BigUrl(server->GetPort()));
    [all...]
  /system/update_engine/
libcurl_http_fetcher.h 54 void BeginTransfer(const std::string& url) override;
libcurl_http_fetcher.cc 283 void LibcurlHttpFetcher::BeginTransfer(const string& url) {
omaha_request_action.cc 645 http_fetcher_->BeginTransfer(params_->update_url());
    [all...]
  /system/update_engine/payload_consumer/
download_action.cc 232 http_fetcher_->BeginTransfer(install_plan_.download_url);

Completed in 42 milliseconds