Home
last modified time | relevance | path

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

/hardware/interfaces/boot/aidl/vts/functional/
DVtsHalBootAidlTargetTest.cpp81 int otherSlot = curSlot ? 0 : 1; in TEST_P() local
83 boot->isSlotBootable(otherSlot, &otherBootable); in TEST_P()
95 const auto result = boot->setSlotAsUnbootable(otherSlot); in TEST_P()
114 int otherSlot = curSlot ? 0 : 1; in TEST_P() local
116 boot->isSlotBootable(otherSlot, &otherBootable); in TEST_P()
118 auto result = boot->setSlotAsUnbootable(otherSlot); in TEST_P()
120 boot->isSlotBootable(otherSlot, &otherBootable); in TEST_P()
125 result = boot->setActiveBootSlot(otherSlot); in TEST_P()
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp85 Slot otherSlot = curSlot ? 0 : 1; in TEST_P() local
86 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P()
101 result = boot->setSlotAsUnbootable(otherSlot, generate_callback(&cr)); in TEST_P()
121 Slot otherSlot = curSlot ? 0 : 1; in TEST_P() local
122 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P()
125 Return<void> result = boot->setSlotAsUnbootable(otherSlot, generate_callback(&cr)); in TEST_P()
128 EXPECT_EQ(BoolResult::FALSE, boot->isSlotBootable(otherSlot)); in TEST_P()
132 result = boot->setActiveBootSlot(otherSlot, generate_callback(&cr)); in TEST_P()
/hardware/interfaces/boot/1.2/vts/functional/
DVtsHalBootV1_2TargetTest.cpp53 Slot otherSlot = curSlot ? 0 : 1; in TEST_P() local
57 Return<void> result = boot->setActiveBootSlot(otherSlot, generate_callback(&cr)); in TEST_P()
60 EXPECT_EQ(otherSlot, activeSlot); in TEST_P()