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::__anone68753df0111::MyActionProcessorDelegate
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action_unittest.cc86 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
Dpostinstall_runner_action_unittest.cc61 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::__anon2b601be30111::DownloadActionTestProcessorDelegate
/system/update_engine/
Dupdate_attempter_android.h79 void ActionCompleted(ActionProcessor* processor,
Domaha_request_action.h157 void ActionCompleted(ErrorCode code) override;
Dupdate_attempter.h93 void ActionCompleted(ActionProcessor* processor,
Dupdate_attempter_unittest.cc209 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()
Domaha_response_handler_action_unittest.cc86 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::OmahaResponseHandlerActionProcessorDelegate
Dupdate_attempter_android.cc471 void UpdateAttempterAndroid::ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::UpdateAttempterAndroid
Dupdate_attempter.cc1004 void UpdateAttempter::ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::UpdateAttempter
Domaha_request_action.cc1611 void OmahaRequestAction::ActionCompleted(ErrorCode code) { in ActionCompleted() function in chromeos_update_engine::OmahaRequestAction
Domaha_request_action_unittest.cc308 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() function in chromeos_update_engine::__anon543d3bf50211::OmahaRequestActionTestProcessorDelegate