Home
last modified time | relevance | path

Searched refs:SetLicense (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/idl_tool/ast/
H A Dast_interface_type.h34 void SetLicense(const String& license) in SetLicense() function in OHOS::Idl::ASTInterfaceType
H A Dast_module.h50 void SetLicense(const String& license) in SetLicense() function in OHOS::Idl::ASTModule
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_interface_type.h47 inline void SetLicense(const std::string &license) in SetLicense() function in OHOS::Idl::ASTInterfaceType
H A Dast.h98 inline void SetLicense(const std::string &license) in SetLicense() function in OHOS::Idl::AST
/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_reader.cpp119 interface->SetLicense(std::string(reinterpret_cast<char*>(mi->license_))); in ReadMetaInterface()
120 ast_->SetLicense(std::string(reinterpret_cast<char*>(mi->license_))); in ReadMetaInterface()
/foundation/ability/idl_tool/parser/
H A Dparser.cpp97 module_->SetLicense(lexer_.GetComment()); in ParseLicense()
212 interface->SetLicense(module_->GetLicense()); in ParseInterfaceEnd()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp106 ast_->SetLicense(ParseLicense()); in ParseFile()
547 interfaceType->SetLicense(ast_->GetLicense()); in ParseInterface()

Completed in 7 milliseconds