Searched refs:download_action (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/payload_consumer/ |
D | download_action_unittest.cc | 164 auto download_action = in TestWithData() local 171 download_action->SetTestFileWriter(&writer); in TestWithData() 172 BondActions(feeder_action.get(), download_action.get()); in TestWithData() 176 download_action->set_delegate(&download_delegate); in TestWithData() 192 processor.EnqueueAction(std::move(download_action)); in TestWithData() 280 auto download_action = in TEST() local 287 download_action->SetTestFileWriter(&mock_file_writer); in TEST() 288 BondActions(feeder_action.get(), download_action.get()); in TEST() 292 download_action->set_delegate(&download_delegate); in TEST() 325 processor.EnqueueAction(std::move(download_action)); in TEST() [all …]
|
/system/update_engine/ |
D | update_attempter_android.cc | 630 auto download_action = in BuildUpdateActions() local 637 download_action->set_delegate(this); in BuildUpdateActions() 638 download_action->set_base_offset(base_offset_); in BuildUpdateActions() 647 BondActions(install_plan_action.get(), download_action.get()); in BuildUpdateActions() 648 BondActions(download_action.get(), filesystem_verifier_action.get()); in BuildUpdateActions() 654 processor_->EnqueueAction(std::move(download_action)); in BuildUpdateActions()
|
D | update_attempter.cc | 650 auto download_action = in BuildUpdateActions() local 657 download_action->set_delegate(this); in BuildUpdateActions() 681 BondActions(response_handler_action.get(), download_action.get()); in BuildUpdateActions() 682 BondActions(download_action.get(), filesystem_verifier_action.get()); in BuildUpdateActions() 690 processor_->EnqueueAction(std::move(download_action)); in BuildUpdateActions() 1121 DownloadAction* download_action = static_cast<DownloadAction*>(action); in ActionCompleted() local 1122 http_response_code_ = download_action->GetHTTPResponseCode(); in ActionCompleted()
|
D | update_engine.gyp | 175 'payload_consumer/download_action.cc',
|
D | Android.bp | 168 "payload_consumer/download_action.cc",
|
/system/update_engine/payload_generator/ |
D | generate_delta_main.cc | 245 auto download_action = in ApplyPayload() local 255 BondActions(install_plan_action.get(), download_action.get()); in ApplyPayload() 256 BondActions(download_action.get(), filesystem_verifier_action.get()); in ApplyPayload() 261 processor.EnqueueAction(std::move(download_action)); in ApplyPayload()
|