Searched refs:napi_reference_ref (Results 1 - 11 of 11) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ |
H A D | camera_napi_auto_ref.h | 46 (void)napi_reference_ref(env_, callbackRef_, nullptr); in AutoRef()
|
/foundation/multimodalinput/input/frameworks/napi/short_key/src/ |
H A D | js_short_key_context.cpp | 67 if (napi_reference_ref(env, jsContext->contextRef_, &refCount) != napi_ok) { in CreateInstance()
|
/foundation/communication/nfc/frameworks/js/napi/controller/ |
H A D | nfc_napi_controller_event.cpp | 128 napi_reference_ref(asyncEvent->env, asyncEvent->callbackRef, &refCount); in EventNotify()
|
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_hce_adapter.cpp | 367 napi_reference_ref(asyncEvent->env, asyncEvent->callbackRef, &refCount); in EventNotify()
|
/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_event.cpp | 110 res = napi_reference_ref(asyncEvent->env, asyncEvent->callbackRef, &refCount); in EventNotify()
|
/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_foreground_dispatch.cpp | 143 napi_reference_ref(asyncEvent->env, asyncEvent->callbackRef, &refCount);
in EventNotify()
|
/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_remote_object.cpp | 442 napi_status napiStatus = napi_reference_ref(env, ref, &result); in IncreaseJsObjectRef() 498 napi_status napiStatus = napi_reference_ref(env, ref, &result); in RemoteObjectDetachCb()
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_context.cpp | 90 CHKRP(napi_reference_ref(env, jsContext->contextRef_, &refCount), REFERENCE_REF); in CreateInstance()
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 69 CHKRP(napi_reference_ref(env, jsContext->contextRef_, &refCount), REFERENCE_REF); in CreateInstance()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 2161 NAPI_EXTERN napi_status napi_reference_ref(napi_env env, napi_ref ref, uint32_t* result) in napi_reference_ref() function
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 1244 napi_reference_ref(env, resultRef, &resultRefCount); in HWTEST_F() 7773 * @tc.desc: Test interface of napi_reference_ref 7781 auto res = napi_reference_ref(env, nullptr, nullptr); in HWTEST_F()
|
Completed in 38 milliseconds