Searched refs:DownloadSource (Results 1 – 9 of 9) sorted by relevance
/system/update_engine/ |
D | payload_state.h | 105 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_;
|
D | mock_payload_state.h | 67 MOCK_METHOD1(GetCurrentBytesDownloaded, uint64_t(DownloadSource source)); 68 MOCK_METHOD1(GetTotalBytesDownloaded, uint64_t(DownloadSource source));
|
D | payload_state_interface.h | 145 virtual uint64_t GetCurrentBytesDownloaded(DownloadSource source) = 0; 150 virtual uint64_t GetTotalBytesDownloaded(DownloadSource source) = 0;
|
D | payload_state.cc | 87 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()
|
D | metrics.cc | 215 DownloadSource download_source, in ReportUpdateAttemptMetrics() 387 DownloadSource source = static_cast<DownloadSource>(i); in ReportSuccessfulUpdateMetrics()
|
D | metrics.h | 265 DownloadSource download_source,
|
/system/update_engine/common/ |
D | constants.h | 108 } DownloadSource; typedef
|
D | utils.h | 253 std::string ToString(DownloadSource source);
|
D | utils.cc | 1034 string ToString(DownloadSource source) { in ToString()
|