Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state_unittest.cc344 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
346 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
798 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
800 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
813 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
815 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
830 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
832 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
847 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
849 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
[all …]
Dpayload_state.cc527 current_download_source_ = kDownloadSourceHttpServer; in UpdateCurrentDownloadSource()
/system/update_engine/common/
Dconstants.h103 kDownloadSourceHttpServer, // UMA Binary representation: 0010 enumerator
Dutils.cc1037 case kDownloadSourceHttpServer: return "HttpServer"; in ToString()