Home
last modified time | relevance | path

Searched refs:SystemLevel (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/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.cpp54 std::vector<AutoPtr<ASTMethod>> ASTInterfaceType::GetMethodsBySystem(SystemLevel system) const in GetMethodsBySystem()
125 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitCppType()
H A Dast_interface_type.h103 std::vector<AutoPtr<ASTMethod>> GetMethodsBySystem(SystemLevel system) const;
/ohos5.0/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.cpp66 std::vector<AutoPtr<ASTMethod>> ASTInterfaceType::GetMethodsBySystem(SystemLevel system) const in GetMethodsBySystem()
H A Dast_interface_type.h118 std::vector<AutoPtr<ASTMethod>> GetMethodsBySystem(SystemLevel system) const;
/ohos5.0/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 { enum
/ohos5.0/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 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()
H A Dcommon.h28 enum class SystemLevel { enum
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_generator.cpp38 SystemLevel::MINI,
49 SystemLevel::LITE,
67 SystemLevel::FULL,
H A Dhdi_code_generator.h26 …using GeneratePolicies = std::map<SystemLevel, std::map<GenMode, std::map<Language, CodeGenFunc>>>;
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcode_generator.cpp31 SystemLevel::MINI,
42 SystemLevel::LITE,
60 SystemLevel::FULL,
H A Dcode_generator.h22 using GeneratePolicies = std::map<SystemLevel, std::map<GenMode, std::map<Language, CodeGenFunc>>>;
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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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()