Searched refs:pJNIEnv (Results 1 – 3 of 3) sorted by relevance
1251 JNIEnv * pJNIEnv = aAttachGuard.getEnvironment(); in elementReplaced() local1255 jclass jcSystem= pJNIEnv->FindClass("java/lang/System"); in elementReplaced()1284 jclass jcProperties= pJNIEnv->FindClass("java/util/Properties"); in elementReplaced()1288 pJNIEnv->CallObjectMethod( joProperties, jmRemove, jsPropName); in elementReplaced()1338 jclass jcSec= pJNIEnv->GetObjectClass( joSecur); in elementReplaced()1339 jclass jcClass= pJNIEnv->FindClass("java/lang/Class"); in elementReplaced()1351 pJNIEnv->ReleaseStringChars( jsClass, jcharName); in elementReplaced()1358 pJNIEnv->CallVoidMethod( joSecur, jmReset); in elementReplaced()1508 JNIEnv * pJNIEnv = aAttachGuard.getEnvironment(); in setINetSettingsInVM() local1533 jclass jcSystem= pJNIEnv->FindClass("java/lang/System"); in setINetSettingsInVM()[all …]
96 static_cast< jclass > (pJNIEnv->NewGlobalRef(clazz)); in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()122 jbyteArray jbaProcessID = pJNIEnv->NewByteArray(17); in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()123 pJNIEnv->SetByteArrayRegion(jbaProcessID, 0, 17, processID); in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()189 JNIEnv * pJNIEnv; in JNI_OnUnload() local190 if ( ! jvm->GetEnv((void **) &pJNIEnv, JNI_VERSION_1_2) ) in JNI_OnUnload()192 pJNIEnv->DeleteGlobalRef(g_jcWindowsAccessBridgeAdapter); in JNI_OnUnload()278 JNIEnv * pJNIEnv = aGuard.getEnvironment(); in handleWindowEvent() local280 if ( NULL != pJNIEnv ) in handleWindowEvent()284 pJNIEnv->CallStaticVoidMethod(g_jcWindowsAccessBridgeAdapter, in handleWindowEvent()289 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 48 milliseconds