Home
last modified time | relevance | path

Searched refs:constructor_method_id (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/native/
H A Djava_class_ids.h57 jmethodID constructor_method_id; member
130 jmethodID constructor_method_id; member
343 jmethodID constructor_method_id; member
374 jmethodID constructor_method_id; /* (byte[], byte[]) */ member
381 jmethodID constructor_method_id; member
951 jmethodID constructor_method_id; member
H A Djava_class_ids.c127 http_request_properties.constructor_method_id = (*env)->GetMethodID( in s_cache_http_request()
132 AWS_FATAL_ASSERT(http_request_properties.constructor_method_id); in s_cache_http_request()
296 credentials_properties.constructor_method_id = in s_cache_credentials()
298 AWS_FATAL_ASSERT(credentials_properties.constructor_method_id); in s_cache_credentials()
752 …crt_runtime_exception_properties.constructor_method_id = (*env)->GetMethodID(env, cls, "<init>", "… in s_cache_crt_runtime_exception()
753 AWS_FATAL_ASSERT(crt_runtime_exception_properties.constructor_method_id); in s_cache_crt_runtime_exception()
806 … http_header_properties.constructor_method_id = (*env)->GetMethodID(env, cls, "<init>", "([B[B)V"); in s_cache_http_header()
807 AWS_FATAL_ASSERT(http_header_properties.constructor_method_id); in s_cache_http_header()
816 …http_manager_metrics_properties.constructor_method_id = (*env)->GetMethodID(env, cls, "<init>", "(… in s_cache_http_manager_metrics()
817 AWS_FATAL_ASSERT(http_manager_metrics_properties.constructor_method_id); in s_cache_http_manager_metrics()
[all …]
H A Dcredentials.c97 …bject(env, credentials_properties.credentials_class, credentials_properties.constructor_method_id); in aws_java_credentials_from_native_new()
H A Dhttp_connection_manager.c440 http_manager_metrics_properties.constructor_method_id, in Java_software_amazon_awssdk_crt_http_HttpClientConnectionManager_httpConnectionManagerFetchMetrics()
H A Dhttp2_stream_manager.c456 http_manager_metrics_properties.constructor_method_id, in Java_software_amazon_awssdk_crt_http_Http2StreamManager_http2StreamManagerFetchMetrics()
H A Dhttp_request_utils.c551 http_request_properties.constructor_method_id, in aws_java_http_request_from_native()
H A Dcrt.c455 crt_runtime_exception_properties.constructor_method_id, in aws_jni_new_crt_exception_from_error_code()
H A Dhttp_request_response.c381 http_header_properties.constructor_method_id, in aws_java_http_headers_from_native()
H A Ds3_client.c161 s3express_credentials_properties_properties.constructor_method_id); in s_s3express_get_creds_java()