Home
last modified time | relevance | path

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

123

/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;
183 typedef InstallPlan InputObjectType; argument
185 typedef InstallPlan OutputObjectType;
194 explicit InstallPlanAction(const InstallPlan& install_plan) in InstallPlanAction()
204 InstallPlan* install_plan() { return &install_plan_; } in install_plan()
213 InstallPlan install_plan_;
Dinstall_plan.cc38 const decltype(InstallPlan::Payload::payload_urls)& payload_urls) { in PayloadUrlsToString()
67 bool InstallPlan::operator==(const InstallPlan& that) const { in operator ==()
74 bool InstallPlan::operator!=(const InstallPlan& that) const { in operator !=()
78 void InstallPlan::Dump() const { in Dump()
82 string InstallPlan::ToString() const { in ToString()
152 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots()
177 bool InstallPlan::Partition::operator==( in operator ==()
178 const InstallPlan::Partition& that) const { in operator ==()
Dpartition_writer.h37 const InstallPlan::Partition& install_part,
49 [[nodiscard]] virtual bool Init(const InstallPlan* install_plan,
107 const InstallPlan::Partition& install_part_;
139 const InstallPlan::Partition& install_part,
Dfilesystem_verifier_action_unittest.cc110 void BuildActions(const InstallPlan& install_plan);
111 void BuildActions(const InstallPlan& install_plan,
114 InstallPlan::Partition* AddFakePartition(InstallPlan* install_plan, in AddFakePartition()
116 InstallPlan::Partition& part = install_plan->partitions.emplace_back(); in AddFakePartition()
141 void SetHashWithVerity(InstallPlan::Partition* partition) { in SetHashWithVerity()
200 InstallPlan install_plan_;
238 ObjectCollectorAction<InstallPlan>::StaticType()) { in ActionCompleted()
240 static_cast<ObjectCollectorAction<InstallPlan>*>(action); in ActionCompleted()
241 install_plan_.reset(new InstallPlan(collector_action->object())); in ActionCompleted()
247 std::unique_ptr<InstallPlan> install_plan_;
[all …]
Ddelta_performer_fuzzer.cc55 InstallPlan install_plan{ in FuzzDeltaPerformer()
57 .partitions = {InstallPlan::Partition{ in FuzzDeltaPerformer()
66 InstallPlan::Payload payload{ in FuzzDeltaPerformer()
Ddelta_performer.h72 InstallPlan* install_plan, in DeltaPerformer()
73 InstallPlan::Payload* payload, in DeltaPerformer()
209 const InstallPlan::Partition& install_part,
342 InstallPlan* install_plan_;
345 InstallPlan::Payload* payload_{nullptr};
Dverity_writer_android.h35 bool Init(const InstallPlan::Partition& partition);
64 const InstallPlan::Partition* partition_ = nullptr;
Dpostinstall_runner_action_unittest.cc111 void RunPostinstallActionWithInstallPlan(const InstallPlan& install_plan);
195 InstallPlan::Partition part; in RunPostinstallAction()
201 InstallPlan install_plan; in RunPostinstallAction()
211 const chromeos_update_engine::InstallPlan& install_plan) { in RunPostinstallActionWithInstallPlan()
214 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in RunPostinstallActionWithInstallPlan()
225 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in RunPostinstallActionWithInstallPlan()
360 InstallPlan::Partition part; in TEST_F()
367 InstallPlan install_plan; in TEST_F()
Dfilesystem_verifier_action.cc147 const InstallPlan::Partition& partition = in InitializeFdVABC()
325 const InstallPlan::Partition& partition = in StartPartitionHashing()
387 const InstallPlan::Partition& partition) const { in IsVABC()
395 const InstallPlan::Partition& partition = in GetPartitionPath()
410 const InstallPlan::Partition& partition = in GetPartitionSize()
421 const InstallPlan::Partition& partition = in ShouldWriteVerity()
434 InstallPlan::Partition& partition = in FinishPartitionHashing()
Dpartition_writer_factory_chromeos.cc27 const InstallPlan::Partition& install_part, in CreatePartitionWriter()
/system/update_engine/update_manager/
Denterprise_rollback_policy_impl_unittest.cc24 using chromeos_update_engine::InstallPlan;
37 InstallPlan install_plan{.is_rollback = false}; in TEST_F()
47 InstallPlan install_plan{.is_rollback = true}; in TEST_F()
Denterprise_rollback_policy_impl.cc20 using chromeos_update_engine::InstallPlan;
30 InstallPlan* install_plan) const { in UpdateCanBeApplied()
Dminimum_version_policy_impl.cc22 using chromeos_update_engine::InstallPlan;
31 InstallPlan* install_plan) const { in UpdateCanBeApplied()
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()
Dminimum_version_policy_impl_unittest.cc23 using chromeos_update_engine::InstallPlan;
52 InstallPlan install_plan; in TestPolicy()
Dupdate_time_restrictions_policy_impl_unittest.cc29 using chromeos_update_engine::InstallPlan;
69 InstallPlan install_plan; in TestPolicy()
Ddefault_policy.cc21 using chromeos_update_engine::InstallPlan;
68 InstallPlan* install_plan) const { in UpdateCanBeApplied()
/system/update_engine/cros/
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_;
98 InstallPlan* out);
130 InstallPlan* out) { in DoTest()
165 std::make_unique<ObjectCollectorAction<InstallPlan>>(); in DoTest()
200 InstallPlan install_plan; in TEST_F()
[all …]
Domaha_response_handler_action.h39 typedef InstallPlan OutputObjectType;
56 const InstallPlan& install_plan() const { return install_plan_; } in install_plan()
68 InstallPlan install_plan_;
Ddownload_action_chromeos_unittest.cc143 InstallPlan install_plan; in TestWithData()
157 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in TestWithData()
263 InstallPlan install_plan; in TEST()
271 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in TEST()
360 auto feeder_action = std::make_unique<ObjectFeederAction<InstallPlan>>(); in TestTerminateEarly()
361 InstallPlan install_plan; in TestTerminateEarly()
414 typedef InstallPlan OutputObjectType;
415 typedef InstallPlan InputObjectType;
422 typedef InstallPlan InputObjectType;
423 typedef InstallPlan OutputObjectType;
[all …]
/system/update_engine/
Ddownload_action_android_unittest.cc56 std::shared_ptr<ActionPipe<InstallPlan>> action_pipe{
57 new ActionPipe<InstallPlan>()};
78 InstallPlan install_plan; in TEST_F()
147 InstallPlan install_plan; in TEST_F()
/system/update_engine/aosp/
Dmetrics_reporter_android.h33 const InstallPlan* install_plan) in MetricsReporterAndroid()
100 const InstallPlan* install_plan_{};
Dmetrics_reporter_android.cc56 const chromeos_update_engine::InstallPlan* install_plan) { in IsHashTreeEnabled()
63 bool IsFECEnabled(const chromeos_update_engine::InstallPlan* install_plan) { in IsFECEnabled()
78 const InstallPlan* install_plan) { in CreateMetricsReporter()
/system/update_engine/common/
Dmetrics_reporter_stub.cc27 const InstallPlan* install_plan) { in CreateMetricsReporter()

123