Home
last modified time | relevance | path

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

/system/update_engine/
Dupdate_attempter_android_unittest.cc176 metrics_utils::GetPersistedValue(kPrefsTotalBytesDownloaded, &prefs_)); in TEST_F()
214 metrics_utils::GetPersistedValue(kPrefsTotalBytesDownloaded, &prefs_)); in TEST_F()
225 0, metrics_utils::GetPersistedValue(kPrefsTotalBytesDownloaded, &prefs_)); in TEST_F()
Dupdate_attempter_android.cc621 metrics_utils::GetPersistedValue(kPrefsTotalBytesDownloaded, prefs_); in BytesReceived()
624 prefs_->SetInt64(kPrefsTotalBytesDownloaded, in BytesReceived()
703 prefs_->SetInt64(kPrefsTotalBytesDownloaded, 0); in TerminateUpdateAndNotify()
835 metrics_utils::GetPersistedValue(kPrefsTotalBytesDownloaded, prefs_); in CollectAndReportUpdateMetricsOnUpdateFinished()
Dpayload_state.cc1220 string key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in LoadTotalBytesDownloaded()
1236 string prefs_key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in SetTotalBytesDownloaded()
/system/update_engine/common/
Dconstants.cc82 const char kPrefsTotalBytesDownloaded[] = "total-bytes-downloaded"; variable
Dconstants.h83 extern const char kPrefsTotalBytesDownloaded[];