Home
last modified time | relevance | path

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

/hardware/interfaces/boot/aidl/vts/functional/
DVtsHalBootAidlTargetTest.cpp82 bool otherBootable = true; in TEST_P() local
83 boot->isSlotBootable(otherSlot, &otherBootable); in TEST_P()
94 if (!otherBootable) { in TEST_P()
115 bool otherBootable = false; in TEST_P() local
116 boot->isSlotBootable(otherSlot, &otherBootable); in TEST_P()
120 boot->isSlotBootable(otherSlot, &otherBootable); in TEST_P()
121 ASSERT_FALSE(otherBootable); in TEST_P()
124 if (otherBootable) { in TEST_P()
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp86 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P() local
100 if (otherBootable == BoolResult::FALSE) { in TEST_P()
122 auto otherBootable = boot->isSlotBootable(otherSlot); in TEST_P() local
131 if (otherBootable == BoolResult::TRUE) { in TEST_P()