Home
last modified time | relevance | path

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

/system/update_engine/common/
Dmock_prefs.h43 bool(std::string_view key, const std::vector<std::string>& nss));
Dprefs_interface.h87 const std::vector<std::string>& nss) = 0;
Dfake_prefs.cc110 bool FakePrefs::Delete(std::string_view key, const vector<string>& nss) { in Delete() argument
112 for (const auto& ns : nss) { in Delete()
Dfake_prefs.h54 const std::vector<std::string>& nss) override;
Dprefs.cc129 bool PrefsBase::Delete(std::string_view pref_key, const vector<string>& nss) { in Delete() argument
133 for (const auto& ns : nss) { in Delete()
Dprefs.h94 const std::vector<std::string>& nss) override;