Searched refs:GetPrefsKey (Results 1 – 2 of 2) sorted by relevance
1175 string PayloadState::GetPrefsKey(const string& prefix, DownloadSource source) { in GetPrefsKey() function in chromeos_update_engine::PayloadState1180 string key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in LoadCurrentBytesDownloaded()1193 string prefs_key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in SetCurrentBytesDownloaded()1201 string key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in LoadTotalBytesDownloaded()1215 string prefs_key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in SetTotalBytesDownloaded()
341 std::string GetPrefsKey(const std::string& prefix, DownloadSource source);