Home
last modified time | relevance | path

Searched refs:emitType (Results 1 – 25 of 76) sorted by relevance

1234

/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.h152 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 Dcpp_code_emitter.cpp1097 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 Dast_smq_type.cpp104 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 Dast_smq_type.h45 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 Dast_sequenceable_type.cpp109 StringBuilder &sb, const std::string &prefix, bool emitType, unsigned int innerLevel) const in EmitCppUnMarshalling() argument
111 if (emitType) { in EmitCppUnMarshalling()
H A Dast_native_buffer_type.cpp144 StringBuilder &sb, const std::string &prefix, bool emitType, unsigned int innerLevel) const in EmitCppUnMarshalling() argument
147 if (emitType) { in EmitCppUnMarshalling()
H A Dast_uchar_type.cpp145 const std::string &prefix, bool emitType, unsigned int innerLevel) const in EmitCppUnMarshalling() argument
147 if (emitType) { in EmitCppUnMarshalling()
H A Dast_uint_type.cpp145 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 Dsa_type_emitter.cpp61 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 Dsa_boolean_type_emitter.cpp65 const std::string &prefix, bool emitType) const in EmitCppReadVar()
67 if (emitType) { in EmitCppReadVar()
H A Dsa_byte_type_emitter.cpp64 const std::string &prefix, bool emitType) const in EmitCppReadVar()
66 if (emitType) { in EmitCppReadVar()
H A Dsa_char_type_emitter.cpp59 const std::string &prefix, bool emitType) const in EmitCppReadVar()
61 if (emitType) { in EmitCppReadVar()
H A Dsa_double_type_emitter.cpp64 const std::string &prefix, bool emitType) const in EmitCppReadVar()
66 if (emitType) { in EmitCppReadVar()
H A Dsa_float_type_emitter.cpp64 const std::string &prefix, bool emitType) const in EmitCppReadVar()
66 if (emitType) { in EmitCppReadVar()
H A Dsa_int_type_emitter.cpp64 const std::string &prefix, bool emitType) const in EmitCppReadVar()
66 if (emitType) { in EmitCppReadVar()
H A Dsa_long_type_emitter.cpp64 const std::string &prefix, bool emitType) const in EmitCppReadVar()
66 if (emitType) { in EmitCppReadVar()
H A Dsa_short_type_emitter.cpp64 const std::string &prefix, bool emitType) const in EmitCppReadVar()
66 if (emitType) { in EmitCppReadVar()
H A Dsa_string_type_emitter.cpp64 const std::string &prefix, bool emitType) const in EmitCppReadVar()
66 if (emitType) { in EmitCppReadVar()
H A Dsa_interface_type_emitter.cpp71 const std::string &prefix, bool emitType) const in EmitCppReadVar()
73 if (emitType) { in EmitCppReadVar()
H A Dsa_seq_type_emitter.cpp64 const std::string &prefix, bool emitType) const in EmitCppReadVar()
66 if (emitType) { in EmitCppReadVar()
H A Dsa_char_type_emitter.h35 const std::string &prefix, bool emitType) const override;
H A Dsa_seq_type_emitter.h37 const std::string &prefix, bool emitType) const override;
H A Dsa_map_type_emitter.cpp80 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 Dsa_cpp_code_emitter.cpp81 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 Dsa_cpp_code_emitter.h40 bool emitType, StringBuilder &sb, const std::string &prefix) const;

1234