Home
last modified time | relevance | path

Searched refs:JNIEnv (Results 1 – 25 of 103) sorted by relevance

12345

/aoo42x/main/connectivity/source/inc/java/lang/
H A DObject.hxx65 JNIEnv* pEnv;
70 JNIEnv& env() const in env()
103 java_lang_Object( JNIEnv * pEnv, jobject myObj );
109 void saveRef( JNIEnv * pEnv, jobject myObj );
112 void clearObject(JNIEnv& rEnv);
118 …static void ThrowSQLException(JNIEnv * pEnv,const ::com::sun::star::uno::Reference< ::com::sun::st…
121 JNIEnv* pEnvironment,
128 …void obtainMethodId(JNIEnv* _pEnv, const char* _pMethodName, const char* _pSignature, j…
132 …jobject callResultSetMethod( JNIEnv& _rEnv, const char* _pMethodName, jmethodID& _inout_Me…
142 …jobject callObjectMethod( JNIEnv * pEnv, const char* _pMethodName, const char* _pSignature…
[all …]
/aoo42x/main/connectivity/source/inc/hsqldb/
H A DHStorageAccess.h38 (JNIEnv *, jobject, jstring, jstring, jint);
46 (JNIEnv *, jobject, jstring, jstring);
54 (JNIEnv *, jobject, jstring, jstring);
62 (JNIEnv *, jobject, jstring, jstring);
70 (JNIEnv *, jobject, jstring, jstring);
78 (JNIEnv *, jobject, jstring, jstring, jbyteArray, jint, jint);
86 (JNIEnv *, jobject, jstring, jstring);
94 (JNIEnv *, jobject, jstring, jstring, jlong);
102 (JNIEnv *, jobject, jstring, jstring, jbyteArray, jint, jint);
110 (JNIEnv *, jobject, jstring, jstring, jint);
H A DStorageNativeInputStream.h38 (JNIEnv * env, jobject obj_this,jstring key, jstring name, jint);
46 (JNIEnv * env, jobject obj_this,jstring key, jstring name);
54 (JNIEnv * env, jobject obj_this,jstring key, jstring name, jbyteArray, jint, jint);
62 (JNIEnv *, jobject, jstring, jstring);
70 (JNIEnv *, jobject, jstring, jstring, jlong);
78 (JNIEnv *, jobject, jstring, jstring);
86 (JNIEnv *, jobject, jstring, jstring, jbyteArray);
H A DHStorageMap.hxx73 …static TStreamMap::mapped_type registerStream(JNIEnv * env,jstring name, jstring key,sal_Int32 _nM…
74 static void revokeStream(JNIEnv * env,jstring name, jstring key);
75 static TStreamMap::mapped_type getRegisteredStream( JNIEnv * env, jstring name, jstring key);
77 static ::rtl::OUString jstring2ustring(JNIEnv * env, jstring jstr);
80 … static void throwJavaException(const ::com::sun::star::uno::Exception& _aException,JNIEnv * env);
H A DHStorageAccess.hxx34 jint read_from_storage_stream( JNIEnv * env, jobject obj_this, jstring name, jstring key, ::connect…
35 jint read_from_storage_stream_into_buffer( JNIEnv * env, jobject obj_this,jstring name, jstring key…
36 void write_to_storage_stream_from_buffer( JNIEnv* env, jobject obj_this, jstring name, jstring key,…
37 void write_to_storage_stream( JNIEnv* env, jobject obj_this, jstring name, jstring key, jint v, ::c…
/aoo42x/main/jurt/source/pipe/wrapper/
H A Dwrapper.c59 JNIEnv * env, jobject obj_this, jstring name) in Java_com_sun_star_lib_connections_pipe_PipeConnection_createJNI()
61 (*(void (*)(JNIEnv *, jobject, jstring)) in Java_com_sun_star_lib_connections_pipe_PipeConnection_createJNI()
67 JNIEnv * env, jobject obj_this) in Java_com_sun_star_lib_connections_pipe_PipeConnection_closeJNI()
69 (*(void (*)(JNIEnv *, jobject)) in Java_com_sun_star_lib_connections_pipe_PipeConnection_closeJNI()
75 JNIEnv * env, jobject obj_this, jobjectArray buffer, jint len) in Java_com_sun_star_lib_connections_pipe_PipeConnection_readJNI()
77 return (*(jint (*)(JNIEnv *, jobject, jobjectArray, jint)) in Java_com_sun_star_lib_connections_pipe_PipeConnection_readJNI()
83 JNIEnv * env, jobject obj_this, jbyteArray buffer) in Java_com_sun_star_lib_connections_pipe_PipeConnection_writeJNI()
85 (*(void (*)(JNIEnv *, jobject, jbyteArray)) in Java_com_sun_star_lib_connections_pipe_PipeConnection_writeJNI()
91 JNIEnv * env, jobject obj_this) in Java_com_sun_star_lib_connections_pipe_PipeConnection_flushJNI()
93 (*(void (*)(JNIEnv *, jobject)) in Java_com_sun_star_lib_connections_pipe_PipeConnection_flushJNI()
/aoo42x/main/bridges/source/jni_uno/
H A Dnativethreadpool.cxx62 void throwOutOfMemory(JNIEnv * env) { in throwOutOfMemory()
77 JNIEnv * env = guard.getEnvironment(); in executeRequest()
94 JNIEnv * env, jclass) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_threadId()
119 JNIEnv * env, jclass) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_create()
149 JNIEnv *, jclass, jlong pool) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_attach() argument
156 JNIEnv * env, jclass, jlong pool) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_enter()
172 JNIEnv *, jclass, jlong pool) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_detach() argument
179 JNIEnv * env, jclass, jlong pool, jbyteArray threadId, jobject job, in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
214 JNIEnv *, jclass, jlong pool) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_dispose() argument
221 JNIEnv *, jclass, jlong pool) SAL_THROW_EXTERN_C() in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_destroy() argument
H A Djni_info.h74 virtual void destroy( JNIEnv * jni_env ) = 0;
76 inline void destruct( JNIEnv * jni_env ) in destruct()
91 virtual void destroy( JNIEnv * jni_env );
105 virtual void destroy( JNIEnv * jni_env );
228 inline void destroy( JNIEnv * jni_env );
234 void destruct( JNIEnv * jni_env );
236 JNI_info( JNIEnv * jni_env, jobject class_loader,
242 inline void JNI_info::destroy( JNIEnv * jni_env ) in destroy()
H A Djni_base.h71 JNIEnv * m_env;
80 JNI_info const * jni_info, JNIEnv * env, jobject class_loader ) in JNI_context()
89 inline JNIEnv * operator -> () const in operator ->()
91 inline JNIEnv * get_jni_env() const in get_jni_env()
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHStorageAccess.cxx55 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key, jint mode) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_openStream()
73 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_close()
112 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_getFilePointer()
136 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_length()
155 jint read_from_storage_stream( JNIEnv * env, jobject /*obj_this*/, jstring name, jstring key, DataL… in read_from_storage_stream()
203 (JNIEnv* env, jobject obj_this, jstring name, jstring key) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2()
276 (JNIEnv * env, jobject obj_this,jstring name, jstring key, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2_3BII()
297 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
365 (JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key, jlong position) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek()
477 (JNIEnv * env, jobject obj_this,jstring name, jstring key, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_write()
[all …]
H A DStorageNativeOutputStream.cxx74 (JNIEnv * env, jobject /*obj_this*/, jstring name, jstring key, jint mode) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_openStream()
90 (JNIEnv * env, jobject obj_this, jstring key, jstring name, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3BII()
108 (JNIEnv * env, jobject obj_this, jstring key, jstring name, jbyteArray buffer) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3B()
126 (JNIEnv * env, jobject /*obj_this*/, jstring key, jstring name) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_close()
158 (JNIEnv * env, jobject obj_this, jstring key, jstring name,jint b) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2I()
176 (JNIEnv * env, jobject /*obj_this*/, jstring key, jstring name) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_flush()
195 (JNIEnv * env, jobject /*obj_this*/, jstring key, jstring name) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_sync()
H A DStorageNativeInputStream.cxx68 (JNIEnv * env, jobject /*obj_this*/,jstring key, jstring name, jint mode) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_openStream()
86 (JNIEnv * env, jobject obj_this,jstring key, jstring name) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2()
105 (JNIEnv * env, jobject obj_this,jstring key, jstring name, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3BII()
124 (JNIEnv * env, jobject /*obj_this*/,jstring key, jstring name) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_close()
144 (JNIEnv * env, jobject /*obj_this*/,jstring key, jstring name, jlong n) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_skip()
210 (JNIEnv * env, jobject /*obj_this*/,jstring key, jstring name) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_available()
252 (JNIEnv * env, jobject /*obj_this*/,jstring key, jstring name, jbyteArray buffer) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B()
H A DHStorageMap.cxx149 ::rtl::OUString StorageContainer::jstring2ustring(JNIEnv * env, jstring jstr) in jstring2ustring()
248 …TStreamMap::mapped_type StorageContainer::registerStream(JNIEnv * env,jstring name, jstring key,sa… in registerStream()
319 void StorageContainer::revokeStream( JNIEnv * env,jstring name, jstring key) in revokeStream()
328 …TStreamMap::mapped_type StorageContainer::getRegisteredStream( JNIEnv * env,jstring name, jstring … in getRegisteredStream()
344 void StorageContainer::throwJavaException(const Exception& _aException,JNIEnv * env) in throwJavaException()
/aoo42x/main/javaunohelper/source/
H A Dpreload.cxx43 JNIEnv *, jclass, jstring, jobject, jobject, jobject );
45 JNIEnv *, jclass, jstring, jstring, jobject, jobject, jobject );
47 JNIEnv *, jclass, jstring, jstring, jboolean, jobject );
49 JNIEnv *_env, jclass, jstring, jobjectArray, jobject );
60 static bool inited_juhx( JNIEnv * jni_env ) in inited_juhx()
112 JNIEnv * pJEnv, jclass jClass, jstring jLibName, jobject jSMgr, in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()
123 JNIEnv * pJEnv, jclass jClass, jstring jLibName, jstring jImplName, in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
134 JNIEnv * pJEnv, jclass jClass, jstring jWriteRegFile, in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
147 JNIEnv * jni_env, jclass jClass, jstring juno_rc, jobjectArray jpairs, in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
/aoo42x/main/odk/source/unowinreg/win/
H A Dunowinreg.cxx44 JNIEnv *env, jclass, jlongArray hkresult) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenClassesRoot()
57 JNIEnv *env, jclass, jlongArray hkresult) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenCurrentConfig()
70 JNIEnv *env, jclass, jlongArray hkresult) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenCurrentUser()
83 JNIEnv *env, jclass, jlongArray hkresult) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenLocalMachine()
96 JNIEnv *env, jclass, jlongArray hkresult) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenUsers()
108 JNIEnv *env, jclass, jlong parent, jstring name, jlongArray hkresult) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegOpenKeyEx()
124 JNIEnv *, jclass, jlong hkey) in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegCloseKey() argument
134 JNIEnv *env, jclass, jlong hkey, jstring value, jlongArray type, in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegQueryValueEx()
154 JNIEnv *env, jclass, jlong hkey, jlongArray subkeys, in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegQueryInfoKey()
/aoo42x/main/jurt/source/pipe/
H A Dcom_sun_star_lib_connections_pipe_PipeConnection.c42 static void ThrowException(JNIEnv * env, char const * type, char const * msg) { in ThrowException()
59 static oslPipe getPipe(JNIEnv * env, jobject obj_this);
60 static rtl_uString * jstring2ustring(JNIEnv * env, jstring jstr);
65 static oslPipe getPipe(JNIEnv * env, jobject obj_this) in getPipe()
93 static rtl_uString * jstring2ustring(JNIEnv * env, jstring jstr) in jstring2ustring()
115 (JNIEnv * env, jobject obj_this, jstring name) in PipeConnection_create()
254 (JNIEnv * env, jobject obj_this) in PipeConnection_close()
340 (JNIEnv * env, jobject obj_this, jobjectArray buffer, jint len) in PipeConnection_read()
460 (JNIEnv * env, jobject obj_this, jbyteArray buffer) in PipeConnection_write()
557 (JNIEnv * env, jobject obj_this) in PipeConnection_flush()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx53 java_sql_CallableStatement::java_sql_CallableStatement( JNIEnv * pEnv, java_sql_Connection& _rCon,c… in java_sql_CallableStatement()
93 jbyte (JNIEnv::*pCallMethod)( jobject obj, jmethodID methodID, ... ) = &JNIEnv::CallByteMethod; in getByte()
128 … double (JNIEnv::*pCallMethod)( jobject obj, jmethodID methodID, ... ) = &JNIEnv::CallDoubleMethod; in getDouble()
137 … jfloat (JNIEnv::*pCallMethod)( jobject obj, jmethodID methodID, ... ) = &JNIEnv::CallFloatMethod; in getFloat()
154 jlong (JNIEnv::*pCallMethod)( jobject obj, jmethodID methodID, ... ) = &JNIEnv::CallLongMethod; in getLong()
173 … jshort (JNIEnv::*pCallMethod)( jobject obj, jmethodID methodID, ... ) = &JNIEnv::CallShortMethod; in getShort()
317 void java_sql_CallableStatement::createStatement(JNIEnv* /*_pEnv*/) in createStatement() argument
H A DObject.cxx122 java_lang_Object::java_lang_Object( JNIEnv * pXEnv, jobject myObj ) in java_lang_Object()
139 void java_lang_Object::clearObject(JNIEnv& rEnv) in clearObject()
157 void java_lang_Object::saveRef( JNIEnv * pXEnv, jobject myObj ) in saveRef()
175JNIEnv* _pEnvironment, const Reference< XInterface >& _rxContext, SQLException& _out_rException ) in lcl_translateJNIExceptionToUNOException()
209 …wLoggedSQLException( const ::comphelper::ResourceBasedEventLogger& _rLogger, JNIEnv* _pEnvironment, in ThrowLoggedSQLException()
221 void java_lang_Object::ThrowSQLException( JNIEnv* _pEnvironment, const Reference< XInterface>& _rxC… in ThrowSQLException()
228 void java_lang_Object::obtainMethodId(JNIEnv* _pEnv,const char* _pMethodName, const char* _pSignatu… in obtainMethodId()
266 jobject java_lang_Object::callResultSetMethod( JNIEnv& _rEnv,const char* _pMethodName, jmethodID& _… in callResultSetMethod()
349 jobject java_lang_Object::callObjectMethod( JNIEnv * _pEnv,const char* _pMethodName,const char* _pS… in callObjectMethod()
360 jobject java_lang_Object::callObjectMethodWithIntArg( JNIEnv * _pEnv,const char* _pMethodName,const… in callObjectMethodWithIntArg()
H A DResultSet.cxx74 java_sql_ResultSet::java_sql_ResultSet( JNIEnv * pEnv, jobject myObj, const java::sql::ConnectionLo… in java_sql_ResultSet()
188 jbyte (JNIEnv::*pCallMethod)( jobject obj, jmethodID methodID, ... ) = &JNIEnv::CallByteMethod; in getByte()
226 …jdouble (JNIEnv::*pCallMethod)( jobject obj, jmethodID methodID, ... ) = &JNIEnv::CallDoubleMethod; in getDouble()
235 … jfloat (JNIEnv::*pCallMethod)( jobject obj, jmethodID methodID, ... ) = &JNIEnv::CallFloatMethod; in getFloat()
260 jlong (JNIEnv::*pCallMethod)( jobject obj, jmethodID methodID, ... ) = &JNIEnv::CallLongMethod; in getLong()
386 … jshort (JNIEnv::*pCallMethod)( jobject obj, jmethodID methodID, ... ) = &JNIEnv::CallShortMethod; in getShort()
/aoo42x/main/connectivity/source/inc/java/
H A Dtools.hxx46 jstring convertwchar_tToJavaString(JNIEnv *pEnv,const ::rtl::OUString& _Temp);
47 ::rtl::OUString JavaString2String(JNIEnv *pEnv,jstring _Str);
52 …template<class T,class JT> ::com::sun::star::uno::Sequence< T > copyArrayAndDelete(JNIEnv *pEnv,jo… in copyArrayAndDelete()
70 …o::Reference< ::com::sun::star::container::XNameAccess > Map2XNameAccess(JNIEnv *pEnv,jobject _pMa…
71 …jobject convertTypeMapToJavaMap(JNIEnv *pEnv,const ::com::sun::star::uno::Reference< ::com::sun::s…
81 sal_Bool isExceptionOccured(JNIEnv *pEnv,sal_Bool _bClear);
H A DLocalRef.hxx50 explicit LocalRef( JNIEnv& environment ) in LocalRef()
56 LocalRef( JNIEnv& environment, T object ) in LocalRef()
85 JNIEnv& env() const { return m_environment; } in env()
94 JNIEnv& m_environment;
/aoo42x/main/jvmaccess/inc/jvmaccess/
H A Dvirtualmachine.hxx34 struct JNIEnv;
97 inline JNIEnv * getEnvironment() const { return m_pEnvironment; } in getEnvironment()
104 JNIEnv * m_pEnvironment;
143 JNIEnv * pMainThreadEnv);
151 JNIEnv * attachThread(bool * pAttached) const;
/aoo42x/main/jvmaccess/source/
H A Dclasspath.cxx59 ::JNIEnv * const env = static_cast< ::JNIEnv * >(environment); in doTranslateToUrls()
135 ::JNIEnv * const env = static_cast< ::JNIEnv * >(environment); in doLoadClass()
/aoo42x/main/accessibility/bridge/source/java/
H A DWindowsAccessBridgeAdapter.cxx90 Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID(JNIEnv *pJNIEnv, jclass c… in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()
126 Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_createMapping(JNIEnv *, jclass, jlong … in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_createMapping() argument
187 JNIEnv * pJNIEnv; in JNI_OnUnload()
276 JNIEnv * pJNIEnv = aGuard.getEnvironment(); in handleWindowEvent()
/aoo42x/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx123 virtual void createStatement(JNIEnv* _pEnv) = 0;
134 java_sql_Statement_Base( JNIEnv * pEnv, java_sql_Connection& _rCon );
178 …OStatement_BASE2(JNIEnv * pEnv, java_sql_Connection& _rCon ) : java_sql_Statement_Base( pEnv, _rCo… in OStatement_BASE2()
195 virtual void createStatement(JNIEnv* _pEnv);
203 …java_sql_Statement( JNIEnv * pEnv, java_sql_Connection& _rCon ) : OStatement_BASE2( pEnv, _rCon){}; in java_sql_Statement()

Completed in 168 milliseconds

12345