HomeSort by relevance Sort by last modified time
    Searched refs:mFqName (Results 1 - 3 of 3) sorted by null

  /system/tools/hidl/
Reference.h 38 : mResolved(nullptr), mFqName(fqName), mLocation(location) {}
46 : mResolved(ref.mResolved), mFqName(ref.mFqName), mLocation(ref.mLocation) {}
50 : mResolved(ref.mResolved), mFqName(ref.mFqName), mLocation(location) {}
93 return mFqName;
107 FQName mFqName;
116 return mFqName.isValid();
  /system/tools/hidl/utils/
FqInstance.cpp 26 return mFqName.package();
34 return hasVersion() ? mFqName.getPackageMajorVersion() : 0;
38 return hasVersion() ? mFqName.getPackageMinorVersion() : 0;
46 return mFqName.hasVersion();
50 return mFqName.getInterfaceName();
54 return mFqName.isInterfaceName();
67 if (!mFqName.setTo(s.substr(0, pos))) return false;
112 std::string ret = mFqName.string();
  /system/tools/hidl/utils/include/hidl-util/
FqInstance.h 91 FQName mFqName;

Completed in 118 milliseconds