Home
last modified time | relevance | path

Searched refs:ActionCompleted (Results 1 – 16 of 16) sorted by relevance

/system/update_engine/common/
Daction_processor.cc111 delegate_->ActionCompleted(this, actionptr, code); in ActionComplete()
113 current_action_->ActionCompleted(code); in ActionComplete()
Daction_processor.h137 virtual void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function
Daction.h101 virtual void ActionCompleted(ErrorCode code) {} in ActionCompleted() function
Daction_processor_unittest.cc78 virtual void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::__anon597ef5220111::MyActionProcessorDelegate
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action_unittest.cc87 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
Dpostinstall_runner_action_unittest.cc64 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::PostinstActionProcessorDelegate
Ddownload_action_unittest.cc87 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::__anon9840d8860111::DownloadActionTestProcessorDelegate
/system/update_engine/
Dupdate_attempter_android.h75 void ActionCompleted(ActionProcessor* processor,
Domaha_request_action.h157 void ActionCompleted(ErrorCode code) override;
Dupdate_attempter.h99 void ActionCompleted(ActionProcessor* processor,
Dupdate_attempter_unittest.cc227 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()
Dupdate_attempter_android.cc324 void UpdateAttempterAndroid::ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::UpdateAttempterAndroid
Domaha_response_handler_action_unittest.cc70 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::OmahaResponseHandlerActionProcessorDelegate
Domaha_request_action.cc1435 void OmahaRequestAction::ActionCompleted(ErrorCode code) { in ActionCompleted() function in chromeos_update_engine::OmahaRequestAction
Dupdate_attempter.cc984 void UpdateAttempter::ActionCompleted(ActionProcessor* processor, in UpdateAttempter() function in chromeos_update_engine::UpdateAttempter
Domaha_request_action_unittest.cc250 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::__anonebf7ac180211::OmahaRequestActionTestProcessorDelegate