HomeSort by relevance Sort by last modified time
    Searched refs:MemoryStorage (Results 1 - 2 of 2) sorted by null

  /system/update_engine/common/
prefs.h 146 class MemoryStorage : public PrefsBase::StorageInterface {
148 MemoryStorage() = default;
162 MemoryStorage mem_storage_;
prefs.cc 169 bool MemoryPrefs::MemoryStorage::GetKey(const string& key,
178 bool MemoryPrefs::MemoryStorage::SetKey(const string& key,
184 bool MemoryPrefs::MemoryStorage::KeyExists(const string& key) const {
188 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) {

Completed in 88 milliseconds