Home
last modified time | relevance | path

Searched refs:SetKey (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/update_engine/common/
H A Dprefs.h53 virtual bool SetKey(const std::string& key, std::string_view value) = 0;
127 bool SetKey(const std::string& key, std::string_view value) override;
167 bool SetKey(const std::string& key, std::string_view value) override;
H A Dprefs.cc59 TEST_AND_RETURN_FALSE(storage_->SetKey(key, value)); in SetString()
195 bool Prefs::FileStorage::SetKey(const string& key, std::string_view value) { in SetKey() function in chromeos_update_engine::Prefs::FileStorage
265 bool MemoryPrefs::MemoryStorage::SetKey(const string& key, in SetKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DHashtableLookupTest.cpp172 m.SetKey({-11, 0, 1234}); in TEST()