Home
last modified time | relevance | path

Searched refs:CheckpointUpdateProgress (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/payload_consumer/
Dmock_partition_writer.h39 MOCK_METHOD(void, CheckpointUpdateProgress, (size_t), (override));
Dvabc_partition_writer.h48 void CheckpointUpdateProgress(size_t next_op_index) override;
Dpartition_writer.h58 virtual void CheckpointUpdateProgress(size_t next_op_index);
Dvabc_partition_writer.cc153 void VABCPartitionWriter::CheckpointUpdateProgress(size_t next_op_index) { in CheckpointUpdateProgress() function in chromeos_update_engine::VABCPartitionWriter
Ddelta_performer.cc258 CheckpointUpdateProgress(true); in OpenCurrentPartition()
584 CheckpointUpdateProgress(false); in Write()
618 CheckpointUpdateProgress(true); in Write()
1405 bool DeltaPerformer::CheckpointUpdateProgress(bool force) { in CheckpointUpdateProgress() function in chromeos_update_engine::DeltaPerformer
1454 partition_writer_->CheckpointUpdateProgress(GetPartitionOperationNum()); in CheckpointUpdateProgress()
Ddelta_performer.h177 bool CheckpointUpdateProgress(bool force);
Dpartition_writer_unittest.cc101 writer_.CheckpointUpdateProgress(1); in PerformSourceCopyOp()
Ddelta_performer_unittest.cc1107 performer_.CheckpointUpdateProgress(true); in TEST_F()
1177 EXPECT_CALL(writer1, CheckpointUpdateProgress(_)) in TEST_F()
Dpartition_writer.cc653 void PartitionWriter::CheckpointUpdateProgress(size_t next_op_index) { in CheckpointUpdateProgress() function in chromeos_update_engine::PartitionWriter