Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state.cc568 current_download_source_ = kNumDownloadSources; in UpdateCurrentDownloadSource()
571 current_download_source_ = kDownloadSourceHttpPeer; in UpdateCurrentDownloadSource()
577 current_download_source_ = kDownloadSourceHttpsServer; in UpdateCurrentDownloadSource()
581 current_download_source_ = kDownloadSourceHttpServer; in UpdateCurrentDownloadSource()
586 << utils::ToString(current_download_source_); in UpdateCurrentDownloadSource()
591 current_download_source_, in UpdateBytesDownloaded()
592 GetCurrentBytesDownloaded(current_download_source_) + count, in UpdateBytesDownloaded()
595 current_download_source_, in UpdateBytesDownloaded()
596 GetTotalBytesDownloaded(current_download_source_) + count, in UpdateBytesDownloaded()
642 DownloadSource download_source = current_download_source_; in CollectAndReportAttemptMetrics()
Dpayload_state.h505 DownloadSource current_download_source_; variable