Lines Matching refs:BootControlStub
26 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()
84 bool BootControlStub::IsSlotMarkedSuccessful(Slot slot) const { in IsSlotMarkedSuccessful()
90 BootControlStub::GetDynamicPartitionControl() { in GetDynamicPartitionControl()