Home
last modified time | relevance | path

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

/system/libvintf/
DManifestInstance.cpp90 const FqInstance& ManifestInstance::getFqInstance() const { in getFqInstance() function in android::vintf::ManifestInstance
137 return getFqInstance().string(); in description()
158 CHECK(fqInstance.setTo(getFqInstance().getPackage(), v.majorVer, v.minorVer, in withVersion()
159 getFqInstance().getInterface(), getFqInstance().getInstance())); in withVersion()
DHalManifest.cpp256 manifestInstances.insert(manifestInstance.getFqInstance()); in checkIncompatibleHals()
304 childrenMap.equal_range(manifestInstance.getFqInstance().getFqName().string()); in checkUnusedHals()
/system/libvintf/include/vintf/
DManifestInstance.h59 const FqInstance& getFqInstance() const;