Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dinstall_plan.h158 class InstallPlanAction; variable
161 class ActionTraits<InstallPlanAction> {
172 class InstallPlanAction : public Action<InstallPlanAction> {
174 InstallPlanAction() {} in InstallPlanAction() function
175 explicit InstallPlanAction(const InstallPlan& install_plan) in InstallPlanAction() function
190 typedef ActionTraits<InstallPlanAction>::InputObjectType InputObjectType;
191 typedef ActionTraits<InstallPlanAction>::OutputObjectType OutputObjectType;
196 DISALLOW_COPY_AND_ASSIGN(InstallPlanAction);
Dfilesystem_verifier_action.h52 class FilesystemVerifierAction : public InstallPlanAction {
Dpostinstall_runner_action.h38 class PostinstallRunnerAction : public InstallPlanAction {
Ddownload_action.h67 class DownloadAction : public InstallPlanAction, public HttpFetcherDelegate {
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc244 auto install_plan_action = std::make_unique<InstallPlanAction>(install_plan); in ApplyPayload()
/system/update_engine/
Dupdate_attempter_android.cc629 auto install_plan_action = std::make_unique<InstallPlanAction>(install_plan_); in BuildUpdateActions()
Dupdate_attempter.cc738 std::make_unique<InstallPlanAction>(*install_plan_); in Rollback()
Dupdate_attempter_unittest.cc478 InstallPlanAction::StaticType(),