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

  /system/update_engine/
payload_state.cc 516 current_download_source_ = kNumDownloadSources;
519 current_download_source_ = kDownloadSourceHttpPeer;
524 current_download_source_ = kDownloadSourceHttpsServer;
527 current_download_source_ = kDownloadSourceHttpServer;
532 << utils::ToString(current_download_source_);
537 current_download_source_,
538 GetCurrentBytesDownloaded(current_download_source_) + count,
541 current_download_source_,
542 GetTotalBytesDownloaded(current_download_source_) + count,
587 DownloadSource download_source = current_download_source_;
    [all...]
payload_state.h 490 DownloadSource current_download_source_; member in class:chromeos_update_engine::PayloadState

Completed in 996 milliseconds