/system/update_engine/ |
D | metrics_utils.h | 53 int64_t GetPersistedValue(const std::string& key, PrefsInterface* prefs); 56 void SetNumReboots(int64_t num_reboots, PrefsInterface* prefs); 60 PrefsInterface* prefs); 63 void SetSystemUpdatedMarker(ClockInterface* clock, PrefsInterface* prefs); 68 PrefsInterface* prefs); 73 PrefsInterface* prefs); 81 PrefsInterface* prefs,
|
D | certificate_checker.h | 30 class PrefsInterface; variable 102 CertificateChecker(PrefsInterface* prefs, OpenSSLWrapper* openssl_wrapper); 162 PrefsInterface* prefs_;
|
D | metrics_utils.cc | 297 int64_t GetPersistedValue(const std::string& 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 | certificate_checker.cc | 60 CertificateChecker::CertificateChecker(PrefsInterface* prefs, in CertificateChecker()
|
/system/update_engine/cros/ |
D | real_system_state.h | 85 PrefsInterface* prefs() override { return prefs_.get(); } in prefs() 87 PrefsInterface* powerwash_safe_prefs() override { in powerwash_safe_prefs() 148 std::unique_ptr<PrefsInterface> prefs_; 151 std::unique_ptr<PrefsInterface> powerwash_safe_prefs_;
|
D | fake_system_state.h | 86 inline PrefsInterface* prefs() override { return prefs_; } in prefs() 88 inline PrefsInterface* powerwash_safe_prefs() override { in powerwash_safe_prefs() 145 inline void set_prefs(PrefsInterface* prefs) { in set_prefs() 149 inline void set_powerwash_safe_prefs(PrefsInterface* powerwash_safe_prefs) { in set_powerwash_safe_prefs() 289 PrefsInterface* prefs_; 290 PrefsInterface* powerwash_safe_prefs_;
|
D | download_action_chromeos.h | 41 class PrefsInterface; variable 52 DownloadActionChromeos(PrefsInterface* prefs, 119 PrefsInterface* prefs_;
|
D | omaha_request_builder_xml_unittest.cc | 396 const string dlc_cohort_key = PrefsInterface::CreateSubKey( in TEST_F() 400 const string dlc_cohort_name_key = PrefsInterface::CreateSubKey( in TEST_F() 404 const string dlc_cohort_hint_key = PrefsInterface::CreateSubKey( in TEST_F()
|
D | payload_state.h | 434 PrefsInterface* prefs_; 439 PrefsInterface* powerwash_safe_prefs_;
|
D | update_attempter_unittest.cc | 2291 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() 2294 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() 2330 PrefsInterface::CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingActive}); in TEST_F() 2331 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() 2333 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() 2361 PrefsInterface::CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingActive}); in TEST_F() 2362 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() 2364 auto last_rollcall_key = PrefsInterface::CreateSubKey( in TEST_F() 2388 PrefsInterface::CreateSubKey({kDlcPrefsSubDir, dlc_id, kPrefsPingActive}); in TEST_F() 2389 auto last_active_key = PrefsInterface::CreateSubKey( in TEST_F() [all …]
|
/system/update_engine/payload_consumer/ |
D | delta_performer.h | 48 class PrefsInterface; variable 68 DeltaPerformer(PrefsInterface* prefs, in DeltaPerformer() 139 static bool CanResumeUpdate(PrefsInterface* prefs, 149 PrefsInterface* prefs, 198 PrefsInterface* prefs, 331 PrefsInterface* prefs_;
|
/system/update_engine/common/ |
D | download_action.h | 65 class PrefsInterface; variable 76 DownloadAction(PrefsInterface* prefs, 124 PrefsInterface* prefs_;
|
D | system_state.h | 88 virtual PrefsInterface* prefs() = 0; 94 virtual PrefsInterface* powerwash_safe_prefs() = 0;
|
D | dynamic_partition_control_stub.cc | 66 PrefsInterface* prefs, in GetCleanupPreviousUpdateAction() 71 bool DynamicPartitionControlStub::ResetUpdate(PrefsInterface* prefs) { in ResetUpdate()
|
D | mock_dynamic_partition_control.h | 66 MOCK_METHOD(bool, ResetUpdate, (PrefsInterface*), (override)); 70 PrefsInterface*,
|
D | dynamic_partition_control_stub.h | 48 PrefsInterface* prefs, 50 bool ResetUpdate(PrefsInterface* prefs) override;
|
D | prefs_interface.h | 32 class PrefsInterface { 46 virtual ~PrefsInterface() = default;
|
D | dynamic_partition_control_interface.h | 124 PrefsInterface* prefs, 138 virtual bool ResetUpdate(PrefsInterface* prefs) = 0;
|
D | excluder_interface.h | 27 class PrefsInterface; variable
|
D | mock_prefs.h | 30 class MockPrefs : public PrefsInterface {
|
D | fake_prefs.h | 37 class FakePrefs : public PrefsInterface {
|
/system/update_engine/aosp/ |
D | cleanup_previous_update_action.h | 51 PrefsInterface* prefs, 70 PrefsInterface* prefs_;
|
D | daemon_state_android.h | 63 std::unique_ptr<PrefsInterface> prefs_;
|
D | update_attempter_android.h | 59 PrefsInterface* prefs, 206 PrefsInterface* prefs_;
|
D | dynamic_partition_control_android.h | 60 PrefsInterface* prefs, 63 bool ResetUpdate(PrefsInterface* prefs) override;
|