Searched refs:curSlot (Results 1 – 3 of 3) sorted by relevance
59 int curSlot = -1; in TEST_P() local60 boot->getCurrentSlot(&curSlot); in TEST_P()63 ASSERT_LT(curSlot, slots); in TEST_P()70 int curSlot = 0; in TEST_P() local71 boot->getCurrentSlot(&curSlot); in TEST_P()73 boot->isSlotMarkedSuccessful(curSlot, &ret); in TEST_P()78 int curSlot = -1; in TEST_P() local79 boot->getCurrentSlot(&curSlot); in TEST_P()80 ASSERT_GE(curSlot, 0); in TEST_P()81 int otherSlot = curSlot ? 0 : 1; in TEST_P()[all …]
66 Slot curSlot = boot->getCurrentSlot(); in TEST_P() local68 EXPECT_LT(curSlot, slots); in TEST_P()77 Slot curSlot = boot->getCurrentSlot(); in TEST_P() local78 BoolResult ret = boot->isSlotMarkedSuccessful(curSlot); in TEST_P()84 Slot curSlot = boot->getCurrentSlot(); in TEST_P() local85 Slot otherSlot = curSlot ? 0 : 1; in TEST_P()96 auto result = boot->setActiveBootSlot(curSlot, generate_callback(&cr)); in TEST_P()120 Slot curSlot = boot->getCurrentSlot(); in TEST_P() local121 Slot otherSlot = curSlot ? 0 : 1; in TEST_P()136 result = boot->setActiveBootSlot(curSlot, generate_callback(&cr)); in TEST_P()
52 Slot curSlot = boot->getCurrentSlot(); in TEST_P() local53 Slot otherSlot = curSlot ? 0 : 1; in TEST_P()62 result = boot->setActiveBootSlot(curSlot, generate_callback(&cr)); in TEST_P()65 EXPECT_EQ(curSlot, activeSlot); in TEST_P()