Home
last modified time | relevance | path

Searched refs:PARAM_INOUT (Results 1 - 23 of 23) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_parameter.cpp33 } else if (attr_->value_ == ASTParamAttr::PARAM_INOUT) { in Dump()
H A Dast_attribute.h92 static constexpr ParamAttr PARAM_INOUT = (PARAM_IN | PARAM_OUT); member in OHOS::Idl::ASTParamAttr
H A Dast_type.h67 PARAM_INOUT, // type of the inout attribute parameter member in OHOS::Idl::TypeMode
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_code_emitter.cpp112 if (attrAttr == ASTParamAttr::PARAM_INOUT) { in EmitCppParameter()
113 return StringHelper::Format("%s %s", typeEmitter->EmitCppType(TypeMode::PARAM_INOUT).c_str(), name.c_str()); in EmitCppParameter()
H A Dsa_cpp_service_stub_code_emitter.cpp142 if (param->GetAttribute() == ASTParamAttr::PARAM_INOUT) { in EmitInterfaceStubMethodImpl()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/
H A Dsa_boolean_type_emitter.cpp31 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dsa_char_type_emitter.cpp31 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dsa_double_type_emitter.cpp31 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dsa_float_type_emitter.cpp31 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dsa_long_type_emitter.cpp31 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dsa_int_type_emitter.cpp31 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dsa_string_type_emitter.cpp31 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dsa_byte_type_emitter.cpp31 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dsa_interface_type_emitter.cpp32 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dsa_short_type_emitter.cpp31 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dsa_seq_type_emitter.cpp31 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dsa_map_type_emitter.cpp35 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dsa_array_type_emitter.cpp38 case TypeMode::PARAM_INOUT: in EmitCppType()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H A Dhdi_int_type_emitter.cpp47 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dhdi_float_type_emitter.cpp47 case TypeMode::PARAM_INOUT: in EmitCppType()
H A Dhdi_interface_type_emitter.cpp51 case TypeMode::PARAM_INOUT: in EmitCppType()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dintf_type_check.cpp230 if (paramAttr == ASTParamAttr::PARAM_INOUT) { in CheckIntfHdiAstParam()
H A Dparser.cpp960 attr->value_ |= ASTParamAttr::PARAM_INOUT; in SetParamAttrVal()

Completed in 11 milliseconds