Home
last modified time | relevance | path

Searched refs:GetLicense (Results 1 - 6 of 6) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Djava_code_emitter.cpp15 if (ast_->GetLicense().empty()) { in EmitLicense()
18 sb.Append(ast_->GetLicense()).Append("\n\n"); in EmitLicense()
H A Dc_code_emitter.cpp112 if (ast_->GetLicense().empty()) { in EmitLicense()
115 sb.Append(ast_->GetLicense()).Append("\n\n"); in EmitLicense()
H A Dcpp_code_emitter.cpp76 if (ast_->GetLicense().empty()) { in EmitLicense()
79 sb.Append(ast_->GetLicense()).Append("\n\n"); in EmitLicense()
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast.h93 inline std::string GetLicense() in GetLicense() function in OHOS::HDI::AST
H A Dast_interface_type.h44 inline std::string GetLicense() const in GetLicense() function in OHOS::HDI::ASTInterfaceType
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp407 interfaceType->SetLicense(ast_->GetLicense()); in ParseInterface()

Completed in 6 milliseconds