Home
last modified time | relevance | path

Searched refs:GetKey (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/common/
Dprefs.h44 virtual bool GetKey(const std::string& key, std::string* value) const = 0;
124 bool GetKey(const std::string& key, std::string* value) const override;
164 bool GetKey(const std::string& key, std::string* value) const override;
Dprefs.cc55 return storage_->GetKey(key, value); in GetString()
168 bool Prefs::FileStorage::GetKey(const string& key, string* value) const { in GetKey() function in chromeos_update_engine::Prefs::FileStorage
238 bool MemoryPrefs::MemoryStorage::GetKey(const string& key, in GetKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dsecurity_manager.h73 const std::array<uint8_t, 16>& GetKey(const Address& addr) const;
Dsecurity_manager.cc56 const std::array<uint8_t, 16>& SecurityManager::GetKey( in GetKey() function in test_vendor_lib::SecurityManager