Home
last modified time | relevance | path

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 Dtls_key_operation.c62 …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 Dcrt.c258 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 Djava_class_ids.c745 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()
752crt_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()
755crt_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 Dmqtt_connection.c1280 …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 Djava_class_ids.h346 extern struct java_crt_runtime_exception_properties crt_runtime_exception_properties;
H A Dmqtt5_client.c1589 …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()