Lines Matching refs:BootControlInterface
33 class FakeBootControl : public BootControlInterface {
45 BootControlInterface::Slot GetCurrentSlot() const override { in GetCurrentSlot()
50 BootControlInterface::Slot slot, in GetPartitionDevice()
64 BootControlInterface::Slot slot, in GetPartitionDevice()
69 bool IsSlotBootable(BootControlInterface::Slot slot) const override { in IsSlotBootable()
73 bool MarkSlotUnbootable(BootControlInterface::Slot slot) override { in MarkSlotUnbootable()
102 void SetCurrentSlot(BootControlInterface::Slot slot) { current_slot_ = slot; } in SetCurrentSlot()
105 BootControlInterface::Slot slot, in SetPartitionDevice()
111 void SetSlotBootable(BootControlInterface::Slot slot, bool bootable) { in SetSlotBootable()
121 BootControlInterface::Slot num_slots_{2};
122 BootControlInterface::Slot current_slot_{0};