Home
last modified time | relevance | path

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

/system/update_engine/
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()
Ddownload_action.cc268 processor_->ActionComplete(this, code); in TransferComplete()
273 processor_->ActionComplete(this, code_); in TransferTerminated()
/system/update_engine/aosp/
Dcleanup_previous_update_action.cc122 processor_->ActionComplete(this, ErrorCode::kError); in CheckTaskScheduled()
155 processor_->ActionComplete(this, ErrorCode::kSuccess); in StartActionInternal()
221 processor_->ActionComplete( in CheckSlotMarkedSuccessfulOrSchedule()
250 processor_->ActionComplete(this, ErrorCode::kError); in CheckSlotMarkedSuccessfulOrSchedule()
293 processor_->ActionComplete(this, error_code); in WaitForMergeOrSchedule()
299 processor_->ActionComplete(this, ErrorCode::kSuccess); in WaitForMergeOrSchedule()
315 processor_->ActionComplete(this, ErrorCode::kError); in WaitForMergeOrSchedule()
321 processor_->ActionComplete(this, ErrorCode::kSuccess); in WaitForMergeOrSchedule()
328 processor_->ActionComplete(this, ErrorCode::kDeviceCorrupted); in WaitForMergeOrSchedule()
338 processor_->ActionComplete(this, error_code); in WaitForMergeOrSchedule()
[all …]
Dcleanup_previous_update_action_unittest.cc47 MOCK_METHOD(void, ActionComplete, (AbstractAction*, ErrorCode), (override));
119 EXPECT_CALL(mock_processor_, ActionComplete(&action_, ErrorCode::kSuccess)) in TEST_F()
164 EXPECT_CALL(mock_processor_, ActionComplete(&action_, ErrorCode::kSuccess)) in TEST_F()
/system/update_engine/common/
Dmock_action_processor.h35 MOCK_METHOD2(ActionComplete, void(AbstractAction*, ErrorCode));
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()
Dtest_utils.h193 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
226 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
Daction_processor.h92 virtual void ActionComplete(AbstractAction* actionptr, ErrorCode code);
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.h452 processor_->ActionComplete(action_, code_); in ~ScopedActionCompleter()
/system/update_engine/payload_consumer/
Dinstall_plan.h201 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
Dfilesystem_verifier_action.cc129 processor_->ActionComplete(this, code); in Cleanup()
/system/update_engine/cros/
Ddownload_action_chromeos.cc456 processor_->ActionComplete(this, code); in TransferComplete()
461 processor_->ActionComplete(this, code_); in TransferTerminated()
Ddownload_action_chromeos_unittest.cc431 processor()->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
Domaha_request_action.cc513 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()