Home
last modified time | relevance | path

Searched refs:PostinstallRunnerAction (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc56 void PostinstallRunnerAction::PerformAction() { in PerformAction()
84 void PostinstallRunnerAction::PerformPartitionPostinstall() { in PerformPartitionPostinstall()
192 base::Bind(&PostinstallRunnerAction::CompletePartitionPostinstall, in PerformPartitionPostinstall()
215 base::Bind(&PostinstallRunnerAction::OnProgressFdReady, in PerformPartitionPostinstall()
219 void PostinstallRunnerAction::OnProgressFdReady() { in OnProgressFdReady()
248 bool PostinstallRunnerAction::ProcessProgressLine(const string& line) { in ProcessProgressLine()
259 void PostinstallRunnerAction::ReportProgress(double frac) { in ReportProgress()
276 void PostinstallRunnerAction::Cleanup() { in Cleanup()
293 void PostinstallRunnerAction::CompletePartitionPostinstall( in CompletePartitionPostinstall()
331 void PostinstallRunnerAction::CompletePostinstall(ErrorCode error_code) { in CompletePostinstall()
[all …]
Dpostinstall_runner_action.h38 class PostinstallRunnerAction : public InstallPlanAction {
40 PostinstallRunnerAction(BootControlInterface* boot_control, in PostinstallRunnerAction() function
145 DISALLOW_COPY_AND_ASSIGN(PostinstallRunnerAction);
Dpostinstall_runner_action_unittest.cc67 if (action->Type() == PostinstallRunnerAction::StaticType()) { in ActionCompleted()
80 : public PostinstallRunnerAction::DelegateInterface {
161 PostinstallRunnerAction::DelegateInterface* setup_action_delegate_{nullptr};
164 PostinstallRunnerAction* postinstall_action_{nullptr};
185 PostinstallRunnerAction runner_action(&fake_boot_control_, &fake_hardware_); in RunPosinstallAction()
214 PostinstallRunnerAction action(&fake_boot_control_, &fake_hardware_); in TEST_F()
/system/update_engine/
Dupdate_attempter_android.h47 public PostinstallRunnerAction::DelegateInterface {
Dupdate_attempter_android.cc467 shared_ptr<PostinstallRunnerAction> postinstall_runner_action( in BuildUpdateActions()
468 new PostinstallRunnerAction(boot_control_, hardware_)); in BuildUpdateActions()
Dupdate_attempter.h65 public PostinstallRunnerAction::DelegateInterface {
Dupdate_attempter_unittest.cc290 PostinstallRunnerAction postinstall_runner_action( in TEST_F()
381 PostinstallRunnerAction::StaticType(),
388 PostinstallRunnerAction::StaticType(),
Dupdate_attempter.cc116 if (type == PostinstallRunnerAction::StaticType()) in GetErrorCodeForAction()
586 shared_ptr<PostinstallRunnerAction> postinstall_runner_action( in UpdateAttempter()
587 new PostinstallRunnerAction(system_state_->boot_control(), in UpdateAttempter()