Home
last modified time | relevance | path

Searched refs:DeltaPerformer (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.cc210 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 Ddelta_performer.h52 class DeltaPerformer : public FileWriter {
68 DeltaPerformer(PrefsInterface* prefs, in DeltaPerformer() function
439 DISALLOW_COPY_AND_ASSIGN(DeltaPerformer);
H A Ddelta_performer_unittest.cc299 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 Ddelta_performer_integration_test.cc143 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 Ddelta_performer_fuzzer.cc75 DeltaPerformer performer(&prefs, in FuzzDeltaPerformer()
/aosp12/system/update_engine/common/
H A Ddownload_action.h91 void SetTestFileWriter(std::unique_ptr<DeltaPerformer> writer) { in SetTestFileWriter()
136 std::unique_ptr<DeltaPerformer> delta_performer_;
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos.cc241 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 Domaha_response_handler_action.cc116 install_plan_.is_resume = DeltaPerformer::CanResumeUpdate( in PerformAction()
123 !DeltaPerformer::ResetUpdateProgress(SystemState::Get()->prefs(), in PerformAction()
H A Ddownload_action_chromeos.h135 std::unique_ptr<DeltaPerformer> delta_performer_;
H A Dupdate_attempter.cc1131 DeltaPerformer::ResetUpdateProgress(prefs_, false); in ProcessingDoneInternal()
1610 DeltaPerformer::ResetUpdateProgress(prefs_, false); in MarkDeltaUpdateFailure()
/aosp12/system/update_engine/
H A Ddownload_action.cc129 delta_performer_.reset(new DeltaPerformer(prefs_, in StartDownloading()
150 delta_performer_ = std::make_unique<DeltaPerformer>(prefs_, in StartDownloading()
H A Ddownload_action_android_unittest.cc163 auto delta_performer = std::make_unique<DeltaPerformer>(&prefs, in TEST_F()
/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android.cc227 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 Dcleanup_previous_update_action.cc371 if (DeltaPerformer::ResetUpdateProgress( in BeforeCancel()
H A Ddynamic_partition_control_android.cc1291 TEST_AND_RETURN_FALSE(DeltaPerformer::ResetUpdateProgress( in ResetUpdate()