HomeSort by relevance Sort by last modified time
    Searched refs:DownloadSource (Results 1 - 16 of 16) sorted by null

  /system/update_engine/
payload_state.h 108 inline uint64_t GetCurrentBytesDownloaded(DownloadSource source) override {
112 inline uint64_t GetTotalBytesDownloaded(DownloadSource source) override {
340 std::string GetPrefsKey(const std::string& prefix, DownloadSource source);
346 void LoadCurrentBytesDownloaded(DownloadSource source);
350 void SetCurrentBytesDownloaded(DownloadSource source,
358 void LoadTotalBytesDownloaded(DownloadSource source);
362 void SetTotalBytesDownloaded(DownloadSource source,
495 DownloadSource current_download_source_;
payload_state_interface.h 145 virtual uint64_t GetCurrentBytesDownloaded(DownloadSource source) = 0;
150 virtual uint64_t GetTotalBytesDownloaded(DownloadSource source) = 0;
mock_payload_state.h 68 MOCK_METHOD1(GetCurrentBytesDownloaded, uint64_t(DownloadSource source));
69 MOCK_METHOD1(GetTotalBytesDownloaded, uint64_t(DownloadSource source));
metrics_reporter_android.h 56 DownloadSource download_source,
metrics_reporter_interface.h 130 DownloadSource download_source,
metrics_reporter_stub.h 56 DownloadSource download_source,
mock_metrics_reporter.h 53 DownloadSource download_source,
metrics_reporter_omaha.h 120 DownloadSource download_source,
payload_state.cc 91 DownloadSource source = static_cast<DownloadSource>(i);
607 DownloadSource download_source = current_download_source_;
701 DownloadSource source = static_cast<DownloadSource>(i);
800 DownloadSource source = static_cast<DownloadSource>(i);
    [all...]
metrics_reporter_android.cc 108 DownloadSource /* download_source */,
metrics_reporter_omaha.cc 71 "UpdateEngine.Attempt.DownloadSource";
313 DownloadSource download_source,
380 DownloadSource source = static_cast<DownloadSource>(i);
update_attempter_android.cc 725 DownloadSource::kNumDownloadSources,
741 num_bytes_downloaded[DownloadSource::kDownloadSourceHttpsServer] =
metrics_reporter_omaha_unittest.cc 216 DownloadSource download_source = kDownloadSourceHttpServer;
  /system/update_engine/common/
constants.h 113 } DownloadSource;
utils.h 213 std::string ToString(DownloadSource source);
utils.cc 879 string ToString(DownloadSource source) {
    [all...]

Completed in 513 milliseconds