/system/update_engine/ |
D | update_boot_flags_action.cc | 32 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction() 37 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction() 80 processor_->ActionComplete(this, ErrorCode::kSuccess); in CompleteUpdateBootFlags()
|
D | download_action.cc | 268 processor_->ActionComplete(this, code); in TransferComplete() 273 processor_->ActionComplete(this, code_); in TransferTerminated()
|
/system/update_engine/aosp/ |
D | cleanup_previous_update_action.cc | 122 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 …]
|
D | cleanup_previous_update_action_unittest.cc | 47 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/ |
D | mock_action_processor.h | 35 MOCK_METHOD2(ActionComplete, void(AbstractAction*, ErrorCode));
|
D | action_processor_unittest.cc | 53 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()
|
D | action_unittest.cc | 52 processor()->ActionComplete(this, ErrorCode::kSuccess); in CompleteAction()
|
D | test_utils.h | 193 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction() 226 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|
D | action_processor.h | 92 virtual void ActionComplete(AbstractAction* actionptr, ErrorCode code);
|
D | action.h | 230 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|
D | action_processor.cc | 108 void ActionProcessor::ActionComplete(AbstractAction* actionptr, in ActionComplete() function in chromeos_update_engine::ActionProcessor
|
D | utils.h | 452 processor_->ActionComplete(action_, code_); in ~ScopedActionCompleter()
|
/system/update_engine/payload_consumer/ |
D | install_plan.h | 201 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|
D | filesystem_verifier_action.cc | 129 processor_->ActionComplete(this, code); in Cleanup()
|
/system/update_engine/cros/ |
D | download_action_chromeos.cc | 456 processor_->ActionComplete(this, code); in TransferComplete() 461 processor_->ActionComplete(this, code_); in TransferTerminated()
|
D | download_action_chromeos_unittest.cc | 431 processor()->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|
D | omaha_request_action.cc | 513 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|