Home
last modified time | relevance | path

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

/system/libvintf/test/
Dvintf_object_tests.cpp789 FqInstance expectInstance; in TEST_F() local
790 EXPECT_TRUE(expectInstance.setTo("android.hardware.foo@1.0::IFoo/default")); in TEST_F()
792 fcm->forEachHidlInstance([&found, &expectInstance](const auto& matrixInstance) { in TEST_F()
793 found |= matrixInstance.isSatisfiedBy(expectInstance); in TEST_F()