Home
last modified time | relevance | path

Searched refs:GetPrefsKey (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Dpayload_state.cc1116 string PayloadState::GetPrefsKey(const string& prefix, DownloadSource source) { in GetPrefsKey() function in chromeos_update_engine::PayloadState
1121 string key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in LoadCurrentBytesDownloaded()
1137 string prefs_key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in SetCurrentBytesDownloaded()
1145 string key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in LoadTotalBytesDownloaded()
1162 string prefs_key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in SetTotalBytesDownloaded()
Dpayload_state.h340 std::string GetPrefsKey(const std::string& prefix, DownloadSource source);