Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp195 napi_value RemoteObject_JS_Constructor(napi_env env, napi_callback_info info) in RemoteObject_JS_Constructor() function
1502 …napi_define_class(env, className.c_str(), className.length(), RemoteObject_JS_Constructor, nullptr, in NAPIRemoteObjectExport()