Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dinstall_plan.h114 class InstallPlanAction; variable
117 class ActionTraits<InstallPlanAction> {
128 class InstallPlanAction : public Action<InstallPlanAction> {
130 InstallPlanAction() {} in InstallPlanAction() function
131 explicit InstallPlanAction(const InstallPlan& install_plan): in InstallPlanAction() function
146 typedef ActionTraits<InstallPlanAction>::InputObjectType InputObjectType;
147 typedef ActionTraits<InstallPlanAction>::OutputObjectType OutputObjectType;
152 DISALLOW_COPY_AND_ASSIGN(InstallPlanAction);
Dfilesystem_verifier_action.h51 class FilesystemVerifierAction : public InstallPlanAction {
Dpostinstall_runner_action.h36 class PostinstallRunnerAction : public InstallPlanAction {
Ddownload_action.h68 class DownloadAction : public InstallPlanAction,
/system/update_engine/
Dupdate_attempter_android.cc390 shared_ptr<InstallPlanAction> install_plan_action( in BuildUpdateActions()
391 new InstallPlanAction(install_plan_)); in BuildUpdateActions()
Dupdate_attempter_unittest.cc391 InstallPlanAction::StaticType(),
507 ASSERT_EQ(InstallPlanAction::StaticType(), action_0->Type()); in RollbackTestVerify()
508 InstallPlanAction* install_plan_action = in RollbackTestVerify()
509 static_cast<InstallPlanAction*>(action_0); in RollbackTestVerify()
Dupdate_attempter.h355 void BuildPostInstallActions(InstallPlanAction* previous_action);
Dupdate_attempter.cc586 InstallPlanAction* previous_action) { in BuildPostInstallActions()
729 shared_ptr<InstallPlanAction> install_plan_action( in Rollback()
730 new InstallPlanAction(install_plan)); in Rollback()