Searched defs:InstallPlanAction (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
H A Dinstall_plan.h115 class InstallPlanAction;
118 class ActionTraits<InstallPlanAction> {
129 class InstallPlanAction : public Action<InstallPlanAction> { class in namespace:chromeos_update_engine
131 InstallPlanAction() {} function in class:chromeos_update_engine::InstallPlanAction
132 explicit InstallPlanAction(const InstallPlan& install_plan): function in class:chromeos_update_engine::InstallPlanAction
144 static std::string StaticType() { return "InstallPlanAction"; }
147 typedef ActionTraits<InstallPlanAction>::InputObjectType InputObjectType;
148 typedef ActionTraits<InstallPlanAction>::OutputObjectType OutputObjectType;
153 DISALLOW_COPY_AND_ASSIGN(InstallPlanAction);
[all...]

Completed in 60 milliseconds