Searched refs:SystemLevel (Results 1 - 12 of 12) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_attribute.cpp | 61 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 D | ast_attribute.h | 61 bool Match(SystemLevel level) const;
|
H A D | ast_interface_type.h | 118 std::vector<AutoPtr<ASTMethod>> GetMethodsBySystem(SystemLevel system) const;
|
H A D | ast_interface_type.cpp | 66 std::vector<AutoPtr<ASTMethod>> ASTInterfaceType::GetMethodsBySystem(SystemLevel system) const in GetMethodsBySystem()
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | options.cpp | 184 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 D | options.h | 156 inline SystemLevel GetSystemLevel() const in GetSystemLevel() 208 systemLevel(SystemLevel::INIT), in Options() 292 SystemLevel systemLevel;
|
H A D | common.h | 30 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 D | hdi_code_generator.h | 26 using GeneratePolicies = std::map<SystemLevel, std::map<GenMode, std::map<Language, CodeGenFunc>>>;
|
H A D | hdi_code_generator.cpp | 38 SystemLevel::MINI,
49 SystemLevel::LITE,
67 SystemLevel::FULL,
|
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/ |
H A D | hdi_interface_type_emitter.cpp | 44 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitCppType()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/ |
H A D | cpp_client_proxy_code_emitter.cpp | 325 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 D | parser.cpp | 608 case SystemLevel::FULL:
in CheckInterfaceAttr() 612 case SystemLevel::LITE:
in CheckInterfaceAttr() 616 case SystemLevel::MINI:
in CheckInterfaceAttr()
|
Completed in 10 milliseconds