Searched refs:SetKey (Results 1 – 2 of 2) sorted by relevance
54 virtual bool SetKey(std::string_view key, std::string_view value) = 0;142 bool SetKey(std::string_view key, std::string_view value) override;188 bool SetKey(std::string_view key, std::string_view value) override;
62 TEST_AND_RETURN_FALSE(storage_->SetKey(key, value)); in SetString()284 bool Prefs::FileStorage::SetKey(std::string_view key, std::string_view value) { in SetKey() function in chromeos_update_engine::Prefs::FileStorage359 bool MemoryPrefs::MemoryStorage::SetKey(std::string_view key, in SetKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage