Searched refs:BootControlStub (Results 1 – 6 of 6) sorted by relevance
26 BootControlStub::BootControlStub() in BootControlStub() function in chromeos_update_engine::BootControlStub29 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 …]
35 class BootControlStub : public BootControlInterface {37 BootControlStub();38 ~BootControlStub() = default;66 DISALLOW_COPY_AND_ASSIGN(BootControlStub);
29 class MockBootControl final : public BootControlStub {
35 boot_control_.reset(new BootControlStub()); in Initialize()
74 BootControlStub boot_control; in TEST_F()143 BootControlStub boot_control; in TEST_F()
49 boot_control_ = std::make_unique<BootControlStub>(); in Initialize()