Home
last modified time | relevance | path

Searched refs:EmitJavaTypeDecl (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H A Dhdi_union_type_emitter.h42 std::string EmitJavaTypeDecl() const override;
H A Dhdi_union_type_emitter.cpp96 std::string HdiUnionTypeEmitter::EmitJavaTypeDecl() const in EmitJavaTypeDecl() function in OHOS::Idl::HdiUnionTypeEmitter
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_union_type.h91 std::string EmitJavaTypeDecl() const;
H A Dast_struct_type.h98 std::string EmitJavaTypeDecl() const;
H A Dast_enum_type.h139 std::string EmitJavaTypeDecl() const;
H A Dast_struct_type.cpp150 std::string ASTStructType::EmitJavaTypeDecl() const in EmitJavaTypeDecl() function in OHOS::HDI::ASTStructType
H A Dast_enum_type.cpp165 std::string ASTEnumType::EmitJavaTypeDecl() const in EmitJavaTypeDecl() function in OHOS::HDI::ASTEnumType
H A Dast_union_type.cpp121 std::string ASTUnionType::EmitJavaTypeDecl() const in EmitJavaTypeDecl() function in OHOS::HDI::ASTUnionType
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_type_emitter.h56 virtual std::string EmitJavaTypeDecl() const;
H A Dhdi_type_emitter.cpp85 std::string HdiTypeEmitter::EmitJavaTypeDecl() const in EmitJavaTypeDecl() function in OHOS::Idl::HdiTypeEmitter