Searched refs:ActionComplete (Results 1 – 14 of 14) sorted by relevance
/system/update_engine/ |
D | cleanup_previous_update_action.cc | 111 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 …]
|
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 | omaha_request_action.cc | 828 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|
/system/update_engine/common/ |
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 | action_processor.h | 92 void ActionComplete(AbstractAction* actionptr, ErrorCode code);
|
D | test_utils.h | 209 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction() 242 this->processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|
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 | 386 processor_->ActionComplete(action_, code_); in ~ScopedActionCompleter()
|
/system/update_engine/payload_consumer/ |
D | install_plan.h | 182 processor_->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|
D | download_action.cc | 413 processor_->ActionComplete(this, code); in TransferComplete() 418 processor_->ActionComplete(this, code_); in TransferTerminated()
|
D | filesystem_verifier_action.cc | 79 processor_->ActionComplete(this, code); in Cleanup()
|
D | download_action_unittest.cc | 435 processor()->ActionComplete(this, ErrorCode::kSuccess); in PerformAction()
|