/system/core/fs_mgr/libsnapshot/ |
D | device_info.cpp | 67 if (!boot_control_) { in EnsureBootHal() 73 boot_control_ = android::hardware::boot::V1_1::IBootControl::castFrom(hal); in EnsureBootHal() 74 if (!boot_control_) { in EnsureBootHal() 88 if (!boot_control_->setSnapshotMergeStatus(status)) { in SetBootControlMergeStatus() 111 boot_control_->setSlotAsUnbootable(slot, cb); in SetSlotAsUnbootable()
|
D | device_info.h | 48 android::sp<android::hardware::boot::V1_1::IBootControl> boot_control_; variable
|
/system/update_engine/ |
D | daemon_state_android.cc | 30 boot_control_ = boot_control::CreateBootControl(); in Initialize() 31 if (!boot_control_) { in Initialize() 34 boot_control_.reset(new BootControlStub()); in Initialize() 68 this, prefs_.get(), boot_control_.get(), hardware_.get())); in Initialize()
|
D | update_boot_flags_action.h | 29 : boot_control_(boot_control) {} in UpdateBootFlagsAction() 56 BootControlInterface* boot_control_; variable
|
D | real_system_state.cc | 57 boot_control_ = boot_control::CreateBootControl(); in Initialize() 58 if (!boot_control_) { in Initialize() 61 boot_control_ = std::make_unique<BootControlStub>(); in Initialize() 209 std::make_unique<UpdateBootFlagsAction>(boot_control_.get()); in StartUpdater()
|
D | update_attempter_android.cc | 139 boot_control_(boot_control), in UpdateAttempterAndroid() 354 if (!boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_)) { in ResetStatus() 365 if (!boot_control_->SetActiveBootSlot(GetCurrentSlot())) in ResetStatus() 371 if (!boot_control_->MarkBootSuccessfulAsync(Bind([](bool successful) {}))) in ResetStatus() 378 if (!boot_control_->GetDynamicPartitionControl()->ResetUpdate(prefs_)) in ResetStatus() 488 if (!boot_control_->GetPartitionDevice( in VerifyPayloadApplicable() 677 boot_control_->GetDynamicPartitionControl()->Cleanup(); in TerminateUpdateAndNotify() 727 std::make_unique<UpdateBootFlagsAction>(boot_control_); in BuildUpdateActions() 729 boot_control_->GetDynamicPartitionControl() in BuildUpdateActions() 730 ->GetCleanupPreviousUpdateAction(boot_control_, prefs_, this); in BuildUpdateActions() [all …]
|
D | fake_system_state.h | 51 BootControlInterface* boot_control() override { return boot_control_; } in boot_control() 112 boot_control_ = boot_control ? boot_control : &fake_boot_control_; in set_boot_control() 180 CHECK(boot_control_ == &fake_boot_control_); in fake_boot_control() 257 BootControlInterface* boot_control_{&fake_boot_control_};
|
D | cleanup_previous_update_action.cc | 62 boot_control_(boot_control), in CleanupPreviousUpdateAction() 80 CHECK(boot_control_); in ResumeAction() 108 if (!boot_control_->GetDynamicPartitionControl() in StartActionInternal() 156 !boot_control_->IsSlotMarkedSuccessful(boot_control_->GetCurrentSlot())) { in CheckSlotMarkedSuccessfulOrSchedule()
|
D | real_system_state.h | 85 return boot_control_.get(); in boot_control() 148 std::unique_ptr<BootControlInterface> boot_control_; variable
|
D | update_boot_flags_action.cc | 46 if (!boot_control_->MarkBootSuccessfulAsync( in PerformAction()
|
D | daemon_state_android.h | 57 std::unique_ptr<BootControlInterface> boot_control_; variable
|
D | update_attempter_android.h | 59 BootControlInterface* boot_control_, 205 BootControlInterface* boot_control_; variable
|
D | cleanup_previous_update_action.h | 69 BootControlInterface* boot_control_; variable
|
D | update_attempter_android_unittest.cc | 67 &daemon_state_, &prefs_, &boot_control_, &hardware_}; 71 FakeBootControl boot_control_; member in chromeos_update_engine::UpdateAttempterAndroidTest
|
/system/update_engine/payload_consumer/ |
D | partition_update_generator_android_unittest.cc | 39 boot_control_ = std::make_unique<FakeBootControl>(); in SetUp() 40 boot_control_->SetNumSlots(2); in SetUp() 42 partition_update_generator::Create(boot_control_.get(), 4096); in SetUp() 45 ASSERT_TRUE(boot_control_); in SetUp() 51 std::unique_ptr<FakeBootControl> boot_control_; member in chromeos_update_engine::PartitionUpdateGeneratorAndroidTest 62 boot_control_->SetPartitionDevice( in SetUpBlockDevice() 65 boot_control_->SetPartitionDevice( in SetUpBlockDevice()
|
D | postinstall_runner_action.h | 44 : boot_control_(boot_control), hardware_(hardware) {} in PostinstallRunnerAction() 124 BootControlInterface* boot_control_; variable
|
D | partition_update_generator_android.cc | 43 : boot_control_(boot_control), in PartitionUpdateGeneratorAndroid() 132 if (!boot_control_->GetPartitionDevice(partition_name, in CreatePartitionUpdate() 142 if (!boot_control_->GetPartitionDevice(partition_name, in CreatePartitionUpdate()
|
D | download_action.cc | 49 boot_control_(boot_control), in DownloadAction() 196 if (!boot_control_->MarkSlotUnbootable(install_plan_.target_slot)) { in PerformAction() 241 boot_control_, in StartDownloading() 263 boot_control_, in StartDownloading()
|
D | partition_update_generator_android.h | 69 BootControlInterface* boot_control_; variable
|
D | delta_performer.h | 76 boot_control_(boot_control), in DeltaPerformer() 317 BootControlInterface* boot_control_; variable
|
D | download_action.h | 146 BootControlInterface* boot_control_; variable
|
D | postinstall_runner_action.cc | 344 if (!boot_control_->GetDynamicPartitionControl()->FinishUpdate( in CompletePostinstall() 346 !boot_control_->SetActiveBootSlot(install_plan_.target_slot)) { in CompletePostinstall()
|
D | delta_performer.cc | 810 auto generator = partition_update_generator::Create(boot_control_, in ParseManifestPartitions() 825 if (!boot_control_->GetDynamicPartitionControl() in ParseManifestPartitions() 916 if (!install_plan_->LoadPartitionsFromSlots(boot_control_)) { in ParseManifestPartitions() 933 boot_control_, in PreparePartitionsForUpdate() 1116 const auto& partition_control = boot_control_->GetDynamicPartitionControl(); in PerformSourceCopyOperation()
|
/system/update_engine/update_manager/ |
D | real_system_provider.h | 44 boot_control_(boot_control), in RealSystemProvider() 48 boot_control_(boot_control) { 86 chromeos_update_engine::BootControlInterface* const boot_control_; variable
|
D | real_system_provider.cc | 111 "num_slots", boot_control_->GetNumSlots())); in Init()
|