Home
last modified time | relevance | path

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

/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp86 Slot otherSlot = curSlot ? 0 : 1; in TEST_P() local
87 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P()
102 result = boot->setSlotAsUnbootable(otherSlot, generate_callback(&cr)); in TEST_P()
123 Slot otherSlot = curSlot ? 0 : 1; in TEST_P() local
124 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P()
127 Return<void> result = boot->setSlotAsUnbootable(otherSlot, generate_callback(&cr)); in TEST_P()
130 EXPECT_EQ(BoolResult::FALSE, boot->isSlotBootable(otherSlot)); in TEST_P()
134 result = boot->setActiveBootSlot(otherSlot, generate_callback(&cr)); in TEST_P()