Searched refs:InstallPlanAction (Results 1 – 6 of 6) sorted by relevance
210 class InstallPlanAction; variable213 class ActionTraits<InstallPlanAction> {224 class InstallPlanAction : public Action<InstallPlanAction> {226 InstallPlanAction() {} in InstallPlanAction() function227 explicit InstallPlanAction(const InstallPlan& install_plan) in InstallPlanAction() function242 typedef ActionTraits<InstallPlanAction>::InputObjectType InputObjectType;243 typedef ActionTraits<InstallPlanAction>::OutputObjectType OutputObjectType;249 DISALLOW_COPY_AND_ASSIGN(InstallPlanAction);
41 class PostinstallRunnerAction : public InstallPlanAction {
61 class FilesystemVerifierAction : public InstallPlanAction {
66 class DownloadAction : public InstallPlanAction, public HttpFetcherDelegate {
902 auto install_plan_action = std::make_unique<InstallPlanAction>(install_plan_); in BuildUpdateActions()1339 std::make_unique<InstallPlanAction>(install_plan_); in setShouldSwitchSlotOnReboot()1367 std::make_unique<InstallPlanAction>(install_plan_); in setShouldSwitchSlotOnReboot()
225 auto install_plan_action = std::make_unique<InstallPlanAction>(install_plan); in ApplyPayload()