Home
last modified time | relevance | path

Searched refs:kDownloadSourceHttpsServer (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/common/
Dconstants.h133 kDownloadSourceHttpsServer, // UMA Binary representation: 0001 enumerator
Dutils.cc770 case kDownloadSourceHttpsServer: in ToString()
/system/update_engine/
Dpayload_state_unittest.cc347 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
349 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
815 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
817 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
833 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
835 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
851 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
853 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
877 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
879 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
[all …]
Dupdate_attempter_android_unittest.cc186 total_bytes[kDownloadSourceHttpsServer] = 90; in TEST_F()
Dupdate_attempter_android.cc837 num_bytes_downloaded[DownloadSource::kDownloadSourceHttpsServer] = in CollectAndReportUpdateMetricsOnUpdateFinished()
Dpayload_state.cc577 current_download_source_ = kDownloadSourceHttpsServer; in UpdateCurrentDownloadSource()