Home
last modified time | relevance | path

Searched refs:ActionComplete (Results 1 – 14 of 14) sorted by relevance

/system/update_engine/
Dcleanup_previous_update_action.cc111 processor_->ActionComplete(this, ErrorCode::kSuccess); in StartActionInternal()
167 processor_->ActionComplete( in CheckSlotMarkedSuccessfulOrSchedule()
196 processor_->ActionComplete(this, ErrorCode::kError); in CheckSlotMarkedSuccessfulOrSchedule()
236 processor_->ActionComplete(this, error_code); in WaitForMergeOrSchedule()
242 processor_->ActionComplete(this, ErrorCode::kSuccess); in WaitForMergeOrSchedule()
258 processor_->ActionComplete(this, ErrorCode::kError); in WaitForMergeOrSchedule()
264 processor_->ActionComplete(this, ErrorCode::kSuccess); in WaitForMergeOrSchedule()
270 processor_->ActionComplete(this, ErrorCode::kDeviceCorrupted); in WaitForMergeOrSchedule()
280 processor_->ActionComplete(this, error_code); in WaitForMergeOrSchedule()
343 processor_->ActionComplete(this, ErrorCode::kError); in InitiateMergeAndWait()
[all …]
Dupdate_boot_flags_action.cc32 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
37 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
80 processor_->ActionComplete(this, ErrorCode::kSuccess); in CompleteUpdateBootFlags()
Domaha_request_action.cc828 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
/system/update_engine/common/
Daction_processor_unittest.cc53 processor()->ActionComplete(this, ErrorCode::kSuccess); in CompleteAction()
223 action_processor_.ActionComplete(mock_action_ptr_, ErrorCode::kSuccess); in TEST_F()
240 action_processor_.ActionComplete(mock_action_ptr_, ErrorCode::kSuccess); in TEST_F()
Daction_unittest.cc52 processor()->ActionComplete(this, ErrorCode::kSuccess); in CompleteAction()
Daction_processor.h92 void ActionComplete(AbstractAction* actionptr, ErrorCode code);
Dtest_utils.h209 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
242 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
Daction.h230 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
Daction_processor.cc108 void ActionProcessor::ActionComplete(AbstractAction* actionptr, in ActionComplete() function in chromeos_update_engine::ActionProcessor
Dutils.h386 processor_->ActionComplete(action_, code_); in ~ScopedActionCompleter()
/system/update_engine/payload_consumer/
Dinstall_plan.h182 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
Ddownload_action.cc413 processor_->ActionComplete(this, code); in TransferComplete()
418 processor_->ActionComplete(this, code_); in TransferTerminated()
Dfilesystem_verifier_action.cc79 processor_->ActionComplete(this, code); in Cleanup()
Ddownload_action_unittest.cc435 processor()->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()