Searched refs:SystemLevel (Results 1 – 11 of 11) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
D | ast_attribute.cpp | 54 bool ASTAttr::Match(SystemLevel level) const in Match() 57 case SystemLevel::MINI: in Match() 59 case SystemLevel::LITE: in Match() 61 case SystemLevel::FULL: in Match()
|
D | ast_attribute.h | 42 bool Match(SystemLevel level) const;
|
D | ast_interface_type.h | 103 std::vector<AutoPtr<ASTMethod>> GetMethodsBySystem(SystemLevel system) const;
|
D | ast_interface_type.cpp | 54 std::vector<AutoPtr<ASTMethod>> ASTInterfaceType::GetMethodsBySystem(SystemLevel system) const in GetMethodsBySystem() 123 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitCppType()
|
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
D | options.h | 113 inline SystemLevel GetSystemLevel() const in GetSystemLevel() 131 systemLevel(SystemLevel::FULL), in Options() 178 SystemLevel systemLevel;
|
D | common.h | 28 enum class SystemLevel { enum
|
D | options.cpp | 101 static std::map<std::string, SystemLevel> systemLevelMap = { in SetSystemLevel() 102 {"mini", SystemLevel::MINI}, in SetSystemLevel() 103 {"lite", SystemLevel::LITE}, in SetSystemLevel() 104 {"full", SystemLevel::FULL}, in SetSystemLevel()
|
/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
D | code_generator.h | 22 using GeneratePolicies = std::map<SystemLevel, std::map<GenMode, std::map<Language, CodeGenFunc>>>;
|
D | code_generator.cpp | 31 SystemLevel::MINI, 42 SystemLevel::LITE, 60 SystemLevel::FULL,
|
D | cpp_client_proxy_code_emitter.cpp | 229 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitPassthroughProxySourceInclusions() 402 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitProxyPassthroughtLoadImpl() 417 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitProxyPassthroughtLoadImpl()
|
/drivers/hdf_core/framework/tools/hdi-gen/parser/ |
D | parser.cpp | 468 case SystemLevel::FULL: in CheckInterfaceAttr() 472 case SystemLevel::LITE: in CheckInterfaceAttr() 476 case SystemLevel::MINI: in CheckInterfaceAttr()
|