Home
last modified time | relevance | path

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

/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_attribute.cpp61 bool ASTAttr::Match(SystemLevel level) const in Match()
64 case SystemLevel::MINI: in Match()
66 case SystemLevel::LITE: in Match()
68 case SystemLevel::FULL: in Match()
H A Dast_attribute.h61 bool Match(SystemLevel level) const;
H A Dast_interface_type.h118 std::vector<AutoPtr<ASTMethod>> GetMethodsBySystem(SystemLevel system) const;
H A Dast_interface_type.cpp66 std::vector<AutoPtr<ASTMethod>> ASTInterfaceType::GetMethodsBySystem(SystemLevel system) const in GetMethodsBySystem()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.cpp184 static std::map<std::string, SystemLevel> systemLevelMap = { in SetSystemLevel()
185 {"mini", SystemLevel::MINI}, in SetSystemLevel()
186 {"lite", SystemLevel::LITE}, in SetSystemLevel()
187 {"full", SystemLevel::FULL}, in SetSystemLevel()
363 if (systemLevel != SystemLevel::INIT) { in DoSupportSaType()
438 if (systemLevel == SystemLevel::INIT) { in SetHdiDefaultOption()
439 systemLevel = SystemLevel::FULL; in SetHdiDefaultOption()
509 systemLevel = SystemLevel::INIT; in SetSmDefaultOption()
H A Doptions.h156 inline SystemLevel GetSystemLevel() const in GetSystemLevel()
208 systemLevel(SystemLevel::INIT), in Options()
292 SystemLevel systemLevel;
H A Dcommon.h30 enum class SystemLevel { class
42 /** generate hdi code of low mode, it is only supported by 'MINI' SystemLevel */
44 /** generate hdi code of pass through mode, it is only supported by 'LITE' or 'std' SystemLevel */
46 /** generate hdi code of ipc mode, it is only supported by 'std' SystemLevel */
48 /** generate hdi code of kernel mode, it is only supported by 'LITE' or 'std' SystemLevel */
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_generator.h26 using GeneratePolicies = std::map<SystemLevel, std::map<GenMode, std::map<Language, CodeGenFunc>>>;
H A Dhdi_code_generator.cpp38 SystemLevel::MINI,
49 SystemLevel::LITE,
67 SystemLevel::FULL,
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H A Dhdi_interface_type_emitter.cpp44 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitCppType()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_client_proxy_code_emitter.cpp325 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitPassthroughProxySourceInclusions()
588 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitProxyPassthroughtLoadImpl()
603 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitProxyPassthroughtLoadImpl()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp608 case SystemLevel::FULL: in CheckInterfaceAttr()
612 case SystemLevel::LITE: in CheckInterfaceAttr()
616 case SystemLevel::MINI: in CheckInterfaceAttr()

Completed in 10 milliseconds