/ohos5.0/foundation/ability/idl_tool/codegen/ |
H A D | cpp_code_emitter.h | 152 const String& prefix, bool emitType = true); 155 const String& prefix, bool emitType = true); 158 const String& prefix, bool emitType = true); 161 const String& prefix, bool emitType = true); 164 const String& prefix, bool emitType = true);
|
H A D | cpp_code_emitter.cpp | 1097 if (emitType) { in EmitReadVariable() 1108 if (emitType) { in EmitReadVariable() 1117 if (emitType) { in EmitReadVariable() 1125 if (emitType) { in EmitReadVariable() 1143 if (emitType) { in EmitReadVariableFloat() 1151 if (emitType) { in EmitReadVariableFloat() 1169 if (emitType) { in EmitReadVariableComplex() 1178 if (emitType) { in EmitReadVariableComplex() 1203 if (emitType) { in EmitReadVariableList() 1246 if (emitType) { in EmitReadVariableObject() [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
H A D | ast_smq_type.cpp | 104 const std::string &prefix, bool emitType, unsigned int innerLevel) const in EmitCppUnMarshalling() argument 119 if (emitType) { in EmitCppUnMarshalling() 197 const std::string &prefix, bool emitType, unsigned int innerLevel) const in EmitCppUnMarshalling() argument 199 if (emitType) { in EmitCppUnMarshalling()
|
H A D | ast_smq_type.h | 45 const std::string &prefix, bool emitType, unsigned int innerLevel = 0) const override; 73 const std::string &prefix, bool emitType, unsigned int innerLevel = 0) const override;
|
H A D | ast_sequenceable_type.cpp | 109 StringBuilder &sb, const std::string &prefix, bool emitType, unsigned int innerLevel) const in EmitCppUnMarshalling() argument 111 if (emitType) { in EmitCppUnMarshalling()
|
H A D | ast_native_buffer_type.cpp | 144 StringBuilder &sb, const std::string &prefix, bool emitType, unsigned int innerLevel) const in EmitCppUnMarshalling() argument 147 if (emitType) { in EmitCppUnMarshalling()
|
H A D | ast_uchar_type.cpp | 145 const std::string &prefix, bool emitType, unsigned int innerLevel) const in EmitCppUnMarshalling() argument 147 if (emitType) { in EmitCppUnMarshalling()
|
H A D | ast_uint_type.cpp | 145 const std::string &prefix, bool emitType, unsigned int innerLevel) const in EmitCppUnMarshalling() argument 147 if (emitType) { in EmitCppUnMarshalling()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ |
H A D | sa_type_emitter.cpp | 61 const std::string &prefix, bool emitType) const in EmitCppReadVar() 67 (void)emitType; in EmitCppReadVar()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/ |
H A D | sa_boolean_type_emitter.cpp | 65 const std::string &prefix, bool emitType) const in EmitCppReadVar() 67 if (emitType) { in EmitCppReadVar()
|
H A D | sa_byte_type_emitter.cpp | 64 const std::string &prefix, bool emitType) const in EmitCppReadVar() 66 if (emitType) { in EmitCppReadVar()
|
H A D | sa_char_type_emitter.cpp | 59 const std::string &prefix, bool emitType) const in EmitCppReadVar() 61 if (emitType) { in EmitCppReadVar()
|
H A D | sa_double_type_emitter.cpp | 64 const std::string &prefix, bool emitType) const in EmitCppReadVar() 66 if (emitType) { in EmitCppReadVar()
|
H A D | sa_float_type_emitter.cpp | 64 const std::string &prefix, bool emitType) const in EmitCppReadVar() 66 if (emitType) { in EmitCppReadVar()
|
H A D | sa_int_type_emitter.cpp | 64 const std::string &prefix, bool emitType) const in EmitCppReadVar() 66 if (emitType) { in EmitCppReadVar()
|
H A D | sa_long_type_emitter.cpp | 64 const std::string &prefix, bool emitType) const in EmitCppReadVar() 66 if (emitType) { in EmitCppReadVar()
|
H A D | sa_short_type_emitter.cpp | 64 const std::string &prefix, bool emitType) const in EmitCppReadVar() 66 if (emitType) { in EmitCppReadVar()
|
H A D | sa_string_type_emitter.cpp | 64 const std::string &prefix, bool emitType) const in EmitCppReadVar() 66 if (emitType) { in EmitCppReadVar()
|
H A D | sa_interface_type_emitter.cpp | 71 const std::string &prefix, bool emitType) const in EmitCppReadVar() 73 if (emitType) { in EmitCppReadVar()
|
H A D | sa_seq_type_emitter.cpp | 64 const std::string &prefix, bool emitType) const in EmitCppReadVar() 66 if (emitType) { in EmitCppReadVar()
|
H A D | sa_char_type_emitter.h | 35 const std::string &prefix, bool emitType) const override;
|
H A D | sa_seq_type_emitter.h | 37 const std::string &prefix, bool emitType) const override;
|
H A D | sa_map_type_emitter.cpp | 80 const std::string &prefix, bool emitType) const in EmitCppReadVar() 82 if (emitType) { in EmitCppReadVar()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/ |
H A D | sa_cpp_code_emitter.cpp | 81 bool emitType, StringBuilder &sb, const std::string &prefix) const in EmitReadMethodParameter() argument 84 typeEmitter->EmitCppReadVar(parcelName, param->GetName(), sb, prefix, emitType); in EmitReadMethodParameter()
|
H A D | sa_cpp_code_emitter.h | 40 bool emitType, StringBuilder &sb, const std::string &prefix) const;
|