Home
last modified time | relevance | path

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 Dtls_context_pkcs11_options.c92 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 Dhttp_request_response.c403aws_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 Dcrt.c262 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 Dcrt.h47 void aws_jni_throw_null_pointer_exception(JNIEnv *env, const char *msg, ...);