HomeSort by relevance Sort by last modified time
    Searched refs:download_action (Results 1 - 5 of 5) sorted by null

  /system/update_engine/payload_consumer/
download_action_unittest.cc 17 #include "update_engine/payload_consumer/download_action.h"
164 DownloadAction download_action(&prefs,
170 download_action.SetTestFileWriter(&writer);
171 BondActions(&feeder_action, &download_action);
175 download_action.set_delegate(&download_delegate);
190 processor.EnqueueAction(&download_action);
278 DownloadAction download_action(&prefs,
284 download_action.SetTestFileWriter(&mock_file_writer);
285 BondActions(&feeder_action, &download_action);
289 download_action.set_delegate(&download_delegate)
    [all...]
  /system/update_engine/
update_attempter_android.cc 43 #include "update_engine/payload_consumer/download_action.h"
634 shared_ptr<DownloadAction> download_action(
647 download_action->set_delegate(this);
648 download_action->set_base_offset(base_offset_);
649 download_action_ = download_action;
653 actions_.push_back(shared_ptr<AbstractAction>(download_action));
659 BondActions(install_plan_action.get(), download_action.get());
660 BondActions(download_action.get(), filesystem_verifier_action.get());
update_attempter.cc 56 #include "update_engine/payload_consumer/download_action.h"
611 shared_ptr<DownloadAction> download_action(
634 download_action->set_delegate(this);
636 download_action_ = download_action;
641 actions_.push_back(shared_ptr<AbstractAction>(download_action));
650 download_action.get());
651 BondActions(download_action.get(),
1014 DownloadAction* download_action = static_cast<DownloadAction*>(action); local
    [all...]
update_attempter_unittest.cc 493 DownloadAction* download_action = static_cast<DownloadAction*>(action_3); local
494 EXPECT_EQ(&attempter_, download_action->delegate());
    [all...]
Android.mk 136 payload_consumer/download_action.cc \
    [all...]

Completed in 139 milliseconds