Home
last modified time | relevance | path

Searched refs:getInterfaceStubName (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/tools/hidl/utils/include/hidl-util/
H A DFQName.h144 std::string getInterfaceStubName() const;
/aosp12/system/tools/hidl/utils/
H A DFQName.cpp385 std::string FQName::getInterfaceStubName() const { in getInterfaceStubName() function in android::FQName
402 return FQName(package(), version(), getInterfaceStubName()); in getInterfaceStubFqName()
/aosp12/system/tools/hidl/
H A DgenerateCpp.cpp409 generateCppPackageInclude(out, item, item.getInterfaceStubName()); in generateHwBinderHeader()
1447 const std::string& klassName = fqName.getInterfaceStubName(); in generateStaticStubMethodSource()
H A DInterface.cpp691 return fqName().getInterfaceStubName(); in getStubName()
H A Dmain.cpp1074 [](const FQName& fqName) { return fqName.getInterfaceStubName() + ".h"; }, in __anonb1df64e51002()