Home
last modified time | relevance | path

Searched refs:curSlot (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp78 Slot curSlot = boot->getCurrentSlot(); in TEST_F() local
80 EXPECT_LT(curSlot, slots); in TEST_F()
89 Slot curSlot = boot->getCurrentSlot(); in TEST_F() local
90 BoolResult ret = boot->isSlotMarkedSuccessful(curSlot); in TEST_F()
123 Slot curSlot = boot->getCurrentSlot(); in TEST_F() local
124 Slot otherSlot = curSlot ? 0 : 1; in TEST_F()
135 result = boot->setActiveBootSlot(curSlot, generate_callback(&cr)); in TEST_F()