HomeSort by relevance Sort by last modified time
    Searched refs:boot_control_ (Results 1 - 16 of 16) sorted by null

  /system/update_engine/
daemon_state_android.cc 30 boot_control_ = boot_control::CreateBootControl();
31 if (!boot_control_) {
34 boot_control_.reset(new BootControlStub());
68 this, prefs_.get(), boot_control_.get(), hardware_.get()));
daemon_state_android.h 57 std::unique_ptr<BootControlInterface> boot_control_; member in class:chromeos_update_engine::DaemonStateAndroid
real_system_state.cc 56 boot_control_ = boot_control::CreateBootControl();
57 if (!boot_control_) {
60 boot_control_ = std::make_unique<BootControlStub>();
real_system_state.h 84 return boot_control_.get();
139 std::unique_ptr<BootControlInterface> boot_control_; member in class:chromeos_update_engine::RealSystemState
update_attempter_android.h 55 BootControlInterface* boot_control_,
166 BootControlInterface* boot_control_; member in class:chromeos_update_engine::UpdateAttempterAndroid
fake_system_state.h 51 BootControlInterface* boot_control() override { return boot_control_; }
110 boot_control_ = boot_control ? boot_control : &fake_boot_control_;
174 CHECK(boot_control_ == &fake_boot_control_);
251 BootControlInterface* boot_control_{&fake_boot_control_};
update_attempter_android.cc 106 boot_control_(boot_control),
206 install_plan_.source_slot = boot_control_->GetCurrentSlot();
307 if (!boot_control_->SetActiveBootSlot(boot_control_->GetCurrentSlot()))
313 if (!boot_control_->MarkBootSuccessfulAsync(Bind([](bool successful){})))
389 BootControlInterface::Slot current_slot = boot_control_->GetCurrentSlot();
394 if (!boot_control_->GetPartitionDevice(
545 if (!boot_control_->MarkBootSuccessfulAsync(
636 boot_control_,
645 new PostinstallRunnerAction(boot_control_, hardware_))
    [all...]
update_attempter_android_unittest.cc 61 &daemon_state_, &prefs_, &boot_control_, &hardware_};
65 FakeBootControl boot_control_; member in class:chromeos_update_engine::UpdateAttempterAndroidTest
  /system/update_engine/update_manager/
real_system_provider.h 44 boot_control_(boot_control),
47 boot_control_(boot_control) {}
84 chromeos_update_engine::BootControlInterface* const boot_control_; member in class:chromeos_update_manager::RealSystemProvider::chromeos_update_engine
real_system_provider.cc 114 "num_slots", boot_control_->GetNumSlots()));
  /system/update_engine/payload_consumer/
postinstall_runner_action.h 42 : boot_control_(boot_control), hardware_(hardware) {}
125 BootControlInterface* boot_control_; member in class:chromeos_update_engine::PostinstallRunnerAction
download_action.cc 49 boot_control_(boot_control),
201 if (!boot_control_->MarkSlotUnbootable(install_plan_.target_slot)) {
249 boot_control_,
download_action.h 149 BootControlInterface* boot_control_; member in class:chromeos_update_engine::DownloadAction
delta_performer.h 75 boot_control_(boot_control),
269 BootControlInterface* boot_control_; member in class:chromeos_update_engine::DeltaPerformer
postinstall_runner_action.cc 341 if (!boot_control_->SetActiveBootSlot(install_plan_.target_slot)) {
delta_performer.cc 828 if (!install_plan_->LoadPartitionsFromSlots(boot_control_)) {
    [all...]

Completed in 66 milliseconds