/aosp12/system/update_engine/payload_consumer/ |
H A D | delta_performer.cc | 210 int DeltaPerformer::Close() { in Close() 224 int DeltaPerformer::CloseCurrentPartition() { in CloseCurrentPartition() 233 bool DeltaPerformer::OpenCurrentPartition() { in OpenCurrentPartition() 288 bool DeltaPerformer::IsHeaderParsed() const { in IsHeaderParsed() 624 bool DeltaPerformer::IsManifestValid() { in IsManifestValid() 847 bool DeltaPerformer::PerformReplaceOperation( in PerformReplaceOperation() 1007 DeltaPerformer::CreatePayloadVerifier() { in CreatePayloadVerifier() 1263 ErrorCode DeltaPerformer::VerifyPayload( in VerifyPayload() 1370 bool DeltaPerformer::ResetUpdateProgress( in ResetUpdateProgress() 1396 bool DeltaPerformer::ShouldCheckpoint() { in ShouldCheckpoint() [all …]
|
H A D | delta_performer.h | 52 class DeltaPerformer : public FileWriter { 68 DeltaPerformer(PrefsInterface* prefs, in DeltaPerformer() function 439 DISALLOW_COPY_AND_ASSIGN(DeltaPerformer);
|
H A D | delta_performer_unittest.cc | 299 brillo::Blob ApplyPayloadToData(DeltaPerformer* delta_performer, in ApplyPayloadToData() 442 DeltaPerformer performer_{&prefs_, 673 EXPECT_TRUE(DeltaPerformer::ExtentsToBsdiffPositionsString( in TEST_F() 1110 ASSERT_TRUE(DeltaPerformer::CanResumeUpdate(&prefs_, payload_id)); in TEST_F() 1113 class TestDeltaPerformer : public DeltaPerformer { 1115 using DeltaPerformer::DeltaPerformer;
|
H A D | delta_performer_integration_test.cc | 143 DeltaPerformer performer{&prefs, in RunManifestValidation() 642 DeltaPerformer** performer, in ApplyDeltaFile() 803 *performer = new DeltaPerformer(&prefs, in ApplyDeltaFile() 894 void VerifyPayloadResult(DeltaPerformer* performer, in VerifyPayloadResult() 949 void VerifyPayload(DeltaPerformer* performer, in VerifyPayload() 975 DeltaPerformer* performer = nullptr; in DoSmallImageTest() 1000 DeltaPerformer* performer = nullptr; in DoOperationHashMismatchTest()
|
H A D | delta_performer_fuzzer.cc | 75 DeltaPerformer performer(&prefs, in FuzzDeltaPerformer()
|
/aosp12/system/update_engine/common/ |
H A D | download_action.h | 91 void SetTestFileWriter(std::unique_ptr<DeltaPerformer> writer) { in SetTestFileWriter() 136 std::unique_ptr<DeltaPerformer> delta_performer_;
|
/aosp12/system/update_engine/cros/ |
H A D | download_action_chromeos.cc | 241 delta_performer_.reset(new DeltaPerformer(prefs_, in StartDownloading() 263 delta_performer_ = std::make_unique<DeltaPerformer>(prefs_, in StartDownloading() 426 DeltaPerformer::ResetUpdateProgress(prefs_, false); in TransferComplete()
|
H A D | omaha_response_handler_action.cc | 116 install_plan_.is_resume = DeltaPerformer::CanResumeUpdate( in PerformAction() 123 !DeltaPerformer::ResetUpdateProgress(SystemState::Get()->prefs(), in PerformAction()
|
H A D | download_action_chromeos.h | 135 std::unique_ptr<DeltaPerformer> delta_performer_;
|
H A D | update_attempter.cc | 1131 DeltaPerformer::ResetUpdateProgress(prefs_, false); in ProcessingDoneInternal() 1610 DeltaPerformer::ResetUpdateProgress(prefs_, false); in MarkDeltaUpdateFailure()
|
/aosp12/system/update_engine/ |
H A D | download_action.cc | 129 delta_performer_.reset(new DeltaPerformer(prefs_, in StartDownloading() 150 delta_performer_ = std::make_unique<DeltaPerformer>(prefs_, in StartDownloading()
|
H A D | download_action_android_unittest.cc | 163 auto delta_performer = std::make_unique<DeltaPerformer>(&prefs, in TEST_F()
|
/aosp12/system/update_engine/aosp/ |
H A D | update_attempter_android.cc | 227 DeltaPerformer::CanResumeUpdate(prefs_, payload_id); in ApplyPayload() 233 if (!DeltaPerformer::ResetUpdateProgress( in ApplyPayload() 569 DeltaPerformer::ResetUpdateProgress(prefs_, false); in ProcessingDone() 945 if (!DeltaPerformer::ResetUpdateProgress(prefs_, false)) { in UpdatePrefsAndReportUpdateMetricsOnReboot() 1011 if (!DeltaPerformer::PreparePartitionsForUpdate(prefs_, in AllocateSpaceForPayload()
|
H A D | cleanup_previous_update_action.cc | 371 if (DeltaPerformer::ResetUpdateProgress( in BeforeCancel()
|
H A D | dynamic_partition_control_android.cc | 1291 TEST_AND_RETURN_FALSE(DeltaPerformer::ResetUpdateProgress( in ResetUpdate()
|