Lines Matching refs:slots
52 int32_t slots{}; in TEST_P() local
53 boot->getNumberSlots(&slots); in TEST_P()
54 ASSERT_LE(2, slots); in TEST_P()
61 int slots = 0; in TEST_P() local
62 boot->getNumberSlots(&slots); in TEST_P()
63 ASSERT_LT(curSlot, slots); in TEST_P()
103 int slots = 0; in TEST_P() local
104 boot->getNumberSlots(&slots); in TEST_P()
105 const auto result = boot->setActiveBootSlot(slots); in TEST_P()
134 int32_t slots = 0; in TEST_P() local
135 boot->getNumberSlots(&slots); in TEST_P()
136 const auto result = boot->setSlotAsUnbootable(slots); in TEST_P()
148 int32_t slots = 0; in TEST_P() local
149 boot->getNumberSlots(&slots); in TEST_P()
151 const auto res = boot->isSlotBootable(slots, &bootable); in TEST_P()
161 int32_t slots = 0; in TEST_P() local
162 boot->getNumberSlots(&slots); in TEST_P()
164 const auto res = boot->isSlotMarkedSuccessful(slots, &isSuccess); in TEST_P()