Searched refs:expectInstance (Results 1 – 1 of 1) sorted by relevance
708 FqInstance expectInstance; in TEST_F() local709 EXPECT_TRUE(expectInstance.setTo("android.hardware.foo@1.0::IFoo/default")); in TEST_F()711 fcm->forEachHidlInstance([&found, &expectInstance](const auto& matrixInstance) { in TEST_F()712 found |= matrixInstance.isSatisfiedBy(expectInstance); in TEST_F()