Home
last modified time | relevance | path

Searched refs:current_download_source_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/cros/
Dpayload_state.cc574 current_download_source_ = kNumDownloadSources; in UpdateCurrentDownloadSource()
577 current_download_source_ = kDownloadSourceHttpPeer; in UpdateCurrentDownloadSource()
583 current_download_source_ = kDownloadSourceHttpsServer; in UpdateCurrentDownloadSource()
587 current_download_source_ = kDownloadSourceHttpServer; in UpdateCurrentDownloadSource()
592 << utils::ToString(current_download_source_); in UpdateCurrentDownloadSource()
597 current_download_source_, in UpdateBytesDownloaded()
598 GetCurrentBytesDownloaded(current_download_source_) + count, in UpdateBytesDownloaded()
601 current_download_source_, in UpdateBytesDownloaded()
602 GetTotalBytesDownloaded(current_download_source_) + count, in UpdateBytesDownloaded()
644 DownloadSource download_source = current_download_source_; in CollectAndReportAttemptMetrics()
Dpayload_state.h503 DownloadSource current_download_source_; variable