Home
last modified time | relevance | path

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

/system/update_engine/common/
Daction_processor_unittest.cc52 processor()->ActionComplete(this, ErrorCode::kSuccess); in CompleteAction()
216 action_processor_.ActionComplete(&mock_action_, ErrorCode::kSuccess); in TEST_F()
233 action_processor_.ActionComplete(&mock_action_, ErrorCode::kSuccess); in TEST_F()
Daction_unittest.cc49 processor()->ActionComplete(this, ErrorCode::kSuccess); in CompleteAction()
Daction_processor.h89 void ActionComplete(AbstractAction* actionptr, ErrorCode code);
Dtest_utils.h227 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
261 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
Daction_processor.cc107 void ActionProcessor::ActionComplete(AbstractAction* actionptr, in ActionComplete() function in chromeos_update_engine::ActionProcessor
Dutils.h376 processor_->ActionComplete(action_, code_); in ~ScopedActionCompleter()
/system/update_engine/payload_consumer/
Dinstall_plan.h149 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
Ddownload_action.cc383 processor_->ActionComplete(this, code); in TransferComplete()
388 processor_->ActionComplete(this, code_); in TransferTerminated()
Dfilesystem_verifier_action.cc86 processor_->ActionComplete(this, code); in Cleanup()
Ddownload_action_unittest.cc345 processor()->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
/system/update_engine/
Domaha_request_action.cc700 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
Domaha_request_action_unittest.cc333 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()