Home
last modified time | relevance | path

Searched refs:nss (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/common/
Dmock_prefs.h45 const std::vector<std::string>& nss));
Dprefs_interface.h87 const std::vector<std::string>& nss) = 0;
Dfake_prefs.cc110 bool FakePrefs::Delete(const string& key, const vector<string>& nss) { in Delete() argument
112 for (const auto& ns : nss) { in Delete()
Dfake_prefs.h53 const std::vector<std::string>& nss) override;
Dprefs.cc117 bool PrefsBase::Delete(const string& pref_key, const vector<string>& nss) { in Delete() argument
121 for (const auto& ns : nss) { in Delete()
Dprefs.h79 const std::vector<std::string>& nss) override;