Home
last modified time | relevance | path

Searched refs:JNI_OK (Results 1 – 5 of 5) sorted by relevance

/libnativehelper/header_only_include/nativehelper/
Dnativehelper_utils.h42 if (env->ThrowNew(e_class, nullptr) != JNI_OK) { in jniThrowNullPointerException()
/libnativehelper/tests/
DJniInvocation_test.cpp124 EXPECT_EQ(status, JNI_OK); in TEST()
/libnativehelper/
DJniInvocation.cpp301 return JNI_OK; in JNI_GetCreatedJavaVMs()
DJNIHelp.cpp282 if ((*env)->ThrowNew(e, exceptionClass.get(), msg) != JNI_OK) { in jniThrowException()
/libnativehelper/include_jni/
Djni.h1132 #define JNI_OK (0) /* no error */ macro