Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A 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()
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()
84 bool BootControlStub::IsSlotMarkedSuccessful(Slot slot) const { in IsSlotMarkedSuccessful()
[all …]
H A Dboot_control_stub.h35 class BootControlStub : public BootControlInterface {
37 BootControlStub();
38 ~BootControlStub() = default;
66 DISALLOW_COPY_AND_ASSIGN(BootControlStub);
H A Dmock_boot_control.h29 class MockBootControl final : public BootControlStub {
/aosp12/system/update_engine/
H A Ddownload_action_android_unittest.cc74 BootControlStub boot_control; in TEST_F()
143 BootControlStub boot_control; in TEST_F()
/aosp12/system/update_engine/aosp/
H A Ddaemon_state_android.cc35 boot_control_.reset(new BootControlStub()); in Initialize()
/aosp12/system/update_engine/cros/
H A Dreal_system_state.cc49 boot_control_ = std::make_unique<BootControlStub>(); in Initialize()