Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dmock_partition_writer.h39 MOCK_METHOD(void, CheckpointUpdateProgress, (size_t), (override));
Dpartition_writer_interface.h45 virtual void CheckpointUpdateProgress(size_t next_op_index) = 0;
Dvabc_partition_writer.h71 void CheckpointUpdateProgress(size_t next_op_index) override;
Dpartition_writer.h65 void CheckpointUpdateProgress(size_t next_op_index) override;
Ddelta_performer.cc206 CheckpointUpdateProgress(true); in Close()
254 CheckpointUpdateProgress(true); in OpenCurrentPartition()
514 CheckpointUpdateProgress(false); in Write()
548 CheckpointUpdateProgress(true); in Write()
1486 bool DeltaPerformer::CheckpointUpdateProgress(bool force) { in CheckpointUpdateProgress() function in chromeos_update_engine::DeltaPerformer
1538 partition_writer_->CheckpointUpdateProgress(GetPartitionOperationNum()); in CheckpointUpdateProgress()
Dpartition_writer_unittest.cc110 writer_.CheckpointUpdateProgress(1); in PerformSourceCopyOp()
Ddelta_performer.h174 bool CheckpointUpdateProgress(bool force);
Dpartition_writer.cc287 void PartitionWriter::CheckpointUpdateProgress(size_t next_op_index) { in CheckpointUpdateProgress() function in chromeos_update_engine::PartitionWriter
Dvabc_partition_writer.cc388 void VABCPartitionWriter::CheckpointUpdateProgress(size_t next_op_index) { in CheckpointUpdateProgress() function in chromeos_update_engine::VABCPartitionWriter
Ddelta_performer_unittest.cc1106 performer_.CheckpointUpdateProgress(true); in TEST_F()
1176 EXPECT_CALL(writer1, CheckpointUpdateProgress(_)) in TEST_F()