Searched refs:crt_exception (Results 1 – 5 of 5) sorted by relevance
/external/aws-crt-java/src/native/ |
D | http2_stream_manager.c | 311 jobject crt_exception = aws_jni_new_crt_exception_from_error_code(env, error_code); in s_on_stream_acquired() local 313 … env, callback_data->java_async_callback, async_callback_properties.on_failure, crt_exception); in s_on_stream_acquired() 314 (*env)->DeleteLocalRef(env, crt_exception); in s_on_stream_acquired() 324 jthrowable crt_exception = (*env)->ExceptionOccurred(env); in s_on_stream_acquired() local 325 AWS_ASSERT(crt_exception); in s_on_stream_acquired() 327 … env, callback_data->java_async_callback, async_callback_properties.on_failure, crt_exception); in s_on_stream_acquired() 328 (*env)->DeleteLocalRef(env, crt_exception); in s_on_stream_acquired()
|
D | http_request_response.c | 857 jobject crt_exception = aws_jni_new_crt_exception_from_error_code(env, error_code); in s_on_settings_completed() local 858 …oidMethod(env, callback_data->async_callback, async_callback_properties.on_failure, crt_exception); in s_on_settings_completed() 859 (*env)->DeleteLocalRef(env, crt_exception); in s_on_settings_completed() 944 jobject crt_exception = aws_jni_new_crt_exception_from_error_code(env, error_code); in s_on_ping_completed() local 945 …oidMethod(env, callback_data->async_callback, async_callback_properties.on_failure, crt_exception); in s_on_ping_completed() 946 (*env)->DeleteLocalRef(env, crt_exception); in s_on_ping_completed()
|
D | crt.c | 452 jobject crt_exception = (*env)->NewObject( in aws_jni_new_crt_exception_from_error_code() local 457 AWS_FATAL_ASSERT(crt_exception); in aws_jni_new_crt_exception_from_error_code() 458 return crt_exception; in aws_jni_new_crt_exception_from_error_code()
|
D | aws_signing.c | 138 jobject crt_exception = aws_jni_new_crt_exception_from_error_code(env, error_code); in s_complete_signing_exceptionally() local 144 crt_exception); in s_complete_signing_exceptionally() 147 (*env)->DeleteLocalRef(env, crt_exception); in s_complete_signing_exceptionally()
|
D | mqtt5_client.c | 277 jobject crt_exception = aws_jni_new_crt_exception_from_error_code(env, error_code); in s_complete_future_with_exception() local 279 … env, *future, completable_future_properties.complete_exceptionally_method_id, crt_exception); in s_complete_future_with_exception() 281 (*env)->DeleteLocalRef(env, crt_exception); in s_complete_future_with_exception()
|