Home
last modified time | relevance | path

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

/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android_unittest.cc162 update_attempter_android_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
210 update_attempter_android_.ProcessingDone(nullptr, ErrorCode::kError); in TEST_F()
221 update_attempter_android_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
H A Dupdate_attempter_android.h94 void ProcessingDone(const ActionProcessor* processor,
H A Dupdate_attempter_android.cc544 void UpdateAttempterAndroid::ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::UpdateAttempterAndroid
/aosp12/system/update_engine/common/
H A Daction_processor.h133 virtual void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function
H A Daction_processor.cc137 delegate_->ProcessingDone(this, code); in StartNextActionOrFinish()
H A Daction_processor_unittest.cc68 virtual void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anon530ecb0e0110::MyActionProcessorDelegate
/aosp12/system/update_engine/cros/
H A Dupdate_attempter_unittest.cc386 attempter_.ProcessingDone(pd_params_.processor, pd_params_.code); in TestProcessingDone()
1600 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
1838 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
1848 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
1859 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
1870 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
1883 attempter_.ProcessingDone(nullptr, ErrorCode::kRollbackNotPossible); in TEST_F()
1896 attempter_.ProcessingDone(nullptr, ErrorCode::kRollbackNotPossible); in TEST_F()
1916 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
1941 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
[all …]
H A Ddownload_action_chromeos_unittest.cc71 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anon5f2cf6930110::DownloadActionTestProcessorDelegate
444 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anon5f2cf6930410::PassObjectOutTestProcessorDelegate
H A Dupdate_attempter.h83 void ProcessingDone(const ActionProcessor* processor,
H A Dupdate_attempter.cc1220 void UpdateAttempter::ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::UpdateAttempter
H A Domaha_request_action_unittest.cc323 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::OmahaRequestActionTestProcessorDelegate
/aosp12/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action_unittest.cc59 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::PostinstActionProcessorDelegate
H A Dfilesystem_verifier_action_unittest.cc223 void ProcessingDone(const ActionProcessor* processor, ErrorCode code) { in ProcessingDone() function in chromeos_update_engine::FilesystemVerifierActionTestDelegate
/aosp12/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc160 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anona1fdfb310110::ApplyPayloadProcessorDelegate