Searched refs:pJNIEnv (Results 1 – 3 of 3) sorted by relevance
1252 JNIEnv * pJNIEnv = aAttachGuard.getEnvironment(); in elementReplaced() local1256 jclass jcSystem= pJNIEnv->FindClass("java/lang/System"); in elementReplaced()1285 jclass jcProperties= pJNIEnv->FindClass("java/util/Properties"); in elementReplaced()1289 pJNIEnv->CallObjectMethod( joProperties, jmRemove, jsPropName); in elementReplaced()1339 jclass jcSec= pJNIEnv->GetObjectClass( joSecur); in elementReplaced()1340 jclass jcClass= pJNIEnv->FindClass("java/lang/Class"); in elementReplaced()1352 pJNIEnv->ReleaseStringChars( jsClass, jcharName); in elementReplaced()1359 pJNIEnv->CallVoidMethod( joSecur, jmReset); in elementReplaced()1509 JNIEnv * pJNIEnv = aAttachGuard.getEnvironment(); in setINetSettingsInVM() local1534 jclass jcSystem= pJNIEnv->FindClass("java/lang/System"); in setINetSettingsInVM()[all …]
94 static_cast< jclass > (pJNIEnv->NewGlobalRef(clazz)); in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()120 jbyteArray jbaProcessID = pJNIEnv->NewByteArray(17); in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()121 pJNIEnv->SetByteArrayRegion(jbaProcessID, 0, 17, processID); in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()187 JNIEnv * pJNIEnv; in JNI_OnUnload() local188 if ( ! jvm->GetEnv((void **) &pJNIEnv, JNI_VERSION_1_2) ) in JNI_OnUnload()190 pJNIEnv->DeleteGlobalRef(g_jcWindowsAccessBridgeAdapter); in JNI_OnUnload()276 JNIEnv * pJNIEnv = aGuard.getEnvironment(); in handleWindowEvent() local278 if ( NULL != pJNIEnv ) in handleWindowEvent()282 pJNIEnv->CallStaticVoidMethod(g_jcWindowsAccessBridgeAdapter, in handleWindowEvent()287 if (pJNIEnv->ExceptionCheck()) { in handleWindowEvent()[all …]
211 JNIEnv * pJNIEnv = aGuard2.getEnvironment(); in getJavaLoader() local215 if(pJNIEnv->ExceptionOccurred()) in getJavaLoader()219 jmethodID jmLoadClass = pJNIEnv->GetMethodID( in getJavaLoader()222 if(pJNIEnv->ExceptionOccurred()) in getJavaLoader()227 arg.l = pJNIEnv->NewStringUTF( in getJavaLoader()229 if(pJNIEnv->ExceptionOccurred()) in getJavaLoader()234 pJNIEnv->CallObjectMethodA( in getJavaLoader()237 if(pJNIEnv->ExceptionOccurred()) in getJavaLoader()242 if(pJNIEnv->ExceptionOccurred()) in getJavaLoader()247 if(pJNIEnv->ExceptionOccurred()) in getJavaLoader()[all …]
Completed in 69 milliseconds