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/
Djava_code_emitter.cpp15 if (ast_->GetLicense().empty()) { in EmitLicense()
18 sb.Append(ast_->GetLicense()).Append("\n\n"); in EmitLicense()
Dc_code_emitter.cpp112 if (ast_->GetLicense().empty()) { in EmitLicense()
115 sb.Append(ast_->GetLicense()).Append("\n\n"); in EmitLicense()
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/
Dast.h93 inline std::string GetLicense() in GetLicense() function
Dast_interface_type.h44 inline std::string GetLicense() const in GetLicense() function
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp401 interfaceType->SetLicense(ast_->GetLicense()); in ParseInterface()