Home
last modified time | relevance | path

Searched refs:TYPE_ARRAY (Results 1 - 20 of 20) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dnapi_constants.h42 constexpr const char* TYPE_ARRAY = "array"; member
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_array_type.cpp56 return TypeKind::TYPE_ARRAY; in GetTypeKind()
H A Dast_type.h53 TYPE_ARRAY, member in OHOS::Idl::TypeKind
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp71 case TypeKind::TYPE_ARRAY: in EmitInterfaceMethodParameter()
77 if ((type->GetTypeKind() == TypeKind::TYPE_ARRAY) || (type->GetTypeKind() == TypeKind::TYPE_LIST)) { in EmitInterfaceMethodParameter()
H A Dc_service_stub_code_emitter.cpp367 if (type->GetTypeKind() == TypeKind::TYPE_ARRAY || type->GetTypeKind() == TypeKind::TYPE_LIST || in EmitStubLocalVariable()
397 case TypeKind::TYPE_ARRAY: in EmitParamLocalVar()
450 } else if (type->GetTypeKind() == TypeKind::TYPE_ARRAY || type->GetTypeKind() == TypeKind::TYPE_LIST || in EmitReadStubMethodParameter()
553 if (type->GetTypeKind() == TypeKind::TYPE_STRING || type->GetTypeKind() == TypeKind::TYPE_ARRAY || in EmitCallParameter()
563 } else if (type->GetTypeKind() == TypeKind::TYPE_ARRAY || type->GetTypeKind() == TypeKind::TYPE_LIST) { in EmitCallParameter()
569 if (type->GetTypeKind() == TypeKind::TYPE_ARRAY || type->GetTypeKind() == TypeKind::TYPE_LIST) { in EmitCallParameter()
H A Dc_custom_types_code_emitter.cpp406 case TypeKind::TYPE_ARRAY: in EmitMemberUnmarshalling()
452 if (type->GetTypeKind() == TypeKind::TYPE_ARRAY) { in EmitArrayMemberUnmarshalling()
515 case TypeKind::TYPE_ARRAY: in EmitCustomTypeMemoryRecycle()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_packer_napi.cpp78 const int32_t TYPE_ARRAY = 4; member
328 } else if (context->packType == TYPE_ARRAY) { in STATIC_EXEC_FUNC()
706 return TYPE_ARRAY; in ParserPackingArgumentType()
786 } else if (context->packType == TYPE_ARRAY) { in ParserPackingArguments()
792 if (context->packType == TYPE_ARRAY) { in ParserPackingArguments()
956 } else if (context->packType == TYPE_ARRAY) { in ParserPackToFileArguments()
966 if (context->packType == TYPE_ARRAY) { in ParserPackToFileArguments()
1037 } else if (context->packType == TYPE_ARRAY) { in STATIC_EXEC_FUNC()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H A Dhdi_java_code_emitter.cpp90 case TypeKind::TYPE_ARRAY: in EmitInterfaceMethodParameter()
H A Djava_client_proxy_code_emitter.cpp236 if (type->GetTypeKind() == TypeKind::TYPE_ARRAY) { in EmitParamWriteVar()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_code_emitter.cpp37 case TypeKind::TYPE_ARRAY: in GetStdlibInclusions()
H A Dsa_cpp_service_stub_code_emitter.cpp240 case TypeKind::TYPE_ARRAY: in EmitSaReturnParameter()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/
H A Dsa_code_emitter.cpp175 case TypeKind::TYPE_ARRAY: in ResolveDirectory()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/
H A Dsa_array_type_emitter.cpp26 return TypeKind::TYPE_ARRAY; in GetTypeKind()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H A Dhdi_struct_type_emitter.cpp72 if (member->GetTypeKind() == TypeKind::TYPE_ARRAY || member->GetTypeKind() == TypeKind::TYPE_LIST) { in EmitCTypeDecl()
H A Dhdi_union_type_emitter.cpp72 if (member->GetTypeKind() == TypeKind::TYPE_ARRAY || member->GetTypeKind() == TypeKind::TYPE_LIST) { in EmitCTypeDecl()
H A Dhdi_array_type_emitter.cpp22 return TypeKind::TYPE_ARRAY; in GetTypeKind()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dhdi_cpp_code_emitter.cpp113 case TypeKind::TYPE_ARRAY: in GetStdlibInclusions()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_emitter.cpp207 case TypeKind::TYPE_ARRAY: in NewTypeEmitter()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp1489 env, ERROR_PARAM_CHECK_ERROR, FILE_PATH, TYPE_ARRAY); in AddExtResource()
1579 env, ERROR_PARAM_CHECK_ERROR, MODULE_NAME, TYPE_ARRAY); in RemoveExtResource()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp2244 BusinessError::ThrowParameterTypeError(env, ERROR_PARAM_CHECK_ERROR, VERIFY_ABC, TYPE_ARRAY); in VerifyAbc()

Completed in 24 milliseconds