/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::__anon597ef5220111::MyActionProcessorDelegate
|
/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::__anon9840d8860111::DownloadActionTestProcessorDelegate
|
/system/update_engine/ |
D | update_attempter_android.h | 75 void ActionCompleted(ActionProcessor* processor,
|
D | omaha_request_action.h | 157 void ActionCompleted(ErrorCode code) override;
|
D | update_attempter.h | 99 void ActionCompleted(ActionProcessor* processor,
|
D | update_attempter_unittest.cc | 227 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kSuccess); in TEST_F() 239 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kError); in TEST_F() 254 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kSuccess); in TEST_F()
|
D | update_attempter_android.cc | 324 void UpdateAttempterAndroid::ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::UpdateAttempterAndroid
|
D | omaha_response_handler_action_unittest.cc | 70 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::OmahaResponseHandlerActionProcessorDelegate
|
D | omaha_request_action.cc | 1435 void OmahaRequestAction::ActionCompleted(ErrorCode code) { in ActionCompleted() function in chromeos_update_engine::OmahaRequestAction
|
D | update_attempter.cc | 984 void UpdateAttempter::ActionCompleted(ActionProcessor* processor, in UpdateAttempter() function in chromeos_update_engine::UpdateAttempter
|
D | omaha_request_action_unittest.cc | 250 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::__anonebf7ac180211::OmahaRequestActionTestProcessorDelegate
|