/system/update_engine/ |
D | update_attempter_android_unittest.cc | 150 update_attempter_android_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F() 193 update_attempter_android_.ProcessingDone(nullptr, ErrorCode::kError); in TEST_F() 204 update_attempter_android_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F()
|
D | update_attempter_unittest.cc | 1221 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F() 1303 attempter_.ProcessingDone(nullptr, ErrorCode::kOmahaUpdateDeferredPerPolicy); in TEST_F() 1428 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F() 1438 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F() 1449 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F() 1460 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F() 1473 attempter_.ProcessingDone(nullptr, ErrorCode::kRollbackNotPossible); in TEST_F() 1486 attempter_.ProcessingDone(nullptr, ErrorCode::kRollbackNotPossible); in TEST_F() 1493 attempter_.ProcessingDone(nullptr, ErrorCode::kOmahaUpdateDeferredPerPolicy); in TEST_F() 1506 attempter_.ProcessingDone(nullptr, ErrorCode::kSuccess); in TEST_F() [all …]
|
D | update_attempter_android.h | 76 void ProcessingDone(const ActionProcessor* processor,
|
D | update_attempter.h | 91 void ProcessingDone(const ActionProcessor* processor,
|
D | update_attempter_android.cc | 452 void UpdateAttempterAndroid::ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::UpdateAttempterAndroid
|
D | update_attempter.cc | 987 void UpdateAttempter::ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::UpdateAttempter
|
D | omaha_request_action_unittest.cc | 256 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::__anon01019b6b0111::MyActionProcessorDelegate
|
/system/update_engine/payload_consumer/ |
D | download_action_unittest.cc | 72 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anond321a0ef0111::DownloadActionTestProcessorDelegate 448 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anond321a0ef0411::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 | 61 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 | 185 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() function in chromeos_update_engine::__anone1228dae0111::ApplyPayloadProcessorDelegate
|