Home
last modified time | relevance | path

Searched refs:PARAM_OUT (Results 1 - 25 of 58) sorted by relevance

123

/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H A Dhdi_pointer_type_emitter.cpp32 case TypeMode::PARAM_OUT: in EmitCType()
48 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dhdi_ulong_type_emitter.cpp32 case TypeMode::PARAM_OUT: in EmitCType()
48 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dhdi_uchar_type_emitter.cpp32 case TypeMode::PARAM_OUT: in EmitCType()
48 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dhdi_uint_type_emitter.cpp32 case TypeMode::PARAM_OUT: in EmitCType()
48 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dhdi_native_buffer_type_emitter.cpp32 case TypeMode::PARAM_OUT: in EmitCType()
48 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dhdi_ushort_type_emitter.cpp32 case TypeMode::PARAM_OUT: in EmitCType()
48 case TypeMode::PARAM_OUT: in EmitCppType()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/
H A Dsa_ts_client_proxy_code_emitter.cpp114 if (param->GetAttribute() & ASTParamAttr::PARAM_OUT) { in EmitInterfaceProxyMethodBody()
153 if (param->GetAttribute() & ASTParamAttr::PARAM_OUT) { in EmitInterfaceMethodErrorCallback()
168 if (param->GetAttribute() & ASTParamAttr::PARAM_OUT) { in EmitInterfaceMethodErrorCallback()
185 if (param->GetAttribute() & ASTParamAttr::PARAM_OUT) { in EmitInterfaceMethodCallbackInner()
188 TypeMode::PARAM_OUT); in EmitInterfaceMethodCallbackInner()
194 typeEmitter->EmitTsReadVar("result.reply", SuffixAdded(RETURN_VALUE), sb, prefix + TAB, TypeMode::PARAM_OUT); in EmitInterfaceMethodCallbackInner()
202 if (param->GetAttribute() & ASTParamAttr::PARAM_OUT) { in EmitInterfaceMethodCallbackInner()
H A Dsa_ts_service_stub_code_emitter.cpp131 if (param->GetAttribute() & ASTParamAttr::PARAM_OUT) { in EmitInterfaceStubMethodImpl()
163 if (param->GetAttribute() & ASTParamAttr::PARAM_OUT) { in EmitInterfaceStubMethodPromiseImpl()
196 if (param->GetAttribute() & ASTParamAttr::PARAM_OUT) { in EmitMethodPromiseOutParamImpl()
H A Dsa_ts_interface_code_emitter.cpp108 if (param->GetAttribute() & ASTParamAttr::PARAM_OUT) { in EmitInterfaceMethodCallback()
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_attribute.h91 static constexpr ParamAttr PARAM_OUT = 0x1U << 1; member in OHOS::Idl::ASTParamAttr
92 static constexpr ParamAttr PARAM_INOUT = (PARAM_IN | PARAM_OUT);
H A Dast_parameter.cpp31 } else if (attr_->value_ == ASTParamAttr::PARAM_OUT) { in Dump()
H A Dast_attribute.cpp82 if (value_ & ASTParamAttr::PARAM_OUT) { in ToString()
H A Dast_type.h66 PARAM_OUT, // type of the out attribute parameter member in OHOS::Idl::TypeMode
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_code_emitter.cpp103 sb.Append("\n").Append(prefix).AppendFormat("%s result", typeEmitter->EmitCppType(TypeMode::PARAM_OUT).c_str()); in EmitInterfaceMethodParams()
116 } else if (attrAttr == ASTParamAttr::PARAM_OUT) { in EmitCppParameter()
117 return StringHelper::Format("%s %s", typeEmitter->EmitCppType(TypeMode::PARAM_OUT).c_str(), name.c_str()); in EmitCppParameter()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp49 typeEmitter->EmitCType(TypeMode::PARAM_IN) : typeEmitter->EmitCType(TypeMode::PARAM_OUT); in EmitInterfaceMethodParameter()
74 if ((type->GetTypeKind() == TypeKind::TYPE_STRING) && (attrAttr == ASTParamAttr::PARAM_OUT)) { in EmitInterfaceMethodParameter()
78 sb.AppendFormat(", uint32_t%s %sLen", (attrAttr == ASTParamAttr::PARAM_OUT) ? "*" : "", name.c_str()); in EmitInterfaceMethodParameter()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H A Djava_client_proxy_code_emitter.cpp211 if (param->GetAttribute() == ASTParamAttr::PARAM_OUT) { in EmitProxyMethodBody()
235 if (attrAttr == ASTParamAttr::PARAM_OUT) { in EmitParamWriteVar()
237 typeEmitter->EmitJavaWriteVar(parcelName, name, sb, prefix, TypeMode::PARAM_OUT); in EmitParamWriteVar()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/
H A Dsa_boolean_type_emitter.cpp33 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dsa_char_type_emitter.cpp33 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dsa_double_type_emitter.cpp33 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dsa_float_type_emitter.cpp33 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dsa_long_type_emitter.cpp33 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dsa_int_type_emitter.cpp33 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dsa_string_type_emitter.cpp33 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dsa_byte_type_emitter.cpp33 case TypeMode::PARAM_OUT: in EmitCppType()
H A Dsa_interface_type_emitter.cpp34 case TypeMode::PARAM_OUT: in EmitCppType()

Completed in 14 milliseconds

123