Home
last modified time | relevance | path

Searched refs:crt_runtime_exception_class (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/native/
H A Dtls_key_operation.c62 …->IsInstanceOf(env, jni_throwable, crt_runtime_exception_properties.crt_runtime_exception_class)) { 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()
H A Djava_class_ids.h342 jclass crt_runtime_exception_class; member
H A Dmqtt_connection.c1280 …->IsInstanceOf(env, jni_throwable, crt_runtime_exception_properties.crt_runtime_exception_class)) { in Java_software_amazon_awssdk_crt_mqtt_MqttClientConnection_mqttClientConnectionWebsocketHandshakeComplete()
H A Dmqtt5_client.c1589 …->IsInstanceOf(env, jni_throwable, crt_runtime_exception_properties.crt_runtime_exception_class)) { in Java_software_amazon_awssdk_crt_mqtt5_Mqtt5Client_mqtt5ClientInternalWebsocketHandshakeComplete()
H A Djava_class_ids.c750 crt_runtime_exception_properties.crt_runtime_exception_class = (*env)->NewGlobalRef(env, cls); in s_cache_crt_runtime_exception()