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.cpp66 Slot curSlot = boot->getCurrentSlot(); in TEST_P() local
68 EXPECT_LT(curSlot, slots); in TEST_P()
77 Slot curSlot = boot->getCurrentSlot(); in TEST_P() local
78 BoolResult ret = boot->isSlotMarkedSuccessful(curSlot); in TEST_P()
85 Slot curSlot = boot->getCurrentSlot(); in TEST_P() local
86 Slot otherSlot = curSlot ? 0 : 1; in TEST_P()
97 auto result = boot->setActiveBootSlot(curSlot, generate_callback(&cr)); in TEST_P()
122 Slot curSlot = boot->getCurrentSlot(); in TEST_P() local
123 Slot otherSlot = curSlot ? 0 : 1; in TEST_P()
138 result = boot->setActiveBootSlot(curSlot, generate_callback(&cr)); in TEST_P()