Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.h115 kDownloadSourceHttpsServer, // UMA Binary representation: 0001 enumerator
Dutils.cc875 case kDownloadSourceHttpsServer: in ToString()
/system/update_engine/
Dpayload_state_unittest.cc344 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
346 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
812 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
814 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
830 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
832 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
848 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
850 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
874 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
876 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST()
[all …]
Dupdate_attempter_android_unittest.cc186 total_bytes[kDownloadSourceHttpsServer] = 90; in TEST_F()
Dupdate_attempter_android.cc828 num_bytes_downloaded[DownloadSource::kDownloadSourceHttpsServer] = in CollectAndReportUpdateMetricsOnUpdateFinished()
Dpayload_state.cc555 current_download_source_ = kDownloadSourceHttpsServer; in UpdateCurrentDownloadSource()