Searched refs:otherSlot (Results 1 – 2 of 2) sorted by relevance
85 Slot otherSlot = curSlot ? 0 : 1; in TEST_P() local86 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P()101 result = boot->setSlotAsUnbootable(otherSlot, generate_callback(&cr)); in TEST_P()121 Slot otherSlot = curSlot ? 0 : 1; in TEST_P() local122 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P()125 Return<void> result = boot->setSlotAsUnbootable(otherSlot, generate_callback(&cr)); in TEST_P()128 EXPECT_EQ(BoolResult::FALSE, boot->isSlotBootable(otherSlot)); in TEST_P()132 result = boot->setActiveBootSlot(otherSlot, generate_callback(&cr)); in TEST_P()
53 Slot otherSlot = curSlot ? 0 : 1; in TEST_P() local57 Return<void> result = boot->setActiveBootSlot(otherSlot, generate_callback(&cr)); in TEST_P()60 EXPECT_EQ(otherSlot, activeSlot); in TEST_P()