Home
last modified time | relevance | path

Searched refs:SystemLevel (Results 1 - 11 of 11) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_attribute.cpp54 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 Dast_attribute.h47 bool Match(SystemLevel level) const;
H A Dast_interface_type.h103 std::vector<AutoPtr<ASTMethod>> GetMethodsBySystem(SystemLevel system) const;
H A Dast_interface_type.cpp54 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 Doptions.h113 inline SystemLevel GetSystemLevel() const in GetSystemLevel()
131 systemLevel(SystemLevel::FULL), in Options()
180 SystemLevel systemLevel;
H A Dcommon.h28 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 Doptions.cpp101 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 Dcode_generator.h22 using GeneratePolicies = std::map<SystemLevel, std::map<GenMode, std::map<Language, CodeGenFunc>>>;
H A Dcode_generator.cpp31 SystemLevel::MINI,
42 SystemLevel::LITE,
60 SystemLevel::FULL,
H A Dcpp_client_proxy_code_emitter.cpp323 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 Dparser.cpp474 case SystemLevel::FULL: in CheckInterfaceAttr()
478 case SystemLevel::LITE: in CheckInterfaceAttr()
482 case SystemLevel::MINI: in CheckInterfaceAttr()

Completed in 9 milliseconds