Home
last modified time | relevance | path

Searched refs:InstallPlan (Results 1 – 25 of 46) 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;
173 typedef InstallPlan InputObjectType; argument
175 typedef InstallPlan OutputObjectType;
184 explicit InstallPlanAction(const InstallPlan& install_plan) in InstallPlanAction()
194 InstallPlan* install_plan() { return &install_plan_; } in install_plan()
203 InstallPlan install_plan_;
Dinstall_plan.cc33 const decltype(InstallPlan::Payload::payload_urls)& payload_urls) { in PayloadUrlsToString()
49 bool InstallPlan::operator==(const InstallPlan& that) const { in operator ==()
56 bool InstallPlan::operator!=(const InstallPlan& that) const { in operator !=()
60 void InstallPlan::Dump() const { in Dump()
112 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots()
136 bool InstallPlan::Partition::operator==( in operator ==()
137 const InstallPlan::Partition& that) const { in operator ==()
Dfilesystem_verifier_action_unittest.cc51 void BuildActions(const InstallPlan& install_plan);
77 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
79 static_cast<ObjectCollectorAction<InstallPlan>*>(action); in ActionCompleted()
80 install_plan_.reset(new InstallPlan(collector_action->object())); in ActionCompleted()
86 std::unique_ptr<InstallPlan> install_plan_;
122 InstallPlan install_plan; in DoTest()
125 InstallPlan::Partition part; in DoTest()
191 const InstallPlan& install_plan) { in BuildActions()
192 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in BuildActions()
196 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in BuildActions()
[all …]
Ddelta_performer_fuzzer.cc55 InstallPlan install_plan{ in FuzzDeltaPerformer()
57 .partitions = {InstallPlan::Partition{ in FuzzDeltaPerformer()
66 InstallPlan::Payload payload{ in FuzzDeltaPerformer()
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.cc106 void RunPostinstallActionWithInstallPlan(const InstallPlan& install_plan);
185 InstallPlan::Partition part; in RunPostinstallAction()
190 InstallPlan install_plan; in RunPostinstallAction()
200 const chromeos_update_engine::InstallPlan& install_plan) { in RunPostinstallActionWithInstallPlan()
203 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in RunPostinstallActionWithInstallPlan()
211 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in RunPostinstallActionWithInstallPlan()
346 InstallPlan::Partition part; in TEST_F()
352 InstallPlan install_plan; in TEST_F()
Ddelta_performer.h72 InstallPlan* install_plan, in DeltaPerformer()
73 InstallPlan::Payload* payload, in DeltaPerformer()
325 InstallPlan* install_plan_;
328 InstallPlan::Payload* payload_{nullptr};
Dverity_writer_stub.cc29 bool VerityWriterStub::Init(const InstallPlan::Partition& partition) { in Init()
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.cc110 const InstallPlan::Partition& partition = in StartPartitionHashing()
173 const InstallPlan::Partition& partition = in ScheduleRead()
264 InstallPlan::Partition& partition = in FinishPartitionHashing()
/system/update_engine/
Domaha_response_handler_action_unittest.cc65 new InstallPlan(response_handler_action->install_plan_)); in ActionCompleted()
67 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
69 static_cast<ObjectCollectorAction<InstallPlan>*>(action); in ActionCompleted()
71 new InstallPlan(collector_action->object())); in ActionCompleted()
76 std::unique_ptr<InstallPlan> collector_action_install_plan_;
77 std::unique_ptr<InstallPlan> response_handler_action_install_plan_;
94 InstallPlan* out);
124 InstallPlan* out) { in DoTest()
159 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in DoTest()
192 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;
Dandroid_things_policy.h47 chromeos_update_engine::InstallPlan* install_plan) const override;

12