Searched refs:crt_runtime_exception_properties (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/aws-crt-java/src/native/ |
H A D | tls_key_operation.c | 62 …if ((*env)->IsInstanceOf(env, jni_throwable, crt_runtime_exception_properties.crt_runtime_exceptio… in Java_software_amazon_awssdk_crt_io_TlsKeyOperation_tlsKeyOperationCompleteExceptionally() 63 …error_code = (*env)->GetIntField(env, jni_throwable, crt_runtime_exception_properties.error_code_f… in Java_software_amazon_awssdk_crt_io_TlsKeyOperation_tlsKeyOperationCompleteExceptionally()
|
H A D | crt.c | 258 jclass runtime_exception = crt_runtime_exception_properties.crt_runtime_exception_class; in aws_jni_throw_runtime_exception() 454 crt_runtime_exception_properties.crt_runtime_exception_class, in aws_jni_new_crt_exception_from_error_code() 455 crt_runtime_exception_properties.constructor_method_id, in aws_jni_new_crt_exception_from_error_code()
|
H A D | java_class_ids.c | 745 struct java_crt_runtime_exception_properties crt_runtime_exception_properties; variable 750 crt_runtime_exception_properties.crt_runtime_exception_class = (*env)->NewGlobalRef(env, cls); in s_cache_crt_runtime_exception() 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() 755 …crt_runtime_exception_properties.error_code_field_id = (*env)->GetFieldID(env, cls, "errorCode", "… in s_cache_crt_runtime_exception() 756 AWS_FATAL_ASSERT(crt_runtime_exception_properties.error_code_field_id); in s_cache_crt_runtime_exception()
|
H A D | mqtt_connection.c | 1280 …if ((*env)->IsInstanceOf(env, jni_throwable, crt_runtime_exception_properties.crt_runtime_exceptio… in Java_software_amazon_awssdk_crt_mqtt_MqttClientConnection_mqttClientConnectionWebsocketHandshakeComplete() 1281 …error_code = (*env)->GetIntField(env, jni_throwable, crt_runtime_exception_properties.error_code_f… in Java_software_amazon_awssdk_crt_mqtt_MqttClientConnection_mqttClientConnectionWebsocketHandshakeComplete()
|
H A D | java_class_ids.h | 346 extern struct java_crt_runtime_exception_properties crt_runtime_exception_properties;
|
H A D | mqtt5_client.c | 1589 …if ((*env)->IsInstanceOf(env, jni_throwable, crt_runtime_exception_properties.crt_runtime_exceptio… in Java_software_amazon_awssdk_crt_mqtt5_Mqtt5Client_mqtt5ClientInternalWebsocketHandshakeComplete() 1590 …error_code = (*env)->GetIntField(env, jni_throwable, crt_runtime_exception_properties.error_code_f… in Java_software_amazon_awssdk_crt_mqtt5_Mqtt5Client_mqtt5ClientInternalWebsocketHandshakeComplete()
|