Home
last modified time | relevance | path

Searched refs:EmitCUnMarshalling (Results 1 – 25 of 39) sorted by relevance

12

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dc_custom_types_code_emitter.cpp424 type->EmitCUnMarshalling(paramName, errorsLabelName_, sb, prefix, freeObjStatements_); in EmitMemberUnmarshalling()
430 type->EmitCUnMarshalling(tmpName, errorsLabelName_, sb, prefix, freeObjStatements_); in EmitMemberUnmarshalling()
445 type->EmitCUnMarshalling(varName, errorsLabelName_, sb, prefix, freeObjStatements_); in EmitMemberUnmarshalling()
456 type->EmitCUnMarshalling(tmpName, errorsLabelName_, sb, prefix + TAB, freeObjStatements_); in EmitStringMemberUnmarshalling()
492 type->EmitCUnMarshalling(varName, errorsLabelName_, sb, prefix, freeObjStatements_); in EmitArrayMemberUnmarshalling()
499 type->EmitCUnMarshalling(tmpName, errorsLabelName_, sb, prefix + TAB, freeObjStatements_); in EmitArrayMemberUnmarshalling()
/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_uchar_type.h50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_uint_type.h50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_ulong_type.h50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_ushort_type.h50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_native_buffer_type.h48 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_boolean_type.h50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_float_type.h50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_byte_type.h50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_double_type.h50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_integer_type.h50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_short_type.h50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_long_type.h50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_struct_type.h111 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_fd_type.h50 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_string_type.h57 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_union_type.h111 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_enum_type.h147 … void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuilder &sb,
Dast_ulong_type.cpp125 void ASTUlongType::EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, String… in EmitCUnMarshalling() function in OHOS::HDI::ASTUlongType
Dast_uchar_type.cpp125 void ASTUcharType::EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, String… in EmitCUnMarshalling() function in OHOS::HDI::ASTUcharType
Dast_native_buffer_type.cpp123 void ASTNativeBufferType::EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel,… in EmitCUnMarshalling() function in OHOS::HDI::ASTNativeBufferType
Dast_ushort_type.cpp125 void ASTUshortType::EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, Strin… in EmitCUnMarshalling() function in OHOS::HDI::ASTUshortType
Dast_uint_type.cpp125 void ASTUintType::EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringB… in EmitCUnMarshalling() function in OHOS::HDI::ASTUintType
Dast_type.h174 …virtual void EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, StringBuild…
Dast_double_type.cpp124 void ASTDoubleType::EmitCUnMarshalling(const std::string &name, const std::string &gotoLabel, Strin… in EmitCUnMarshalling() function in OHOS::HDI::ASTDoubleType

12