Home
last modified time | relevance | path

Searched refs:DownloadSource (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/
Dpayload_state.h105 inline uint64_t GetCurrentBytesDownloaded(DownloadSource source) override { in GetCurrentBytesDownloaded()
109 inline uint64_t GetTotalBytesDownloaded(DownloadSource source) override { in GetTotalBytesDownloaded()
334 std::string GetPrefsKey(const std::string& prefix, DownloadSource source);
340 void LoadCurrentBytesDownloaded(DownloadSource source);
344 void SetCurrentBytesDownloaded(DownloadSource source,
352 void LoadTotalBytesDownloaded(DownloadSource source);
356 void SetTotalBytesDownloaded(DownloadSource source,
490 DownloadSource current_download_source_;
Dmock_payload_state.h67 MOCK_METHOD1(GetCurrentBytesDownloaded, uint64_t(DownloadSource source));
68 MOCK_METHOD1(GetTotalBytesDownloaded, uint64_t(DownloadSource source));
Dpayload_state_interface.h145 virtual uint64_t GetCurrentBytesDownloaded(DownloadSource source) = 0;
150 virtual uint64_t GetTotalBytesDownloaded(DownloadSource source) = 0;
Dpayload_state.cc87 DownloadSource source = static_cast<DownloadSource>(i); in Initialize()
587 DownloadSource download_source = current_download_source_; in CollectAndReportAttemptMetrics()
676 DownloadSource source = static_cast<DownloadSource>(i); in CollectAndReportSuccessfulUpdateMetrics()
777 DownloadSource source = static_cast<DownloadSource>(i); in ResetDownloadSourcesOnNewUpdate()
1096 string PayloadState::GetPrefsKey(const string& prefix, DownloadSource source) { in GetPrefsKey()
1100 void PayloadState::LoadCurrentBytesDownloaded(DownloadSource source) { in LoadCurrentBytesDownloaded()
1106 DownloadSource source, in SetCurrentBytesDownloaded()
1124 void PayloadState::LoadTotalBytesDownloaded(DownloadSource source) { in LoadTotalBytesDownloaded()
1130 DownloadSource source, in SetTotalBytesDownloaded()
Dmetrics.cc215 DownloadSource download_source, in ReportUpdateAttemptMetrics()
387 DownloadSource source = static_cast<DownloadSource>(i); in ReportSuccessfulUpdateMetrics()
Dmetrics.h265 DownloadSource download_source,
/system/update_engine/common/
Dconstants.h108 } DownloadSource; typedef
Dutils.h253 std::string ToString(DownloadSource source);
Dutils.cc1034 string ToString(DownloadSource source) { in ToString()