/system/update_engine/common/ |
D | action_processor.cc | 112 delegate_->ActionCompleted(this, actionptr, code); in ActionComplete() 114 current_action_->ActionCompleted(code); in ActionComplete()
|
D | action_processor.h | 142 virtual void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function
|
D | action.h | 101 virtual void ActionCompleted(ErrorCode code) {} in ActionCompleted() function
|
D | action_processor_unittest.cc | 79 virtual void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::__anon597ef5220111::MyActionProcessorDelegate
|
/system/update_engine/ |
D | cleanup_previous_update_action.h | 59 void ActionCompleted(ErrorCode error_code) override;
|
D | update_attempter_android.h | 95 void ActionCompleted(ActionProcessor* processor,
|
D | omaha_request_action.h | 114 void ActionCompleted(ErrorCode code) override;
|
D | cleanup_previous_update_action.cc | 92 void CleanupPreviousUpdateAction::ActionCompleted(ErrorCode error_code) { in ActionCompleted() function in chromeos_update_engine::CleanupPreviousUpdateAction
|
D | update_attempter.h | 99 void ActionCompleted(ActionProcessor* processor,
|
D | update_attempter_unittest.cc | 530 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kSuccess); in TEST_F() 542 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kError); in TEST_F() 636 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kSuccess); in TEST_F() 1744 attempter_.ActionCompleted( in TEST_F()
|
D | update_attempter_android.cc | 567 void UpdateAttempterAndroid::ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::UpdateAttempterAndroid
|
D | omaha_response_handler_action_unittest.cc | 56 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::OmahaResponseHandlerActionProcessorDelegate
|
D | omaha_request_action.cc | 1427 void OmahaRequestAction::ActionCompleted(ErrorCode code) { in ActionCompleted() function in chromeos_update_engine::OmahaRequestAction
|
D | update_attempter.cc | 1293 void UpdateAttempter::ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::UpdateAttempter
|
D | omaha_request_action_unittest.cc | 307 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::OmahaRequestActionTestProcessorDelegate
|
/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action_unittest.cc | 69 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::FilesystemVerifierActionTestDelegate 210 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::FilesystemVerifierActionTest2Delegate
|
D | download_action_unittest.cc | 86 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::__anon9840d8860111::DownloadActionTestProcessorDelegate 452 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::__anon9840d8860411::PassObjectOutTestProcessorDelegate
|
D | postinstall_runner_action_unittest.cc | 64 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::PostinstActionProcessorDelegate
|