Searched refs:aws_jni_throw_null_pointer_exception (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/aws-crt-java/src/native/ |
H A D | tls_context_pkcs11_options.c | 92 aws_jni_throw_null_pointer_exception(env, "Pkcs11Lib is null"); in aws_tls_ctx_pkcs11_options_from_java_new() 99 aws_jni_throw_null_pointer_exception(env, "Pkcs11Lib.getNativeHandle() returned null"); in aws_tls_ctx_pkcs11_options_from_java_new()
|
H A D | http_request_response.c | 403 …aws_jni_throw_null_pointer_exception(env, "HttpClientConnection.MakeRequest: Invalid aws_http_conn… in s_make_request_general() 715 aws_jni_throw_null_pointer_exception(env, "Http2Stream is null."); in Java_software_amazon_awssdk_crt_http_Http2Stream_http2StreamResetStream() 884 aws_jni_throw_null_pointer_exception( in Java_software_amazon_awssdk_crt_http_Http2ClientConnection_http2ClientConnectionUpdateSettings() 978 aws_jni_throw_null_pointer_exception( in Java_software_amazon_awssdk_crt_http_Http2ClientConnection_http2ClientConnectionSendPing()
|
H A D | crt.c | 262 void aws_jni_throw_null_pointer_exception(JNIEnv *env, const char *msg, ...) { in aws_jni_throw_null_pointer_exception() function 380 aws_jni_throw_null_pointer_exception(env, "string is null"); in aws_jni_byte_cursor_from_jstring_acquire() 401 aws_jni_throw_null_pointer_exception(env, "byte[] is null"); in aws_jni_byte_cursor_from_jbyteArray_acquire()
|
H A D | crt.h | 47 void aws_jni_throw_null_pointer_exception(JNIEnv *env, const char *msg, ...);
|