/ohos5.0/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.cpp | 54 std::vector<AutoPtr<ASTMethod>> ASTInterfaceType::GetMethodsBySystem(SystemLevel system) const in GetMethodsBySystem() 125 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitCppType()
|
H A D | ast_interface_type.h | 103 std::vector<AutoPtr<ASTMethod>> GetMethodsBySystem(SystemLevel system) const;
|
/ohos5.0/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.cpp | 66 std::vector<AutoPtr<ASTMethod>> ASTInterfaceType::GetMethodsBySystem(SystemLevel system) const in GetMethodsBySystem()
|
H A D | ast_interface_type.h | 118 std::vector<AutoPtr<ASTMethod>> GetMethodsBySystem(SystemLevel system) const;
|
/ohos5.0/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 { enum
|
/ohos5.0/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 | 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()
|
H A D | common.h | 28 enum class SystemLevel { enum
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/ |
H A D | hdi_code_generator.cpp | 38 SystemLevel::MINI, 49 SystemLevel::LITE, 67 SystemLevel::FULL,
|
H A D | hdi_code_generator.h | 26 …using GeneratePolicies = std::map<SystemLevel, std::map<GenMode, std::map<Language, CodeGenFunc>>>;
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | code_generator.cpp | 31 SystemLevel::MINI, 42 SystemLevel::LITE, 60 SystemLevel::FULL,
|
H A D | code_generator.h | 22 using GeneratePolicies = std::map<SystemLevel, std::map<GenMode, std::map<Language, CodeGenFunc>>>;
|
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()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/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()
|