Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state.cc546 current_download_source_ = kNumDownloadSources; in UpdateCurrentDownloadSource()
549 current_download_source_ = kDownloadSourceHttpPeer; in UpdateCurrentDownloadSource()
555 current_download_source_ = kDownloadSourceHttpsServer; in UpdateCurrentDownloadSource()
559 current_download_source_ = kDownloadSourceHttpServer; in UpdateCurrentDownloadSource()
564 << utils::ToString(current_download_source_); in UpdateCurrentDownloadSource()
569 current_download_source_, in UpdateBytesDownloaded()
570 GetCurrentBytesDownloaded(current_download_source_) + count, in UpdateBytesDownloaded()
573 current_download_source_, in UpdateBytesDownloaded()
574 GetTotalBytesDownloaded(current_download_source_) + count, in UpdateBytesDownloaded()
620 DownloadSource download_source = current_download_source_; in CollectAndReportAttemptMetrics()
Dpayload_state.h489 DownloadSource current_download_source_; variable