Searched refs:hasAidlInstance (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/test/ |
D | LibVintfTest.cpp | 3707 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "default")); in TEST_F() 3708 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "test0")); in TEST_F() 3709 EXPECT_FALSE(manifest.hasAidlInstance("android.system.foo", "IFoo", "does_not_exist")); in TEST_F() 3710 EXPECT_FALSE(manifest.hasAidlInstance("android.system.foo", "IDoesNotExist", "default")); in TEST_F() 3711 EXPECT_FALSE(manifest.hasAidlInstance("android.system.does_not_exist", "IFoo", "default")); in TEST_F() 3731 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "default")); in TEST_F() 3732 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "test0")); in TEST_F() 3733 EXPECT_FALSE(manifest.hasAidlInstance("android.system.foo", "IFoo", "does_not_exist")); in TEST_F() 3734 EXPECT_FALSE(manifest.hasAidlInstance("android.system.foo", "IDoesNotExist", "default")); in TEST_F() 3735 EXPECT_FALSE(manifest.hasAidlInstance("android.system.does_not_exist", "IFoo", "default")); in TEST_F() [all …]
|
/system/libvintf/include/vintf/ |
D | HalManifest.h | 141 bool hasAidlInstance(const std::string& package, size_t version, 145 bool hasAidlInstance(const std::string& package, const std::string& interfaceName,
|
/system/libvintf/ |
D | HalManifest.cpp | 596 bool HalManifest::hasAidlInstance(const std::string& package, const std::string& interface, in hasAidlInstance() function in android::vintf::HalManifest 598 return hasAidlInstance(package, 0, interface, instance); in hasAidlInstance() 601 bool HalManifest::hasAidlInstance(const std::string& package, size_t version, in hasAidlInstance() function in android::vintf::HalManifest
|