Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dinstall_plan.h125 class InstallPlanAction; variable
128 class ActionTraits<InstallPlanAction> {
139 class InstallPlanAction : public Action<InstallPlanAction> {
141 InstallPlanAction() {} in InstallPlanAction() function
142 explicit InstallPlanAction(const InstallPlan& install_plan): in InstallPlanAction() function
157 typedef ActionTraits<InstallPlanAction>::InputObjectType InputObjectType;
158 typedef ActionTraits<InstallPlanAction>::OutputObjectType OutputObjectType;
163 DISALLOW_COPY_AND_ASSIGN(InstallPlanAction);
Dfilesystem_verifier_action.h50 class FilesystemVerifierAction : public InstallPlanAction {
Dpostinstall_runner_action.h38 class PostinstallRunnerAction : public InstallPlanAction {
Ddownload_action.h67 class DownloadAction : public InstallPlanAction,
/system/update_engine/
Dupdate_attempter_android.cc453 shared_ptr<InstallPlanAction> install_plan_action( in BuildUpdateActions()
454 new InstallPlanAction(install_plan_)); in BuildUpdateActions()
Dupdate_attempter_unittest.cc378 InstallPlanAction::StaticType(),
494 ASSERT_EQ(InstallPlanAction::StaticType(), action_0->Type()); in RollbackTestVerify()
495 InstallPlanAction* install_plan_action = in RollbackTestVerify()
496 static_cast<InstallPlanAction*>(action_0); in RollbackTestVerify()
Dupdate_attempter.h348 void BuildPostInstallActions(InstallPlanAction* previous_action);
Dupdate_attempter.cc580 InstallPlanAction* previous_action) { in UpdateAttempter()
715 shared_ptr<InstallPlanAction> install_plan_action( in UpdateAttempter()
716 new InstallPlanAction(install_plan)); in UpdateAttempter()