Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A 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 …]
H A Dpayload_state.cc583 current_download_source_ = kDownloadSourceHttpsServer; in UpdateCurrentDownloadSource()
/aosp12/system/update_engine/common/
H A Dconstants.h138 kDownloadSourceHttpsServer, // UMA Binary representation: 0001 enumerator
H A Dutils.cc779 case kDownloadSourceHttpsServer: in ToString()
/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android_unittest.cc188 total_bytes[kDownloadSourceHttpsServer] = 90; in TEST_F()
H A Dupdate_attempter_android.cc859 num_bytes_downloaded[DownloadSource::kDownloadSourceHttpsServer] = in CollectAndReportUpdateMetricsOnUpdateFinished()