Searched refs:IsSlotUnbootable (Results 1 – 2 of 2) sorted by relevance
1884 EXPECT_TRUE(test_device->IsSlotUnbootable(1)); in TEST_F()1885 EXPECT_FALSE(test_device->IsSlotUnbootable(0)); in TEST_F()1907 EXPECT_FALSE(test_device->IsSlotUnbootable(0)); in TEST_F()1908 EXPECT_FALSE(test_device->IsSlotUnbootable(1)); in TEST_F()1937 ASSERT_FALSE(test_device->IsSlotUnbootable(1)); in TEST_F()1938 ASSERT_FALSE(test_device->IsSlotUnbootable(0)); in TEST_F()1998 ASSERT_FALSE(test_device->IsSlotUnbootable(1)); in TEST_F()1999 ASSERT_FALSE(test_device->IsSlotUnbootable(0)); in TEST_F()
103 bool IsSlotUnbootable(uint32_t slot) { return unbootable_slots_.count(slot) != 0; } in IsSlotUnbootable() function