Searched refs:GetPrefsKey (Results 1 – 2 of 2) sorted by relevance
1133 string PayloadState::GetPrefsKey(const string& prefix, DownloadSource source) { in GetPrefsKey() function in chromeos_update_engine::PayloadState1138 string key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in LoadCurrentBytesDownloaded()1154 string prefs_key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); in SetCurrentBytesDownloaded()1162 string key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in LoadTotalBytesDownloaded()1179 string prefs_key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); in SetTotalBytesDownloaded()
343 std::string GetPrefsKey(const std::string& prefix, DownloadSource source);