Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_attribute.cpp21 if (value_ & ASTAttr::LITE) { in ToString()
59 case SystemLevel::LITE: in Match()
60 return HasValue(ASTAttr::LITE); in Match()
H A Dast_attribute.h21 static constexpr Attribute LITE = 0x1U << 1; member in OHOS::HDI::ASTAttr
H A Dast_method.h56 return attr_->HasValue(ASTAttr::LITE); in IsLite()
H A Dast_struct_type.h49 return attr_ != nullptr ? attr_->HasValue(ASTAttr::LITE) : false; in IsLite()
H A Dast_union_type.h49 return attr_ != nullptr ? attr_->HasValue(ASTAttr::LITE) : false; in IsLite()
H A Dast_enum_type.h86 return attr_ != nullptr ? attr_->HasValue(ASTAttr::LITE) : false; in IsLite()
H A Dast_interface_type.h91 return attr_->HasValue(ASTAttr::LITE); in IsLite()
H A Dast_interface_type.cpp125 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitCppType()
/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dcommon.h32 LITE, member in OHOS::HDI::SystemLevel
40 /** generate hdi code of pass through mode, it is only supported by 'LITE' or 'std' SystemLevel */
44 /** generate hdi code of kernel mode, it is only supported by 'LITE' or 'std' SystemLevel */
H A Doptions.cpp103 {"lite", SystemLevel::LITE}, in SetSystemLevel()
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dtoken.h51 LITE, // "lite" member in OHOS::HDI::TokenType
H A Dlexer.cpp45 {"lite", TokenType::LITE },
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp374 case TokenType::LITE: in AprseAttrUnit()
434 case TokenType::LITE: in ParseInfAttrInfo()
453 infAttr->SetValue(ASTAttr::FULL | ASTAttr::LITE | ASTAttr::MINI); in ParseInfAttrInfo()
459 infAttr->SetValue(ASTAttr::LITE); in ParseInfAttrInfo()
478 case SystemLevel::LITE: in CheckInterfaceAttr()
579 case TokenType::LITE: in ParseMethodAttr()
598 methodAttr->SetValue(ASTAttr::LITE); in ParseMethodAttr()
1336 case TokenType::LITE: in ParseUserDefTypeAttr()
1349 attr->SetValue(ASTAttr::FULL | ASTAttr::LITE | ASTAttr::MINI); in ParseUserDefTypeAttr()
1355 attr->SetValue(ASTAttr::LITE); in ParseUserDefTypeAttr()
[all...]
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcode_generator.cpp42 SystemLevel::LITE,
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()

Completed in 9 milliseconds