Home
last modified time | relevance | path

Searched refs:ProcessingDone (Results 1 – 14 of 14) sorted by relevance

/system/update_engine/
Dupdate_attempter_android_unittest.cc160 update_attempter_android_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
208 update_attempter_android_.ProcessingDone(nullptr, ErrorCode::kError); in TEST_F()
219 update_attempter_android_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
Dupdate_attempter_android.h92 void ProcessingDone(const ActionProcessor* processor,
Dupdate_attempter_unittest.cc409 attempter_.ProcessingDone(pd_params_.processor, pd_params_.code); in TestProcessingDone()
1675 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
1765 attempter_.ProcessingDone(nullptr, ErrorCode::kOmahaUpdateDeferredPerPolicy); in TEST_F()
1889 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
1899 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
1910 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
1921 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
1934 attempter_.ProcessingDone(nullptr, ErrorCode::kRollbackNotPossible); in TEST_F()
1947 attempter_.ProcessingDone(nullptr, ErrorCode::kRollbackNotPossible); in TEST_F()
1954 attempter_.ProcessingDone(nullptr, ErrorCode::kOmahaUpdateDeferredPerPolicy); in TEST_F()
[all …]
Dupdate_attempter.h96 void ProcessingDone(const ActionProcessor* processor,
Dupdate_attempter_android.cc520 void UpdateAttempterAndroid::ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::UpdateAttempterAndroid
Dupdate_attempter.cc1269 void UpdateAttempter::ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::UpdateAttempter
Domaha_request_action_unittest.cc302 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::OmahaRequestActionTestProcessorDelegate
/system/update_engine/common/
Daction_processor.h133 virtual void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function
Daction_processor.cc137 delegate_->ProcessingDone(this, code); in StartNextActionOrFinish()
Daction_processor_unittest.cc68 virtual void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anon597ef5220111::MyActionProcessorDelegate
/system/update_engine/payload_consumer/
Ddownload_action_unittest.cc72 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anon9840d8860111::DownloadActionTestProcessorDelegate
448 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anon9840d8860411::PassObjectOutTestProcessorDelegate
Dpostinstall_runner_action_unittest.cc54 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::PostinstActionProcessorDelegate
Dfilesystem_verifier_action_unittest.cc63 void ProcessingDone(const ActionProcessor* processor, ErrorCode code) { in ProcessingDone() function in chromeos_update_engine::FilesystemVerifierActionTestDelegate
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc188 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anon55bf91c50111::ApplyPayloadProcessorDelegate