Home
last modified time | relevance | path

Searched refs:CALLBACK (Results 1 – 7 of 7) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_attribute.h24 static constexpr Attribute CALLBACK = 0x1U << 4; variable
Dast_attribute.cpp33 if (value_ & ASTAttr::CALLBACK) { in ToString()
Dast_interface_type.h53 if (attr_->HasValue(ASTAttr::CALLBACK)) { in SetAttribute()
71 return attr_->HasValue(ASTAttr::CALLBACK); in IsCallback()
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
Dtoken.h49 CALLBACK, // "callback" enumerator
Dlexer.cpp43 {"callback", TokenType::CALLBACK },
/drivers/hdf_core/framework/tools/hdi-gen/
Dbuild_hdi_files_info.py23 CALLBACK = 5 variable in TokenType
64 "callback": TokenType.CALLBACK,
282 CALLBACK = 3 variable in IdlType
335 elif cur_token_type == TokenType.CALLBACK:
336 cur_idl_detail.idl_type = IdlType.CALLBACK
444 if cur_idl_detail.idl_type != IdlType.CALLBACK:
752 elif idl_detail.idl_type == IdlType.CALLBACK:
785 elif idl_detail.idl_type == IdlType.CALLBACK:
827 elif idl_detail.idl_type == IdlType.CALLBACK:
878 elif idl_detail.idl_type == IdlType.CALLBACK:
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp370 case TokenType::CALLBACK: in AprseAttrUnit()
434 case TokenType::CALLBACK: in ParseInfAttrInfo()
435 infAttr->SetValue(ASTAttr::CALLBACK); in ParseInfAttrInfo()