Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dinstall_plan.h167 class InstallPlanAction; variable
170 class ActionTraits<InstallPlanAction> {
181 class InstallPlanAction : public Action<InstallPlanAction> {
183 InstallPlanAction() {} in InstallPlanAction() function
184 explicit InstallPlanAction(const InstallPlan& install_plan) in InstallPlanAction() function
199 typedef ActionTraits<InstallPlanAction>::InputObjectType InputObjectType;
200 typedef ActionTraits<InstallPlanAction>::OutputObjectType OutputObjectType;
206 DISALLOW_COPY_AND_ASSIGN(InstallPlanAction);
Dfilesystem_verifier_action.h58 class FilesystemVerifierAction : public InstallPlanAction {
Dpostinstall_runner_action.h40 class PostinstallRunnerAction : public InstallPlanAction {
Ddownload_action.h67 class DownloadAction : public InstallPlanAction, public HttpFetcherDelegate {
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc247 auto install_plan_action = std::make_unique<InstallPlanAction>(install_plan); in ApplyPayload()
/system/update_engine/
Dupdate_attempter_android.cc731 auto install_plan_action = std::make_unique<InstallPlanAction>(install_plan_); in BuildUpdateActions()
Dupdate_attempter.cc895 std::make_unique<InstallPlanAction>(*install_plan_); in Rollback()
Dupdate_attempter_unittest.cc768 return {InstallPlanAction::StaticType(), in GetRollbackActionTypes()