Home
last modified time | relevance | path

Searched refs:MemoryPrefs (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/common/
Dprefs.cc214 bool MemoryPrefs::MemoryStorage::GetKey(const string& key, in GetKey()
223 bool MemoryPrefs::MemoryStorage::GetSubKeys(const string& ns, in GetSubKeys()
241 bool MemoryPrefs::MemoryStorage::SetKey(const string& key, in SetKey()
247 bool MemoryPrefs::MemoryStorage::KeyExists(const string& key) const { in KeyExists()
251 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) { in DeleteKey()
Dprefs.h151 class MemoryPrefs : public PrefsBase {
153 MemoryPrefs() : PrefsBase(&mem_storage_) {} in MemoryPrefs() function
176 DISALLOW_COPY_AND_ASSIGN(MemoryPrefs);
Dprefs_unittest.cc509 MemoryPrefs prefs_;
/system/update_engine/
Ddaemon_state_android.cc49 prefs_.reset(new MemoryPrefs()); in Initialize()
Dsideload_main.cc142 MemoryPrefs prefs; in ApplyUpdatePayload()
Dupdate_attempter_unittest.cc2436 MemoryPrefs prefs; in TEST_F()
2469 MemoryPrefs fake_prefs; in TEST_F()
2546 MemoryPrefs fake_prefs; in TEST_F()
/system/update_engine/payload_consumer/
Ddelta_performer_fuzzer.cc48 MemoryPrefs prefs; in FuzzDeltaPerformer()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc208 MemoryPrefs prefs; in ApplyPayload()