Searched refs:constructor_method_id (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/aws-crt-java/src/native/ |
H A D | java_class_ids.h | 57 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 D | java_class_ids.c | 127 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 D | credentials.c | 97 …bject(env, credentials_properties.credentials_class, credentials_properties.constructor_method_id); in aws_java_credentials_from_native_new()
|
H A D | http_connection_manager.c | 440 http_manager_metrics_properties.constructor_method_id, in Java_software_amazon_awssdk_crt_http_HttpClientConnectionManager_httpConnectionManagerFetchMetrics()
|
H A D | http2_stream_manager.c | 456 http_manager_metrics_properties.constructor_method_id, in Java_software_amazon_awssdk_crt_http_Http2StreamManager_http2StreamManagerFetchMetrics()
|
H A D | http_request_utils.c | 551 http_request_properties.constructor_method_id, in aws_java_http_request_from_native()
|
H A D | crt.c | 455 crt_runtime_exception_properties.constructor_method_id, in aws_jni_new_crt_exception_from_error_code()
|
H A D | http_request_response.c | 381 http_header_properties.constructor_method_id, in aws_java_http_headers_from_native()
|
H A D | s3_client.c | 161 s3express_credentials_properties_properties.constructor_method_id); in s_s3express_get_creds_java()
|