/system/update_engine/ |
D | update_attempter_android_unittest.cc | 160 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()
|
D | update_attempter_android.h | 92 void ProcessingDone(const ActionProcessor* processor,
|
D | update_attempter_unittest.cc | 409 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 …]
|
D | update_attempter.h | 96 void ProcessingDone(const ActionProcessor* processor,
|
D | update_attempter_android.cc | 520 void UpdateAttempterAndroid::ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::UpdateAttempterAndroid
|
D | update_attempter.cc | 1269 void UpdateAttempter::ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::UpdateAttempter
|
D | omaha_request_action_unittest.cc | 302 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::OmahaRequestActionTestProcessorDelegate
|
/system/update_engine/common/ |
D | action_processor.h | 133 virtual void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function
|
D | action_processor.cc | 137 delegate_->ProcessingDone(this, code); in StartNextActionOrFinish()
|
D | action_processor_unittest.cc | 68 virtual void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anon597ef5220111::MyActionProcessorDelegate
|
/system/update_engine/payload_consumer/ |
D | download_action_unittest.cc | 72 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
|
D | postinstall_runner_action_unittest.cc | 54 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::PostinstActionProcessorDelegate
|
D | filesystem_verifier_action_unittest.cc | 63 void ProcessingDone(const ActionProcessor* processor, ErrorCode code) { in ProcessingDone() function in chromeos_update_engine::FilesystemVerifierActionTestDelegate
|
/system/update_engine/payload_generator/ |
D | generate_delta_main.cc | 188 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anon55bf91c50111::ApplyPayloadProcessorDelegate
|