Home
last modified time | relevance | path

Searched refs:GetFullName (Results 1 - 13 of 13) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H A Dpreprocessor.cpp76 fileDetails[info.GetFullName()] = info; in UnitPreprocess()
111 allFileDetails[info.GetFullName()] = info; in AnalyseImportInfo()
113 Logger::E(TAG, "failed to load other by %s", info.GetFullName().c_str()); in AnalyseImportInfo()
252 compileSourceFiles.push_back(allFileDetails.at(curFile.GetFullName())); in CheckCircularReference()
260 auto position = otherFile.imports_.find(curFile.GetFullName()); in CheckCircularReference()
291 FindCycle(filePair.second.GetFullName(), allFileDetails, traceNodes); in PrintCyclefInfo()
H A Dpreprocessor.h24 inline std::string GetFullName() const in GetFullName() function in OHOS::HDI::FileDetail
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcpp_code_emitter.cpp63 PackageToFilePath(importAst->GetFullName()); in GetImportInclusions()
201 std::string selfNameSpace = EmitPackageToNameSpace(EmitNamespace(ast_->GetFullName())); in EmitImportUsingNamespace()
205 std::string nameSpace = EmitPackageToNameSpace(EmitNamespace(import->GetFullName())); in EmitImportUsingNamespace()
H A Djava_client_interface_code_emitter.cpp105 sb.AppendFormat("import %s;\n", import->GetFullName().c_str()); in EmitInterfaceSelfDefinedTypeImports()
H A Dc_code_emitter.cpp29 std::string fileName = PackageToFilePath(importAst->GetFullName()); in GetImportInclusions()
H A Djava_client_proxy_code_emitter.cpp97 sb.AppendFormat("import %s;\n", import->GetFullName().c_str()); in EmitProxySelfDefinedTypeImports()
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_sequenceable_type.h28 std::string GetFullName() const;
H A Dast.cpp242 if (imports_.find(importAst->GetFullName()) != imports_.end()) { in AddImport()
246 imports_[importAst->GetFullName()] = importAst; in AddImport()
H A Dast.h78 inline std::string GetFullName() in GetFullName() function in OHOS::HDI::AST
H A Dast_interface_type.h145 std::string GetFullName() const;
H A Dast_sequenceable_type.cpp46 std::string ASTSequenceableType::GetFullName() const in GetFullName() function in OHOS::HDI::ASTSequenceableType
H A Dast_interface_type.cpp96 std::string ASTInterfaceType::GetFullName() const in GetFullName() function in OHOS::HDI::ASTInterfaceType
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp406 interfaceType->SetNamespace(ast_->ParseNamespace(ast_->GetFullName())); in ParseInterface()
1042 enumType->SetNamespace(ast_->ParseNamespace(ast_->GetFullName())); in ParseEnumDeclaration()
1156 structType->SetNamespace(ast_->ParseNamespace(ast_->GetFullName())); in ParseStructDeclaration()
1261 unionType->SetNamespace(ast_->ParseNamespace(ast_->GetFullName())); in ParseUnionDeclaration()
1773 allAsts_[ast->GetFullName()] = ast; in AddAst()

Completed in 8 milliseconds