Home
last modified time | relevance | path

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

/system/libvintf/
DManifestInstance.cpp42 : mFqInstance(std::move(fqInstance)), mTransportArch(std::move(ta)), mHalFormat(fmt) {} in ManifestInstance()
45 : mFqInstance(fqInstance), mTransportArch(ta), mHalFormat(fmt) {} in ManifestInstance()
48 return mFqInstance.getPackage(); in package()
52 return mFqInstance.getVersion(); in version()
56 return mFqInstance.getInterface(); in interface()
60 return mFqInstance.getInstance(); in instance()
76 return mFqInstance; in getFqInstance()
80 return mFqInstance == other.mFqInstance && mTransportArch == other.mTransportArch && in operator ==()
84 if (mFqInstance < other.mFqInstance) return true; in operator <()
85 if (other.mFqInstance < mFqInstance) return false; in operator <()
[all …]
DMatrixInstance.cpp40 mFqInstance(std::move(fqInstance)), in MatrixInstance()
48 mFqInstance(fqInstance), in MatrixInstance()
54 return mFqInstance.getPackage(); in package()
62 return mFqInstance.getInterface(); in interface()
92 return isRegex() ? mFqInstance.getInstance() : kEmptyString; in regexPattern()
97 return isRegex() ? kEmptyString : mFqInstance.getInstance(); in exactInstance()
/system/libvintf/include/vintf/
DManifestInstance.h64 FqInstance mFqInstance;
DMatrixInstance.h79 FqInstance mFqInstance; variable