Home
last modified time | relevance | path

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

/foundation/window/window_manager/previewer/mock/
H A Dnapi_remote_object.h25 sptr<IRemoteObject> NAPI_ohos_rpc_getNativeRemoteObject(napi_env env, napi_value object) in NAPI_ohos_rpc_getNativeRemoteObject() function
/foundation/communication/ipc/interfaces/innerkits/ipc_napi_common/include/
H A Dnapi_remote_object.h82 sptr<IRemoteObject> NAPI_ohos_rpc_getNativeRemoteObject(napi_env env, napi_value object);
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H A Djs_vpn_extension.cpp72 vpn = NAPI_ohos_rpc_getNativeRemoteObject(env, argv[0]); in OnConnectPromiseCallback()
299 auto remoteObj = NAPI_ohos_rpc_getNativeRemoteObject(env, result); in OnConnect()
315 sptr<IRemoteObject> remoteObj = NAPI_ohos_rpc_getNativeRemoteObject(env, result); in OnConnect()
/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_ipc_skeleton.cpp151 sptr<IRemoteObject> target = NAPI_ohos_rpc_getNativeRemoteObject(env, argv[ARGV_INDEX_0]); in NAPI_IPCSkeleton_flushCommands()
177 sptr<IRemoteObject> target = NAPI_ohos_rpc_getNativeRemoteObject(env, argv[ARGV_INDEX_0]); in NAPI_IPCSkeleton_flushCmdBuffer()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp900 sptr<IRemoteObject> NAPI_ohos_rpc_getNativeRemoteObject(napi_env env, napi_value object) in NAPI_ohos_rpc_getNativeRemoteObject() function
1007 sptr<IRemoteObject> nativeObject = NAPI_ohos_rpc_getNativeRemoteObject(env, thisVar); in NAPI_RemoteObject_getInterfaceDescriptor()
1018 sptr<IRemoteObject> nativeObject = NAPI_ohos_rpc_getNativeRemoteObject(env, thisVar); in NAPI_RemoteObject_getDescriptor()
1244 sptr<IRemoteObject> target = NAPI_ohos_rpc_getNativeRemoteObject(env, thisVar); in NAPI_RemoteObject_sendRequest()
1328 sptr<IRemoteObject> target = NAPI_ohos_rpc_getNativeRemoteObject(env, thisVar); in NAPI_RemoteObject_sendMessageRequest()
H A Dnapi_message_parcel_write.cpp871 sptr<IRemoteObject> remoteObject = NAPI_ohos_rpc_getNativeRemoteObject(env, element); in JS_writeRemoteObjectArray()
1145 sptr<IRemoteObject> remoteObject = NAPI_ohos_rpc_getNativeRemoteObject(env, argv[ARGV_INDEX_0]); in JS_writeRemoteObject()
H A Dnapi_message_sequence_write.cpp1146 sptr<IRemoteObject> remoteObject = NAPI_ohos_rpc_getNativeRemoteObject(env, element); in JS_writeRemoteObjectArray()
1428 sptr<IRemoteObject> remoteObject = NAPI_ohos_rpc_getNativeRemoteObject(env, argv[ARGV_INDEX_0]); in JS_writeRemoteObject()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension.cpp69 return NAPI_ohos_rpc_getNativeRemoteObject(env, obj); in GetNativeRemoteObject()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ability.cpp1168 auto remoteObj = NAPI_ohos_rpc_getNativeRemoteObject(env, remoteJsObj); in SetNewRuleFlagToCallee()
H A Djs_ui_ability.cpp1612 auto remoteObj = NAPI_ohos_rpc_getNativeRemoteObject(env, remoteJsObj); in SetNewRuleFlagToCallee()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp399 auto remoteObj = NAPI_ohos_rpc_getNativeRemoteObject(env, result); in OnConnect()
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag.cpp365 remoteObject = NAPI_ohos_rpc_getNativeRemoteObject(env, remoteTagSession); in BuildNativeTagFromJsObj()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_want.cpp1005 sptr<IRemoteObject> remoteObject = NAPI_ohos_rpc_getNativeRemoteObject(env, jsProValue); in HandleRemoteObject()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp1300 auto remoteObj = NAPI_ohos_rpc_getNativeRemoteObject(env, nativeValue); in OnConnectService()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp2074 sptr<IRemoteObject> token = NAPI_ohos_rpc_getNativeRemoteObject(env, argv0); in GetBindDialogToken()

Completed in 64 milliseconds