Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dinstall_plan.h210 class InstallPlanAction; variable
213 class ActionTraits<InstallPlanAction> {
224 class InstallPlanAction : public Action<InstallPlanAction> {
226 InstallPlanAction() {} in InstallPlanAction() function
227 explicit InstallPlanAction(const InstallPlan& install_plan) in InstallPlanAction() function
242 typedef ActionTraits<InstallPlanAction>::InputObjectType InputObjectType;
243 typedef ActionTraits<InstallPlanAction>::OutputObjectType OutputObjectType;
249 DISALLOW_COPY_AND_ASSIGN(InstallPlanAction);
Dpostinstall_runner_action.h41 class PostinstallRunnerAction : public InstallPlanAction {
Dfilesystem_verifier_action.h61 class FilesystemVerifierAction : public InstallPlanAction {
/system/update_engine/common/
Ddownload_action.h66 class DownloadAction : public InstallPlanAction, public HttpFetcherDelegate {
/system/update_engine/aosp/
Dupdate_attempter_android.cc902 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()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc225 auto install_plan_action = std::make_unique<InstallPlanAction>(install_plan); in ApplyPayload()