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

  /system/update_engine/
payload_state.h 105 inline uint64_t GetCurrentBytesDownloaded(DownloadSource source) override {
109 inline uint64_t GetTotalBytesDownloaded(DownloadSource source) override {
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_;
payload_state_interface.h 145 virtual uint64_t GetCurrentBytesDownloaded(DownloadSource source) = 0;
150 virtual uint64_t GetTotalBytesDownloaded(DownloadSource source) = 0;
mock_payload_state.h 67 MOCK_METHOD1(GetCurrentBytesDownloaded, uint64_t(DownloadSource source));
68 MOCK_METHOD1(GetTotalBytesDownloaded, uint64_t(DownloadSource source));
payload_state.cc 88 DownloadSource source = static_cast<DownloadSource>(i);
589 DownloadSource download_source = current_download_source_;
678 DownloadSource source = static_cast<DownloadSource>(i);
779 DownloadSource source = static_cast<DownloadSource>(i);
    [all...]
metrics.h 265 DownloadSource download_source,
metrics.cc 71 "UpdateEngine.Attempt.DownloadSource";
215 DownloadSource download_source,
387 DownloadSource source = static_cast<DownloadSource>(i);
  /system/update_engine/common/
constants.h 109 } DownloadSource;
utils.h 213 std::string ToString(DownloadSource source);
utils.cc 880 string ToString(DownloadSource source) {
    [all...]

Completed in 2626 milliseconds