Home
last modified time | relevance | path

Searched refs:kPrefsTotalBytesDownloaded (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/aosp/
Dupdate_attempter_android_unittest.cc178 metrics_utils::GetPersistedValue(kPrefsTotalBytesDownloaded, &prefs_)); in TEST_F()
216 metrics_utils::GetPersistedValue(kPrefsTotalBytesDownloaded, &prefs_)); in TEST_F()
227 0, metrics_utils::GetPersistedValue(kPrefsTotalBytesDownloaded, &prefs_)); in TEST_F()
Dupdate_attempter_android.cc645 metrics_utils::GetPersistedValue(kPrefsTotalBytesDownloaded, prefs_); in BytesReceived()
648 prefs_->SetInt64(kPrefsTotalBytesDownloaded, in BytesReceived()
727 prefs_->SetInt64(kPrefsTotalBytesDownloaded, 0); in TerminateUpdateAndNotify()
857 metrics_utils::GetPersistedValue(kPrefsTotalBytesDownloaded, prefs_); in CollectAndReportUpdateMetricsOnUpdateFinished()
/system/update_engine/common/
Dconstants.cc85 const char kPrefsTotalBytesDownloaded[] = "total-bytes-downloaded"; variable
Dconstants.h88 extern const char kPrefsTotalBytesDownloaded[];
/system/update_engine/cros/
Dpayload_state.cc1201 string key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in LoadTotalBytesDownloaded()
1215 string prefs_key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in SetTotalBytesDownloaded()