Home
last modified time | relevance | path

Searched refs:download_action (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_consumer/
Ddownload_action_unittest.cc164 DownloadAction download_action(&prefs, in TestWithData() local
169 download_action.SetTestFileWriter(&writer); in TestWithData()
170 BondActions(&feeder_action, &download_action); in TestWithData()
174 download_action.set_delegate(&download_delegate); in TestWithData()
189 processor.EnqueueAction(&download_action); in TestWithData()
278 DownloadAction download_action( in TestTerminateEarly() local
284 download_action.SetTestFileWriter(&writer); in TestTerminateEarly()
287 download_action.set_delegate(&download_delegate); in TestTerminateEarly()
294 processor.EnqueueAction(&download_action); in TestTerminateEarly()
295 BondActions(&feeder_action, &download_action); in TestTerminateEarly()
[all …]
/system/update_engine/
Dupdate_attempter_android.cc458 shared_ptr<DownloadAction> download_action(new DownloadAction( in BuildUpdateActions() local
470 download_action->set_delegate(this); in BuildUpdateActions()
471 download_action_ = download_action; in BuildUpdateActions()
475 actions_.push_back(shared_ptr<AbstractAction>(download_action)); in BuildUpdateActions()
481 BondActions(install_plan_action.get(), download_action.get()); in BuildUpdateActions()
482 BondActions(download_action.get(), filesystem_verifier_action.get()); in BuildUpdateActions()
Dupdate_attempter.cc626 shared_ptr<DownloadAction> download_action(new DownloadAction( in UpdateAttempter() local
651 download_action->set_delegate(this); in UpdateAttempter()
653 download_action_ = download_action; in UpdateAttempter()
658 actions_.push_back(shared_ptr<AbstractAction>(download_action)); in UpdateAttempter()
667 download_action.get()); in UpdateAttempter()
668 BondActions(download_action.get(), in UpdateAttempter()
994 DownloadAction* download_action = static_cast<DownloadAction*>(action); in UpdateAttempter() local
995 http_response_code_ = download_action->GetHTTPResponseCode(); in UpdateAttempter()
Dupdate_attempter_unittest.cc431 DownloadAction* download_action = static_cast<DownloadAction*>(action_3); in UpdateTestVerify() local
432 EXPECT_EQ(&attempter_, download_action->delegate()); in UpdateTestVerify()
Dupdate_engine.gyp178 'payload_consumer/download_action.cc',
DAndroid.mk133 payload_consumer/download_action.cc \