Home
last modified time | relevance | path

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

/external/aws-crt-java/src/native/
Dcrt.h214 jobject aws_jni_new_crt_exception_from_error_code(JNIEnv *env, int error_code);
Dhttp_request_response.c857 jobject crt_exception = aws_jni_new_crt_exception_from_error_code(env, error_code); 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()
Dhttp2_stream_manager.c311 jobject crt_exception = aws_jni_new_crt_exception_from_error_code(env, error_code); in s_on_stream_acquired()
Dcrt.c449 jobject aws_jni_new_crt_exception_from_error_code(JNIEnv *env, int error_code) { in aws_jni_new_crt_exception_from_error_code() function
Daws_signing.c138 jobject crt_exception = aws_jni_new_crt_exception_from_error_code(env, error_code); in s_complete_signing_exceptionally()
Dmqtt5_client.c277 jobject crt_exception = aws_jni_new_crt_exception_from_error_code(env, error_code); in s_complete_future_with_exception()