Home
last modified time | relevance | path

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

/system/update_engine/common/
Dprefs.h175 class MemoryPrefs : public PrefsBase {
177 MemoryPrefs() : PrefsBase(&mem_storage_) {} in MemoryPrefs() function
200 DISALLOW_COPY_AND_ASSIGN(MemoryPrefs);
Dprefs.cc334 bool MemoryPrefs::MemoryStorage::GetKey(std::string_view key, in GetKey()
343 bool MemoryPrefs::MemoryStorage::GetSubKeys(std::string_view ns, in GetSubKeys()
359 bool MemoryPrefs::MemoryStorage::SetKey(std::string_view key, in SetKey()
365 bool MemoryPrefs::MemoryStorage::KeyExists(std::string_view key) const { in KeyExists()
369 bool MemoryPrefs::MemoryStorage::DeleteKey(std::string_view key) { in DeleteKey()
Dprefs_unittest.cc591 MemoryPrefs prefs_;
/system/update_engine/aosp/
Ddaemon_state_android.cc50 prefs_.reset(new MemoryPrefs()); in Initialize()
Dsideload_main.cc142 MemoryPrefs prefs; in ApplyUpdatePayload()
Dupdate_attempter_android_integration_test.cc368 MemoryPrefs prefs_;
/system/update_engine/payload_consumer/
Ddelta_performer_fuzzer.cc48 MemoryPrefs prefs; in FuzzDeltaPerformer()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc183 MemoryPrefs prefs; in ApplyPayload()