Home
last modified time | relevance | path

Searched defs:prefs (Results 1 – 18 of 18) sorted by relevance

/system/update_engine/
Dmetrics_utils.cc297 int64_t GetPersistedValue(std::string_view key, PrefsInterface* prefs) { in GetPersistedValue()
315 void SetNumReboots(int64_t num_reboots, PrefsInterface* prefs) { in SetNumReboots()
323 PrefsInterface* prefs) { in SetPayloadAttemptNumber()
329 void SetSystemUpdatedMarker(ClockInterface* clock, PrefsInterface* prefs) { in SetSystemUpdatedMarker()
339 PrefsInterface* prefs) { in SetUpdateTimestampStart()
348 PrefsInterface* prefs) { in SetUpdateBootTimestampStart()
357 PrefsInterface* prefs, in LoadAndReportTimeToReboot()
Ddownload_action_android_unittest.cc59 MockPrefs prefs; in TEST_F() local
122 MockPrefs prefs; in TEST_F() local
Dmetrics_utils.h91 PersistedValue(std::string_view key, PrefsInterface* prefs) in PersistedValue()
Ddownload_action.cc39 DownloadAction::DownloadAction(PrefsInterface* prefs, in DownloadAction()
Dcertificate_checker.cc60 CertificateChecker::CertificateChecker(PrefsInterface* prefs, in CertificateChecker()
/system/update_engine/aosp/
Ddaemon_state_android.cc54 Prefs* prefs = new Prefs(); in Initialize() local
Dsideload_main.cc142 MemoryPrefs prefs; in ApplyUpdatePayload() local
Dcleanup_previous_update_action.cc58 PrefsInterface* prefs, in CleanupPreviousUpdateAction()
Dupdate_attempter_android.cc138 PrefsInterface* prefs, in UpdateAttempterAndroid()
162 [[nodiscard]] static bool DidSystemReboot(PrefsInterface* prefs) { in DidSystemReboot()
Ddynamic_partition_control_android.cc1293 PrefsInterface* prefs, in GetCleanupPreviousUpdateAction()
1302 bool DynamicPartitionControlAndroid::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate()
Ddynamic_partition_control_android_unittest.cc883 MockPrefs prefs; in TEST_F() local
/system/update_engine/common/
Ddynamic_partition_control_stub.cc76 PrefsInterface* prefs, in GetCleanupPreviousUpdateAction()
81 bool DynamicPartitionControlStub::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate()
Dprefs_unittest.cc164 Prefs prefs; in TEST() local
/system/update_engine/payload_consumer/
Ddelta_performer_fuzzer.cc48 MemoryPrefs prefs; in FuzzDeltaPerformer() local
Ddelta_performer.h76 : prefs_(prefs), in prefs_() argument
Ddelta_performer.cc816 PrefsInterface* prefs, in PreparePartitionsForUpdate()
1304 bool DeltaPerformer::CanResumeUpdate(PrefsInterface* prefs, in CanResumeUpdate()
1372 bool DeltaPerformer::ResetUpdateProgress(PrefsInterface* prefs, bool quick) { in ResetUpdateProgress()
Ddelta_performer_integration_test.cc133 FakePrefs prefs; in RunManifestValidation() local
716 NiceMock<MockPrefs> prefs; in ApplyDeltaFile() local
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc183 MemoryPrefs prefs; in ApplyPayload() local