Home
last modified time | relevance | path

Searched refs:kDownloadSourceHttpServer (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/cros/
Dpayload_state_unittest.cc346 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
348 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
792 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
794 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
808 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
810 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
825 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
827 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
843 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
845 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST_F()
[all …]
Dmetrics_reporter_omaha_unittest.cc261 DownloadSource download_source = kDownloadSourceHttpServer; in TEST_F()
Dpayload_state.cc587 current_download_source_ = kDownloadSourceHttpServer; in UpdateCurrentDownloadSource()
/system/update_engine/common/
Dconstants.h139 kDownloadSourceHttpServer, // UMA Binary representation: 0010 enumerator
Dutils.cc781 case kDownloadSourceHttpServer: in ToString()