Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp913 napi_value proxyConstructor = nullptr; in NAPI_ohos_rpc_getNativeRemoteObject() local
914 status = napi_get_named_property(env, global, "IPCProxyConstructor_", &proxyConstructor); in NAPI_ohos_rpc_getNativeRemoteObject()
917 status = napi_instanceof(env, object, proxyConstructor, &instanceOfProxy); in NAPI_ohos_rpc_getNativeRemoteObject()