/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
D | ast_smq_type.h | 44 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s… 72 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_sequenceable_type.h | 45 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_map_type.cpp | 140 void ASTMapType::EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, Strin… in EmitCppUnMarshalling() function in OHOS::HDI::ASTMapType 157 keyType_->EmitCppUnMarshalling(parcelName, keyName, sb, prefix + TAB, true, innerLevel); in EmitCppUnMarshalling() 158 valueType_->EmitCppUnMarshalling(parcelName, valueName, sb, prefix + TAB, true, innerLevel); in EmitCppUnMarshalling()
|
D | ast_map_type.h | 64 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_uchar_type.h | 56 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_uint_type.h | 56 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_ulong_type.h | 56 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_ushort_type.h | 56 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_native_buffer_type.h | 54 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_boolean_type.h | 56 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_float_type.h | 56 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_byte_type.h | 56 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_double_type.h | 56 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_integer_type.h | 56 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_short_type.h | 56 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_long_type.h | 56 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_smq_type.cpp | 103 void ASTSmqType::EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, Strin… in EmitCppUnMarshalling() function in OHOS::HDI::ASTSmqType 196 void ASTAshmemType::EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, St… in EmitCppUnMarshalling() function in OHOS::HDI::ASTAshmemType
|
D | ast_struct_type.h | 117 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_fd_type.h | 56 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_string_type.h | 63 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_union_type.h | 117 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_enum_type.h | 153 …void EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, StringBuilder &s…
|
D | ast_sequenceable_type.cpp | 108 void ASTSequenceableType::EmitCppUnMarshalling(const std::string &parcelName, const std::string &na… in EmitCppUnMarshalling() function in OHOS::HDI::ASTSequenceableType
|
D | ast_ulong_type.cpp | 144 void ASTUlongType::EmitCppUnMarshalling(const std::string &parcelName, const std::string &name, Str… in EmitCppUnMarshalling() function in OHOS::HDI::ASTUlongType
|
/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
D | cpp_custom_types_code_emitter.cpp | 339 memberType->EmitCppUnMarshalling("data", cpName, sb, TAB, false); in EmitCustomTypeUnmarshallingImpl() 349 memberType->EmitCppUnMarshalling("data", cpName, sb, TAB, false); in EmitCustomTypeUnmarshallingImpl() 352 memberType->EmitCppUnMarshalling("data", name, sb, TAB, false); in EmitCustomTypeUnmarshallingImpl()
|