Home
last modified time | relevance | path

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

/system/update_engine/
Dpayload_state_unittest.cc350 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
352 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
808 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
810 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
824 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
826 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
841 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
843 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
858 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
860 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer)); in TEST()
[all …]
Dpayload_state.cc542 current_download_source_ = kDownloadSourceHttpServer; in UpdateCurrentDownloadSource()
/system/update_engine/common/
Dconstants.h105 kDownloadSourceHttpServer, // UMA Binary representation: 0010 enumerator
Dutils.cc883 case kDownloadSourceHttpServer: return "HttpServer"; in ToString()