Lines Matching refs:DeltaPerformer
74 const unsigned DeltaPerformer::kProgressLogMaxChunks = 10;
75 const unsigned DeltaPerformer::kProgressLogTimeoutSeconds = 30;
76 const unsigned DeltaPerformer::kProgressDownloadWeight = 50;
77 const unsigned DeltaPerformer::kProgressOperationsWeight = 50;
78 const uint64_t DeltaPerformer::kCheckpointFrequencySeconds = 1;
92 void DeltaPerformer::LogProgress(const char* message_prefix) { in LogProgress()
123 void DeltaPerformer::UpdateOverallProgress(bool force_log, in UpdateOverallProgress()
179 size_t DeltaPerformer::CopyDataToBuffer(const char** bytes_p, in CopyDataToBuffer()
195 bool DeltaPerformer::HandleOpResult(bool op_result, in HandleOpResult()
210 int DeltaPerformer::Close() { in Close()
224 int DeltaPerformer::CloseCurrentPartition() { in CloseCurrentPartition()
233 bool DeltaPerformer::OpenCurrentPartition() { in OpenCurrentPartition()
262 size_t DeltaPerformer::GetPartitionOperationNum() { in GetPartitionOperationNum()
288 bool DeltaPerformer::IsHeaderParsed() const { in IsHeaderParsed()
292 MetadataParseResult DeltaPerformer::ParsePayloadMetadata( in ParsePayloadMetadata()
405 bool DeltaPerformer::Write(const void* bytes, size_t count, ErrorCode* error) { in Write()
624 bool DeltaPerformer::IsManifestValid() { in IsManifestValid()
628 bool DeltaPerformer::ParseManifestPartitions(ErrorCode* error) { in ParseManifestPartitions()
775 bool DeltaPerformer::PreparePartitionsForUpdate(uint64_t* required_size) { in PreparePartitionsForUpdate()
790 bool DeltaPerformer::PreparePartitionsForUpdate( in PreparePartitionsForUpdate()
831 bool DeltaPerformer::CanPerformInstallOperation( in CanPerformInstallOperation()
847 bool DeltaPerformer::PerformReplaceOperation( in PerformReplaceOperation()
864 bool DeltaPerformer::PerformZeroOrDiscardOperation( in PerformZeroOrDiscardOperation()
914 bool DeltaPerformer::PerformSourceCopyOperation( in PerformSourceCopyOperation()
923 bool DeltaPerformer::ExtentsToBsdiffPositionsString( in ExtentsToBsdiffPositionsString()
945 bool DeltaPerformer::PerformSourceBsdiffOperation( in PerformSourceBsdiffOperation()
962 bool DeltaPerformer::PerformPuffDiffOperation(const InstallOperation& operation, in PerformPuffDiffOperation()
974 bool DeltaPerformer::ExtractSignatureMessage() { in ExtractSignatureMessage()
987 bool DeltaPerformer::GetPublicKey(string* out_public_key) { in GetPublicKey()
1007 DeltaPerformer::CreatePayloadVerifier() { in CreatePayloadVerifier()
1028 ErrorCode DeltaPerformer::ValidateManifest() { in ValidateManifest()
1101 ErrorCode DeltaPerformer::CheckTimestampError() const { in CheckTimestampError()
1191 ErrorCode DeltaPerformer::ValidateOperationHash( in ValidateOperationHash()
1263 ErrorCode DeltaPerformer::VerifyPayload( in VerifyPayload()
1311 void DeltaPerformer::DiscardBuffer(bool do_advance_offset, in DiscardBuffer()
1325 bool DeltaPerformer::CanResumeUpdate(PrefsInterface* prefs, in CanResumeUpdate()
1370 bool DeltaPerformer::ResetUpdateProgress( in ResetUpdateProgress()
1396 bool DeltaPerformer::ShouldCheckpoint() { in ShouldCheckpoint()
1405 bool DeltaPerformer::CheckpointUpdateProgress(bool force) { in CheckpointUpdateProgress()
1467 bool DeltaPerformer::PrimeUpdateState() { in PrimeUpdateState()
1528 bool DeltaPerformer::IsDynamicPartition(const std::string& part_name, in IsDynamicPartition()
1534 std::unique_ptr<PartitionWriter> DeltaPerformer::CreatePartitionWriter( in CreatePartitionWriter()