Searched refs:otherSlot (Results 1 – 1 of 1) sorted by relevance
86 Slot otherSlot = curSlot ? 0 : 1; in TEST_P() local87 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P()102 result = boot->setSlotAsUnbootable(otherSlot, generate_callback(&cr)); in TEST_P()123 Slot otherSlot = curSlot ? 0 : 1; in TEST_P() local124 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P()127 Return<void> result = boot->setSlotAsUnbootable(otherSlot, generate_callback(&cr)); in TEST_P()130 EXPECT_EQ(BoolResult::FALSE, boot->isSlotBootable(otherSlot)); in TEST_P()134 result = boot->setActiveBootSlot(otherSlot, generate_callback(&cr)); in TEST_P()