Home
last modified time | relevance | path

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

/system/update_engine/common/
Dprefs.cc117 bool PrefsBase::Delete(const string& pref_key, const vector<string>& nss) { in Delete() argument
119 bool success = Delete(pref_key); in Delete()
127 pref_key == key.substr(last_key_seperator + 1)) { in Delete()
Dprefs_interface.h86 virtual bool Delete(const std::string& pref_key,
Dprefs.h78 bool Delete(const std::string& pref_key,
/system/update_engine/cros/
Dupdate_attempter.h439 void SetPref(const std::string& pref_key,
Dupdate_attempter.cc635 void UpdateAttempter::SetPref(const string& pref_key, in SetPref() argument
641 prefs_->SetString(pref_key, pref_value); in SetPref()
644 auto key = prefs_->CreateSubKey({kDlcPrefsSubDir, dlc_id, pref_key}); in SetPref()