Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state_unittest.cc343 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
345 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
795 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
797 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
811 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
813 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
828 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
830 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
846 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
848 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
[all …]
Dmetrics_reporter_omaha_unittest.cc280 DownloadSource download_source = kDownloadSourceHttpServer; in TEST_F()
Dpayload_state.cc581 current_download_source_ = kDownloadSourceHttpServer; in UpdateCurrentDownloadSource()
/system/update_engine/common/
Dconstants.h134 kDownloadSourceHttpServer, // UMA Binary representation: 0010 enumerator
Dutils.cc772 case kDownloadSourceHttpServer: in ToString()