Home
last modified time | relevance | path

Searched refs:JNIEnvHelper (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/jni/include/
H A Djni_helper.h22 class JNIEnvHelper {
24 JNIEnvHelper();
25 ~JNIEnvHelper();
31 JNIEnvHelper(const JNIEnvHelper &) = delete;
32 JNIEnvHelper &operator = (const JNIEnvHelper &) = delete;
/ohos5.0/foundation/communication/ipc/ipc/native/src/jni/source/
H A Djni_helper.cpp33 JavaVM *JNIEnvHelper::javaVm_ = nullptr;
39 JNIEnvHelper::JNIEnvHelper() : env_ { nullptr }, nativeThread_ { false } in JNIEnvHelper() function in OHOS::JNIEnvHelper
47 void JNIEnvHelper::nativeInit(JavaVM *vm) in nativeInit()
57 JNIEnvHelper::~JNIEnvHelper() in ~JNIEnvHelper()
64 JNIEnv *JNIEnvHelper::Get() in Get()
69 JNIEnv *JNIEnvHelper::operator->() in operator ->()
H A Dohos_rpc_remote_object.cpp152 JNIEnvHelper env; in JRemoteObject()
172 JNIEnvHelper env; in ~JRemoteObject()
185 JNIEnvHelper env; in OnRemoteRequest()
219 JNIEnvHelper env; in OnRemoteDump()
273 JNIEnvHelper env; in JDeathRecipient()
289 JNIEnvHelper env; in OnRemoteDied()
305 JNIEnvHelper env; in Matches()
330 JNIEnvHelper env; in ~JDeathRecipient()
1066 JNIEnvHelper::nativeInit(vm); in JNI_OnLoad()