Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.h104 kDownloadSourceHttpPeer, // UMA Binary representation: 0100 enumerator
Dutils.cc1038 case kDownloadSourceHttpPeer: return "HttpPeer"; in ToString()
/system/update_engine/
Dpayload_state.cc519 current_download_source_ = kDownloadSourceHttpPeer; in UpdateCurrentDownloadSource()
Dpayload_state_unittest.cc863 payload_state.GetTotalBytesDownloaded(kDownloadSourceHttpPeer)); in TEST()