Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc70 const unsigned DeltaPerformer::kProgressLogMaxChunks = 10;
71 const unsigned DeltaPerformer::kProgressLogTimeoutSeconds = 30;
72 const unsigned DeltaPerformer::kProgressDownloadWeight = 50;
73 const unsigned DeltaPerformer::kProgressOperationsWeight = 50;
74 const uint64_t DeltaPerformer::kCheckpointFrequencySeconds = 1;
147 void DeltaPerformer::LogProgress(const char* message_prefix) { in LogProgress()
178 void DeltaPerformer::UpdateOverallProgress(bool force_log, in UpdateOverallProgress()
234 size_t DeltaPerformer::CopyDataToBuffer(const char** bytes_p, in CopyDataToBuffer()
250 bool DeltaPerformer::HandleOpResult(bool op_result, in HandleOpResult()
268 int DeltaPerformer::Close() { in Close()
[all …]
Ddelta_performer.h52 class DeltaPerformer : public FileWriter {
68 DeltaPerformer(PrefsInterface* prefs, in DeltaPerformer() function
447 DISALLOW_COPY_AND_ASSIGN(DeltaPerformer);
Ddelta_performer_fuzzer.cc75 DeltaPerformer performer(&prefs, in FuzzDeltaPerformer()
Ddownload_action.cc240 delta_performer_.reset(new DeltaPerformer(prefs_, in StartDownloading()
262 delta_performer_ = std::make_unique<DeltaPerformer>(prefs_, in StartDownloading()
423 DeltaPerformer::ResetUpdateProgress(prefs_, false); in TransferComplete()
Ddownload_action.h164 std::unique_ptr<DeltaPerformer> delta_performer_;
Ddelta_performer_integration_test.cc625 DeltaPerformer** performer, in ApplyDeltaFile()
784 *performer = new DeltaPerformer(&prefs, in ApplyDeltaFile()
872 void VerifyPayloadResult(DeltaPerformer* performer, in VerifyPayloadResult()
923 void VerifyPayload(DeltaPerformer* performer, in VerifyPayload()
949 DeltaPerformer* performer = nullptr; in DoSmallImageTest()
986 DeltaPerformer* performer = nullptr; in DoOperationHashMismatchTest()
Ddelta_performer_unittest.cc443 DeltaPerformer performer_{&prefs_,
763 EXPECT_TRUE(DeltaPerformer::ExtentsToBsdiffPositionsString( in TEST_F()
/system/update_engine/
Domaha_response_handler_action.cc115 install_plan_.is_resume = DeltaPerformer::CanResumeUpdate( in PerformAction()
122 !DeltaPerformer::ResetUpdateProgress(system_state_->prefs(), false)) in PerformAction()
Dupdate_attempter_android.cc225 DeltaPerformer::CanResumeUpdate(prefs_, payload_id); in ApplyPayload()
231 if (!DeltaPerformer::ResetUpdateProgress( in ApplyPayload()
510 if (!DeltaPerformer::ValidateSourceHash( in VerifyPayloadApplicable()
545 DeltaPerformer::ResetUpdateProgress(prefs_, false); in ProcessingDone()
916 if (!DeltaPerformer::ResetUpdateProgress(prefs_, false)) { in UpdatePrefsAndReportUpdateMetricsOnReboot()
968 if (!DeltaPerformer::PreparePartitionsForUpdate(prefs_, in AllocateSpaceForPayload()
Dcleanup_previous_update_action.cc314 if (DeltaPerformer::ResetUpdateProgress( in BeforeCancel()
Dupdate_attempter.cc1184 DeltaPerformer::ResetUpdateProgress(prefs_, false); in ProcessingDoneInternal()
1656 DeltaPerformer::ResetUpdateProgress(prefs_, false); in MarkDeltaUpdateFailure()
Ddynamic_partition_control_android.cc1074 TEST_AND_RETURN_FALSE(DeltaPerformer::ResetUpdateProgress( in ResetUpdate()