Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Dupdate_attempter_android_unittest.cc175 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, &prefs_)); in TEST_F()
213 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, &prefs_)); in TEST_F()
225 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, &prefs_)); in TEST_F()
Dupdate_attempter_android.cc643 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, prefs_); in BytesReceived()
646 prefs_->SetInt64(kPrefsCurrentBytesDownloaded, in BytesReceived()
839 metrics_utils::GetPersistedValue(kPrefsCurrentBytesDownloaded, prefs_); in CollectAndReportUpdateMetricsOnUpdateFinished()
967 prefs_->Delete(kPrefsCurrentBytesDownloaded); in ClearMetricsPrefs()
/system/update_engine/common/
Dconstants.cc37 const char kPrefsCurrentBytesDownloaded[] = "current-bytes-downloaded"; variable
Dconstants.h46 extern const char kPrefsCurrentBytesDownloaded[];
/system/update_engine/cros/
Dpayload_state.cc1180 string key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in LoadCurrentBytesDownloaded()
1193 string prefs_key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in SetCurrentBytesDownloaded()