Searched refs:SystemLevel (Results 1 - 11 of 11) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A 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()
|
H A D | ast_attribute.h | 47 bool Match(SystemLevel level) const;
|
H A D | ast_interface_type.h | 103 std::vector<AutoPtr<ASTMethod>> GetMethodsBySystem(SystemLevel system) const;
|
H A D | ast_interface_type.cpp | 54 std::vector<AutoPtr<ASTMethod>> ASTInterfaceType::GetMethodsBySystem(SystemLevel system) const in GetMethodsBySystem() 125 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitCppType()
|
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | options.h | 113 inline SystemLevel GetSystemLevel() const in GetSystemLevel() 131 systemLevel(SystemLevel::FULL), in Options() 180 SystemLevel systemLevel;
|
H A D | common.h | 28 enum class SystemLevel {
class 38 /** generate hdi code of low mode, it is only supported by 'MINI' SystemLevel */
40 /** generate hdi code of pass through mode, it is only supported by 'LITE' or 'std' SystemLevel */
42 /** generate hdi code of ipc mode, it is only supported by 'std' SystemLevel */
44 /** generate hdi code of kernel mode, it is only supported by 'LITE' or 'std' SystemLevel */
|
H A 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/ |
H A D | code_generator.h | 22 using GeneratePolicies = std::map<SystemLevel, std::map<GenMode, std::map<Language, CodeGenFunc>>>;
|
H A D | code_generator.cpp | 31 SystemLevel::MINI,
42 SystemLevel::LITE,
60 SystemLevel::FULL,
|
H A D | cpp_client_proxy_code_emitter.cpp | 323 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) {
in EmitPassthroughProxySourceInclusions() 577 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) {
in EmitProxyPassthroughtLoadImpl() 592 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) {
in EmitProxyPassthroughtLoadImpl()
|
/drivers/hdf_core/framework/tools/hdi-gen/parser/ |
H A D | parser.cpp | 474 case SystemLevel::FULL:
in CheckInterfaceAttr() 478 case SystemLevel::LITE:
in CheckInterfaceAttr() 482 case SystemLevel::MINI:
in CheckInterfaceAttr()
|
Completed in 13 milliseconds