Home
last modified time | relevance | path

Searched refs:jsObjectRef (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_remote_object_internal.h56 …NAPIRemoteObject(std::thread::id jsThreadId, napi_env env, napi_ref jsObjectRef, const std::u16str…
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp233 NAPIRemoteObject::NAPIRemoteObject(std::thread::id jsThreadId, napi_env env, napi_ref jsObjectRef, in NAPIRemoteObject() argument
240 thisVarRef_ = jsObjectRef; in NAPIRemoteObject()
243 IncreaseJsObjectRef(env_, jsObjectRef); in NAPIRemoteObject()
253 .thisVarRef = jsObjectRef, in NAPIRemoteObject()