/system/update_engine/common/ |
D | action_processor.cc | 111 delegate_->ActionCompleted(this, actionptr, code); in ActionComplete() 113 current_action_->ActionCompleted(code); in ActionComplete()
|
D | action_processor.h | 137 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 | 78 virtual void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::__anone68753df0111::MyActionProcessorDelegate
|
/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action_unittest.cc | 86 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::FilesystemVerifierActionTestDelegate 224 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::FilesystemVerifierActionTest2Delegate
|
D | postinstall_runner_action_unittest.cc | 61 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::PostinstActionProcessorDelegate
|
D | download_action_unittest.cc | 87 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::__anon2b601be30111::DownloadActionTestProcessorDelegate
|
/system/update_engine/ |
D | update_attempter_android.h | 79 void ActionCompleted(ActionProcessor* processor,
|
D | omaha_request_action.h | 157 void ActionCompleted(ErrorCode code) override;
|
D | update_attempter.h | 93 void ActionCompleted(ActionProcessor* processor,
|
D | update_attempter_unittest.cc | 209 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kSuccess); in TEST_F() 221 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kError); in TEST_F() 316 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kSuccess); in TEST_F() 1068 attempter_.ActionCompleted( in TEST_F()
|
D | omaha_response_handler_action_unittest.cc | 86 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::OmahaResponseHandlerActionProcessorDelegate
|
D | update_attempter_android.cc | 471 void UpdateAttempterAndroid::ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::UpdateAttempterAndroid
|
D | update_attempter.cc | 1004 void UpdateAttempter::ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::UpdateAttempter
|
D | omaha_request_action.cc | 1611 void OmahaRequestAction::ActionCompleted(ErrorCode code) { in ActionCompleted() function in chromeos_update_engine::OmahaRequestAction
|
D | omaha_request_action_unittest.cc | 308 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::__anon543d3bf50211::OmahaRequestActionTestProcessorDelegate
|