Searched refs:InstallPlanAction (Results 1 – 9 of 9) sorted by relevance
177 class InstallPlanAction; variable180 class ActionTraits<InstallPlanAction> {191 class InstallPlanAction : public Action<InstallPlanAction> {193 InstallPlanAction() {} in InstallPlanAction() function194 explicit InstallPlanAction(const InstallPlan& install_plan) in InstallPlanAction() function209 typedef ActionTraits<InstallPlanAction>::InputObjectType InputObjectType;210 typedef ActionTraits<InstallPlanAction>::OutputObjectType OutputObjectType;216 DISALLOW_COPY_AND_ASSIGN(InstallPlanAction);
41 class PostinstallRunnerAction : public InstallPlanAction {
61 class FilesystemVerifierAction : public InstallPlanAction {
43 class DownloadActionChromeos : public InstallPlanAction,
857 std::make_unique<InstallPlanAction>(*install_plan_); in Rollback()
731 return {InstallPlanAction::StaticType(), in GetRollbackActionTypes()
67 class DownloadAction : public InstallPlanAction, public HttpFetcherDelegate {
222 auto install_plan_action = std::make_unique<InstallPlanAction>(install_plan); in ApplyPayload()
755 auto install_plan_action = std::make_unique<InstallPlanAction>(install_plan_); in BuildUpdateActions()