/system/update_engine/ |
D | metrics_utils.cc | 297 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()
|
D | download_action_android_unittest.cc | 59 MockPrefs prefs; in TEST_F() local 122 MockPrefs prefs; in TEST_F() local
|
D | metrics_utils.h | 91 PersistedValue(std::string_view key, PrefsInterface* prefs) in PersistedValue()
|
D | download_action.cc | 39 DownloadAction::DownloadAction(PrefsInterface* prefs, in DownloadAction()
|
D | certificate_checker.cc | 60 CertificateChecker::CertificateChecker(PrefsInterface* prefs, in CertificateChecker()
|
/system/update_engine/aosp/ |
D | daemon_state_android.cc | 54 Prefs* prefs = new Prefs(); in Initialize() local
|
D | sideload_main.cc | 142 MemoryPrefs prefs; in ApplyUpdatePayload() local
|
D | cleanup_previous_update_action.cc | 58 PrefsInterface* prefs, in CleanupPreviousUpdateAction()
|
D | update_attempter_android.cc | 138 PrefsInterface* prefs, in UpdateAttempterAndroid() 162 [[nodiscard]] static bool DidSystemReboot(PrefsInterface* prefs) { in DidSystemReboot()
|
D | dynamic_partition_control_android.cc | 1293 PrefsInterface* prefs, in GetCleanupPreviousUpdateAction() 1302 bool DynamicPartitionControlAndroid::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate()
|
D | dynamic_partition_control_android_unittest.cc | 883 MockPrefs prefs; in TEST_F() local
|
/system/update_engine/common/ |
D | dynamic_partition_control_stub.cc | 76 PrefsInterface* prefs, in GetCleanupPreviousUpdateAction() 81 bool DynamicPartitionControlStub::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate()
|
D | prefs_unittest.cc | 164 Prefs prefs; in TEST() local
|
/system/update_engine/payload_consumer/ |
D | delta_performer_fuzzer.cc | 48 MemoryPrefs prefs; in FuzzDeltaPerformer() local
|
D | delta_performer.h | 76 : prefs_(prefs), in prefs_() argument
|
D | delta_performer.cc | 816 PrefsInterface* prefs, in PreparePartitionsForUpdate() 1304 bool DeltaPerformer::CanResumeUpdate(PrefsInterface* prefs, in CanResumeUpdate() 1372 bool DeltaPerformer::ResetUpdateProgress(PrefsInterface* prefs, bool quick) { in ResetUpdateProgress()
|
D | delta_performer_integration_test.cc | 133 FakePrefs prefs; in RunManifestValidation() local 716 NiceMock<MockPrefs> prefs; in ApplyDeltaFile() local
|
/system/update_engine/payload_generator/ |
D | generate_delta_main.cc | 183 MemoryPrefs prefs; in ApplyPayload() local
|