Home
last modified time | relevance | path

Searched refs:remoteNative (Results 1 - 1 of 1) sorted by relevance

/base/print/print_fwk/frameworks/kits/extension/src/
H A Djs_print_extension.cpp194 napi_value remoteNative = nullptr; in OnConnect() local
195 napi_call_function(nativeEngine, obj, method, NapiPrintUtils::ARGC_ONE, argv, &remoteNative); in OnConnect()
196 if (remoteNative == nullptr) { in OnConnect()
197 PRINT_HILOGE("remoteNative nullptr."); in OnConnect()
199 auto remoteObj = NAPI_ohos_rpc_getNativeRemoteObject(nativeEngine, remoteNative); in OnConnect()

Completed in 3 milliseconds