Lines Matching refs:curSlot
59 int curSlot = -1; in TEST_P() local
60 boot->getCurrentSlot(&curSlot); in TEST_P()
63 ASSERT_LT(curSlot, slots); in TEST_P()
70 int curSlot = 0; in TEST_P() local
71 boot->getCurrentSlot(&curSlot); in TEST_P()
73 boot->isSlotMarkedSuccessful(curSlot, &ret); in TEST_P()
78 int curSlot = -1; in TEST_P() local
79 boot->getCurrentSlot(&curSlot); in TEST_P()
80 ASSERT_GE(curSlot, 0); in TEST_P()
81 int otherSlot = curSlot ? 0 : 1; in TEST_P()
91 auto result = boot->setActiveBootSlot(curSlot); in TEST_P()
111 int curSlot = -1; in TEST_P() local
112 boot->getCurrentSlot(&curSlot); in TEST_P()
113 ASSERT_GE(curSlot, 0); in TEST_P()
114 int otherSlot = curSlot ? 0 : 1; in TEST_P()
128 result = boot->setActiveBootSlot(curSlot); in TEST_P()