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

/system/update_engine/payload_consumer/
H A Dinstall_plan.h115 class InstallPlanAction;
118 class ActionTraits<InstallPlanAction> {
129 class InstallPlanAction : public Action<InstallPlanAction> { class in namespace:chromeos_update_engine
131 InstallPlanAction() {} function in class:chromeos_update_engine::InstallPlanAction
132 explicit InstallPlanAction(const InstallPlan& install_plan): function in class:chromeos_update_engine::InstallPlanAction
144 static std::string StaticType() { return "InstallPlanAction"; }
147 typedef ActionTraits<InstallPlanAction>::InputObjectType InputObjectType;
148 typedef ActionTraits<InstallPlanAction>::OutputObjectType OutputObjectType;
153 DISALLOW_COPY_AND_ASSIGN(InstallPlanAction);
[all...]
H A Dfilesystem_verifier_action.h51 class FilesystemVerifierAction : public InstallPlanAction {
H A Dpostinstall_runner_action.h38 class PostinstallRunnerAction : public InstallPlanAction {
44 // InstallPlanAction overrides.
H A Ddownload_action.h66 class DownloadAction : public InstallPlanAction,
83 // InstallPlanAction overrides.
/system/update_engine/
H A Dupdate_attempter_android.cc433 shared_ptr<InstallPlanAction> install_plan_action(
434 new InstallPlanAction(install_plan_));
H A Dupdate_attempter.h359 void BuildPostInstallActions(InstallPlanAction* previous_action);
H A Dupdate_attempter_unittest.cc391 InstallPlanAction::StaticType(),
507 ASSERT_EQ(InstallPlanAction::StaticType(), action_0->Type());
508 InstallPlanAction* install_plan_action =
509 static_cast<InstallPlanAction*>(action_0);
H A Dupdate_attempter.cc586 InstallPlanAction* previous_action) {
730 shared_ptr<InstallPlanAction> install_plan_action(
731 new InstallPlanAction(install_plan));

Completed in 51 milliseconds