Home
last modified time | relevance | path

Searched refs:BootControlStub (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/common/
Dboot_control_stub.cc26 BootControlStub::BootControlStub() in BootControlStub() function in chromeos_update_engine::BootControlStub
29 unsigned int BootControlStub::GetNumSlots() const { in GetNumSlots()
33 BootControlInterface::Slot BootControlStub::GetCurrentSlot() const { in GetCurrentSlot()
38 bool BootControlStub::GetPartitionDevice(const std::string& partition_name, in GetPartitionDevice()
47 std::optional<PartitionDevice> BootControlStub::GetPartitionDevice( in GetPartitionDevice()
56 bool BootControlStub::GetPartitionDevice(const string& partition_name, in GetPartitionDevice()
63 bool BootControlStub::IsSlotBootable(Slot slot) const { in IsSlotBootable()
68 bool BootControlStub::MarkSlotUnbootable(Slot slot) { in MarkSlotUnbootable()
73 bool BootControlStub::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot()
78 bool BootControlStub::MarkBootSuccessfulAsync( in MarkBootSuccessfulAsync()
[all …]
Dboot_control_stub.h35 class BootControlStub : public BootControlInterface {
37 BootControlStub();
38 ~BootControlStub() = default;
66 DISALLOW_COPY_AND_ASSIGN(BootControlStub);
Dmock_boot_control.h29 class MockBootControl final : public BootControlStub {
/system/update_engine/aosp/
Ddaemon_state_android.cc35 boot_control_.reset(new BootControlStub()); in Initialize()
/system/update_engine/
Ddownload_action_android_unittest.cc74 BootControlStub boot_control; in TEST_F()
143 BootControlStub boot_control; in TEST_F()
/system/update_engine/cros/
Dreal_system_state.cc49 boot_control_ = std::make_unique<BootControlStub>(); in Initialize()