Searched refs:hasAidlInstance (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/libvintf/test/ |
H A 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() 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() 3922 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "default")); in TEST_F() 3923 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "test0")); in TEST_F() 3924 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", 5, "IFoo", "default")); in TEST_F() 3925 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", 5, "IFoo", "test0")); in TEST_F() 3951 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "default")); in TEST_F() 3952 EXPECT_TRUE(manifest.hasAidlInstance("android.system.foo", "IFoo", "test0")); in TEST_F() [all …]
|
/aosp12/system/libvintf/include/vintf/ |
H A D | HalManifest.h | 141 bool hasAidlInstance(const std::string& package, size_t version, 145 bool hasAidlInstance(const std::string& package, const std::string& interfaceName,
|
/aosp12/system/libvintf/ |
H A 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
|
/aosp12/frameworks/native/cmds/servicemanager/ |
H A D | ServiceManager.cpp | 86 if (mwd.manifest->hasAidlInstance(aname.package, aname.iface, aname.instance)) { in isVintfDeclared()
|