Home
last modified time | relevance | path

Searched refs:GetNumSlots (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/update_engine/common/
H A Dmock_boot_control.h35 MOCK_METHOD(unsigned int, GetNumSlots, (), (const override));
H A Dboot_control_interface.h49 virtual unsigned int GetNumSlots() const = 0;
H A Dboot_control_stub.h41 unsigned int GetNumSlots() const override;
H A Dboot_control_stub.cc29 unsigned int BootControlStub::GetNumSlots() const { in GetNumSlots() function in chromeos_update_engine::BootControlStub
H A Dfake_boot_control.h44 unsigned int GetNumSlots() const override { return num_slots_; } in GetNumSlots() function
/aosp12/system/update_engine/aosp/
H A Dboot_control_android.h45 unsigned int GetNumSlots() const override;
H A Dboot_control_android.cc76 unsigned int BootControlAndroid::GetNumSlots() const { in GetNumSlots() function in chromeos_update_engine::BootControlAndroid
/aosp12/system/update_engine/cros/
H A Dboot_control_chromeos.h46 unsigned int GetNumSlots() const override;
H A Dboot_control_chromeos.cc147 unsigned int BootControlChromeOS::GetNumSlots() const { in GetNumSlots() function in chromeos_update_engine::BootControlChromeOS
H A Dupdate_attempter.cc884 SystemState::Get()->boot_control()->GetNumSlots(); in GetRollbackSlot()
/aosp12/system/update_engine/update_manager/
H A Dreal_system_provider.cc116 "num_slots", SystemState::Get()->boot_control()->GetNumSlots())); in Init()