Home
last modified time | relevance | path

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

/aosp12/system/update_engine/aosp/
H A 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()
338 processor_->ActionComplete(this, error_code); in WaitForMergeOrSchedule()
401 processor_->ActionComplete(this, ErrorCode::kError); in InitiateMergeAndWait()
[all …]
H A 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()
/aosp12/system/update_engine/
H A 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()
H A Ddownload_action.cc268 processor_->ActionComplete(this, code); in TransferComplete()
273 processor_->ActionComplete(this, code_); in TransferTerminated()
/aosp12/system/update_engine/common/
H A 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()
H A Dtest_utils.h193 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
226 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
H A Dmock_action_processor.h35 MOCK_METHOD2(ActionComplete, void(AbstractAction*, ErrorCode));
H A Daction_unittest.cc52 processor()->ActionComplete(this, ErrorCode::kSuccess); in CompleteAction()
H A Daction_processor.h92 virtual void ActionComplete(AbstractAction* actionptr, ErrorCode code);
H A Daction.h230 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
H A Daction_processor.cc108 void ActionProcessor::ActionComplete(AbstractAction* actionptr, in ActionComplete() function in chromeos_update_engine::ActionProcessor
H A Dutils.h452 processor_->ActionComplete(action_, code_); in ~ScopedActionCompleter()
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos.cc456 processor_->ActionComplete(this, code); in TransferComplete()
461 processor_->ActionComplete(this, code_); in TransferTerminated()
H A Ddownload_action_chromeos_unittest.cc431 processor()->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
H A Domaha_request_action.cc513 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
/aosp12/system/update_engine/payload_consumer/
H A Dinstall_plan.h201 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
H A Dfilesystem_verifier_action.cc129 processor_->ActionComplete(this, code); in Cleanup()