Searched refs:IsSlotUnbootable (Results 1 – 2 of 2) sorted by relevance
2110 EXPECT_TRUE(test_device->IsSlotUnbootable(1)); in TEST_F()2111 EXPECT_FALSE(test_device->IsSlotUnbootable(0)); in TEST_F()2133 EXPECT_FALSE(test_device->IsSlotUnbootable(0)); in TEST_F()2134 EXPECT_FALSE(test_device->IsSlotUnbootable(1)); in TEST_F()2161 ASSERT_FALSE(test_device->IsSlotUnbootable(1)); in TEST_F()2162 ASSERT_FALSE(test_device->IsSlotUnbootable(0)); in TEST_F()2222 ASSERT_FALSE(test_device->IsSlotUnbootable(1)); in TEST_F()2223 ASSERT_FALSE(test_device->IsSlotUnbootable(0)); in TEST_F()
109 bool IsSlotUnbootable(uint32_t slot) { return unbootable_slots_.count(slot) != 0; } in IsSlotUnbootable() function