Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/kits/extension/src/
Djs_inputmethod_extension.cpp218 NativeValue *remoteNative = nativeEngine->CallFunction(value, method, argv, ARGC_ONE); in OnConnect() local
219 if (remoteNative == nullptr) { in OnConnect()
223 reinterpret_cast<napi_env>(nativeEngine), reinterpret_cast<napi_value>(remoteNative)); in OnConnect()
/base/print/print_fwk/frameworks/kits/extension/src/
Djs_print_extension.cpp202 …NativeValue *remoteNative = nativeEngine->CallFunction(value, method, argv, NapiPrintUtils::ARGC_O… in OnConnect() local
203 if (remoteNative == nullptr) { in OnConnect()
207 reinterpret_cast<napi_env>(nativeEngine), reinterpret_cast<napi_value>(remoteNative)); in OnConnect()
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_extension/module_loader/
Djs_user_auth_extension.cpp445 NativeValue* remoteNative = nativeEngine->CallFunction(value, method, argv, ARGC_ONE); in CallOnConnect() local
446 if (remoteNative == nullptr) { in CallOnConnect()
450 return remoteNative; in CallOnConnect()