Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dinstall_plan.h177 class InstallPlanAction; variable
180 class ActionTraits<InstallPlanAction> {
191 class InstallPlanAction : public Action<InstallPlanAction> {
193 InstallPlanAction() {} in InstallPlanAction() function
194 explicit InstallPlanAction(const InstallPlan& install_plan) in InstallPlanAction() function
209 typedef ActionTraits<InstallPlanAction>::InputObjectType InputObjectType;
210 typedef ActionTraits<InstallPlanAction>::OutputObjectType OutputObjectType;
216 DISALLOW_COPY_AND_ASSIGN(InstallPlanAction);
Dpostinstall_runner_action.h41 class PostinstallRunnerAction : public InstallPlanAction {
Dfilesystem_verifier_action.h61 class FilesystemVerifierAction : public InstallPlanAction {
/system/update_engine/cros/
Ddownload_action_chromeos.h43 class DownloadActionChromeos : public InstallPlanAction,
Dupdate_attempter.cc857 std::make_unique<InstallPlanAction>(*install_plan_); in Rollback()
Dupdate_attempter_unittest.cc731 return {InstallPlanAction::StaticType(), in GetRollbackActionTypes()
/system/update_engine/common/
Ddownload_action.h67 class DownloadAction : public InstallPlanAction, public HttpFetcherDelegate {
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc222 auto install_plan_action = std::make_unique<InstallPlanAction>(install_plan); in ApplyPayload()
/system/update_engine/aosp/
Dupdate_attempter_android.cc755 auto install_plan_action = std::make_unique<InstallPlanAction>(install_plan_); in BuildUpdateActions()