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

/system/update_engine/common/
H A Dconstants.h104 kDownloadSourceHttpServer, // UMA Binary representation: 0010 enumerator in enum:chromeos_update_engine::__anon2543
H A Dutils.cc883 case kDownloadSourceHttpServer: return "HttpServer";
/system/update_engine/
H A Dpayload_state_unittest.cc344 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer));
346 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer));
798 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer));
800 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer));
813 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer));
815 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer));
830 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer));
832 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer));
847 payload_state.GetCurrentBytesDownloaded(kDownloadSourceHttpServer));
849 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpServer));
[all...]
H A Dpayload_state.cc529 current_download_source_ = kDownloadSourceHttpServer;

Completed in 96 milliseconds