Home
last modified time | relevance | path

Searched refs:LITE (Results 1 - 15 of 15) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_attribute.cpp28 if (value_ & ASTAttr::LITE) { in ToString()
66 case SystemLevel::LITE: in Match()
67 return HasValue(ASTAttr::LITE); in Match()
H A Dast_union_type.h56 return attr_ != nullptr ? attr_->HasValue(ASTAttr::LITE) : false; in IsLite()
H A Dast_attribute.h28 static constexpr Attribute LITE = 0x1U << 1; member in OHOS::Idl::ASTAttr
H A Dast_struct_type.h56 return attr_ != nullptr ? attr_->HasValue(ASTAttr::LITE) : false; in IsLite()
H A Dast_interface_type.h104 return attr_->HasValue(ASTAttr::LITE); in IsLite()
H A Dast_method.h75 return attr_->HasValue(ASTAttr::LITE); in IsLite()
H A Dast_enum_type.h93 return attr_ != nullptr ? attr_->HasValue(ASTAttr::LITE) : false; in IsLite()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dcommon.h35 LITE, member in OHOS::Idl::SystemLevel
44 /** generate hdi code of pass through mode, it is only supported by 'LITE' or 'std' SystemLevel */
48 /** generate hdi code of kernel mode, it is only supported by 'LITE' or 'std' SystemLevel */
H A Doptions.cpp186 {"lite", SystemLevel::LITE}, in SetSystemLevel()
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h62 LITE, // "lite" member in OHOS::Idl::TokenType
H A Dlexer.cpp57 {"lite", TokenType::LITE },
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp474 case TokenType::LITE: in ParseAttrUnit()
576 case TokenType::LITE: in ParseInfAttrInfo()
577 infAttr->SetValue(ASTAttr::LITE); in ParseInfAttrInfo()
595 (!infAttr->HasValue(ASTAttr::FULL) && !infAttr->HasValue(ASTAttr::LITE) && in ParseInfAttrInfo()
597 infAttr->SetValue(ASTAttr::FULL | ASTAttr::LITE | ASTAttr::MINI); in ParseInfAttrInfo()
612 case SystemLevel::LITE: in CheckInterfaceAttr()
753 case TokenType::LITE: in ParseMethodAttr()
754 methodAttr->SetValue(ASTAttr::LITE); in ParseMethodAttr()
1562 case TokenType::LITE: in ParseUserDefTypeAttr()
1563 attr->SetValue(ASTAttr::LITE); in ParseUserDefTypeAttr()
[all...]
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_generator.cpp49 SystemLevel::LITE,
/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()

Completed in 9 milliseconds