Home
last modified time | relevance | path

Searched refs:InstallPlan (Results 1 – 25 of 47) sorted by relevance

12

/system/update_engine/payload_consumer/
Dinstall_plan.h41 struct InstallPlan { struct
42 InstallPlan() = default;
44 bool operator==(const InstallPlan& that) const;
45 bool operator!=(const InstallPlan& that) const;
164 typedef InstallPlan InputObjectType; argument
166 typedef InstallPlan OutputObjectType;
175 explicit InstallPlanAction(const InstallPlan& install_plan) in InstallPlanAction()
185 InstallPlan* install_plan() { return &install_plan_; } in install_plan()
194 InstallPlan install_plan_;
Dfilesystem_verifier_action_unittest.cc50 void BuildActions(const InstallPlan& install_plan);
75 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
77 static_cast<ObjectCollectorAction<InstallPlan>*>(action); in ActionCompleted()
78 install_plan_.reset(new InstallPlan(collector_action->object())); in ActionCompleted()
84 std::unique_ptr<InstallPlan> install_plan_;
120 InstallPlan install_plan; in DoTest()
123 InstallPlan::Partition part; in DoTest()
189 const InstallPlan& install_plan) { in BuildActions()
190 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in BuildActions()
193 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in BuildActions()
[all …]
Dinstall_plan.cc44 bool InstallPlan::operator==(const InstallPlan& that) const { in operator ==()
51 bool InstallPlan::operator!=(const InstallPlan& that) const { in operator !=()
55 void InstallPlan::Dump() const { in Dump()
106 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots()
130 bool InstallPlan::Partition::operator==( in operator ==()
131 const InstallPlan::Partition& that) const { in operator ==()
Ddownload_action_unittest.cc144 InstallPlan install_plan; in TestWithData()
158 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in TestWithData()
266 InstallPlan install_plan; in TEST()
274 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in TEST()
363 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in TestTerminateEarly()
364 InstallPlan install_plan; in TestTerminateEarly()
418 typedef InstallPlan OutputObjectType;
419 typedef InstallPlan InputObjectType;
426 typedef InstallPlan InputObjectType;
427 typedef InstallPlan OutputObjectType;
[all …]
Dverity_writer_android.h34 bool Init(const InstallPlan::Partition& partition) override;
53 const InstallPlan::Partition* partition_ = nullptr;
Dpostinstall_runner_action_unittest.cc105 void RunPostinstallActionWithInstallPlan(const InstallPlan& install_plan);
176 InstallPlan::Partition part; in RunPostinstallAction()
181 InstallPlan install_plan; in RunPostinstallAction()
190 const chromeos_update_engine::InstallPlan& install_plan) { in RunPostinstallActionWithInstallPlan()
193 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in RunPostinstallActionWithInstallPlan()
201 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in RunPostinstallActionWithInstallPlan()
316 InstallPlan::Partition part; in TEST_F()
322 InstallPlan install_plan; in TEST_F()
Ddelta_performer.h72 InstallPlan* install_plan, in DeltaPerformer()
73 InstallPlan::Payload* payload, in DeltaPerformer()
330 InstallPlan* install_plan_;
333 InstallPlan::Payload* payload_{nullptr};
Dverity_writer_stub.cc29 bool VerityWriterStub::Init(const InstallPlan::Partition& partition) { in Init()
Ddownload_action.h138 InstallPlan install_plan_;
141 InstallPlan::Payload* payload_{nullptr};
Dverity_writer_stub.h29 bool Init(const InstallPlan::Partition& partition) override;
Dverity_writer_interface.h33 virtual bool Init(const InstallPlan::Partition& partition) = 0;
Dfilesystem_verifier_action.cc87 const InstallPlan::Partition& partition = in StartPartitionHashing()
150 const InstallPlan::Partition& partition = in ScheduleRead()
235 InstallPlan::Partition& partition = in FinishPartitionHashing()
Dfilesystem_verifier_action.h104 InstallPlan install_plan_;
/system/update_engine/
Domaha_response_handler_action_unittest.cc64 new InstallPlan(response_handler_action->install_plan_)); in ActionCompleted()
66 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
68 static_cast<ObjectCollectorAction<InstallPlan>*>(action); in ActionCompleted()
70 new InstallPlan(collector_action->object())); in ActionCompleted()
75 std::unique_ptr<InstallPlan> collector_action_install_plan_;
76 std::unique_ptr<InstallPlan> response_handler_action_install_plan_;
93 InstallPlan* out);
123 InstallPlan* out) { in DoTest()
158 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in DoTest()
191 InstallPlan install_plan; in TEST_F()
[all …]
Domaha_response_handler_action.h40 typedef InstallPlan OutputObjectType;
57 const InstallPlan& install_plan() const { return install_plan_; } in install_plan()
72 InstallPlan install_plan_;
Dupdate_attempter_android_unittest.cc61 void AddPayload(InstallPlan::Payload&& payload) { in AddPayload()
156 InstallPlan::Payload payload; in TEST_F()
202 InstallPlan::Payload payload; in TEST_F()
/system/update_engine/update_manager/
Dinteractive_update_policy_impl.cc20 using chromeos_update_engine::InstallPlan;
47 InstallPlan* install_plan) const { in UpdateCanBeApplied()
Dupdate_time_restrictions_policy_impl.cc30 using chromeos_update_engine::InstallPlan;
39 InstallPlan* install_plan) const { in UpdateCanBeApplied()
Dandroid_things_policy_unittest.cc27 using chromeos_update_engine::InstallPlan;
165 InstallPlan plan; in TEST_F()
180 InstallPlan plan; in TEST_F()
Dupdate_time_restrictions_policy_impl_unittest.cc29 using chromeos_update_engine::InstallPlan;
69 InstallPlan install_plan; in TestPolicy()
Ddefault_policy.cc20 using chromeos_update_engine::InstallPlan;
66 InstallPlan* install_plan) const { in UpdateCanBeApplied()
Dapi_restricted_downloads_policy_impl.h38 chromeos_update_engine::InstallPlan* install_plan) const override;
Dupdate_time_restrictions_policy_impl.h48 chromeos_update_engine::InstallPlan* install_plan) const override;
Dapi_restricted_downloads_policy_impl.cc31 chromeos_update_engine::InstallPlan* install_plan) const { in UpdateCanBeApplied()
Dinteractive_update_policy_impl.h45 chromeos_update_engine::InstallPlan* install_plan) const override;

12