/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::__anonf1508e210111::MyActionProcessorDelegate
|
/system/update_engine/ |
D | update_attempter_android.h | 74 void ActionCompleted(ActionProcessor* processor,
|
D | omaha_request_action.h | 157 void ActionCompleted(ErrorCode code) override;
|
D | update_attempter.h | 103 void ActionCompleted(ActionProcessor* processor,
|
D | update_attempter_unittest.cc | 220 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kSuccess); in TEST_F() 231 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kError); in TEST_F() 246 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kSuccess); in TEST_F()
|
D | update_attempter_android.cc | 336 void UpdateAttempterAndroid::ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::UpdateAttempterAndroid
|
D | omaha_response_handler_action_unittest.cc | 72 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::OmahaResponseHandlerActionProcessorDelegate
|
D | update_attempter.cc | 983 void UpdateAttempter::ActionCompleted(ActionProcessor* processor, in UpdateAttempter() function in chromeos_update_engine::UpdateAttempter
|
D | omaha_request_action.cc | 1539 void OmahaRequestAction::ActionCompleted(ErrorCode code) { in ActionCompleted() function in chromeos_update_engine::OmahaRequestAction
|
D | omaha_request_action_unittest.cc | 301 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::__anond79ccd770211::OmahaRequestActionTestProcessorDelegate
|
/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action_unittest.cc | 87 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::FilesystemVerifierActionTestDelegate 225 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::FilesystemVerifierActionTest2Delegate
|
D | postinstall_runner_action_unittest.cc | 64 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::__anond7e400650111::DownloadActionTestProcessorDelegate
|