Searched refs:GetNameWithNamespace (Results 1 – 3 of 3) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
D | ast_interface_type.cpp | 128 …return StringHelper::Format("%s<%s>", pointerName.c_str(), GetNameWithNamespace(namespace_, name_)… in EmitCppType() 131 … "const %s<%s>&", pointerName.c_str(), GetNameWithNamespace(namespace_, name_).c_str()); in EmitCppType() 134 "%s<%s>&", pointerName.c_str(), GetNameWithNamespace(namespace_, name_).c_str()); in EmitCppType() 136 …return StringHelper::Format("%s<%s>", pointerName.c_str(), GetNameWithNamespace(namespace_, name_)… in EmitCppType() 191 name.c_str(), GetNameWithNamespace(namespace_, name_).c_str()); in EmitCppWriteVar() 201 …sb.Append(prefix).AppendFormat("sptr<%s> %s;\n", GetNameWithNamespace(namespace_, name_).c_str(), … in EmitCppReadVar() 204 GetNameWithNamespace(namespace_, name_).c_str(), parcelName.c_str(), name.c_str()); in EmitCppReadVar()
|
D | ast_type.h | 202 virtual std::string GetNameWithNamespace(AutoPtr<ASTNamespace> space, std::string name) const;
|
D | ast_type.cpp | 315 std::string ASTType::GetNameWithNamespace(AutoPtr<ASTNamespace> space, std::string name) const in GetNameWithNamespace() function in OHOS::HDI::ASTType
|