Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.h138 kDownloadSourceHttpsServer, // UMA Binary representation: 0001 enumerator
Dutils.cc779 case kDownloadSourceHttpsServer: in ToString()
/system/update_engine/cros/
Dpayload_state_unittest.cc350 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
352 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
812 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
814 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
830 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
832 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
848 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
850 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
874 0U, payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
876 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpsServer)); in TEST_F()
[all …]
Dpayload_state.cc583 current_download_source_ = kDownloadSourceHttpsServer; in UpdateCurrentDownloadSource()
/system/update_engine/aosp/
Dupdate_attempter_android_unittest.cc188 total_bytes[kDownloadSourceHttpsServer] = 90; in TEST_F()
Dupdate_attempter_android.cc859 num_bytes_downloaded[DownloadSource::kDownloadSourceHttpsServer] = in CollectAndReportUpdateMetricsOnUpdateFinished()