Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H A Dn_class.h76 napi_status status = napi_remove_wrap(env, objStat, (void **)&t); in RemoveEntityOfFinal()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_class.h80 napi_status status = napi_remove_wrap(env, objStat, (void **)&t); in RemoveEntityOfFinal()
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_class.h77 napi_status status = napi_remove_wrap(env, objStat, (void **)&t); in RemoveEntityOfFinal()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp892 status = napi_remove_wrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->constructor_)); in Release()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_napi.cpp498 auto status_ = napi_remove_wrap(env, thisVar, reinterpret_cast<void**>(&tmp)); in JSReleaseCallBack()
H A Dauxiliary_picture_napi.cpp341 nVal.status = napi_remove_wrap(env, nVal.thisVar, reinterpret_cast<void**>(&auxiliaryPicture)); in Release()
H A Dpicture_napi.cpp656 nVal.status = napi_remove_wrap(env, nVal.thisVar, reinterpret_cast<void**>(&picturenapi)); in Release()
H A Dimage_packer_napi.cpp915 status = napi_remove_wrap(env, thisVar, reinterpret_cast<void**>(&context->constructor_)); in Release()
H A Dimage_source_napi.cpp2308 status = napi_remove_wrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->constructor_)); in Release()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfetch_file_result_napi.cpp906 status = napi_remove_wrap(env, thisVar, reinterpret_cast<void **>(&obj)); in JSClose()
H A Dmedia_library_napi.cpp3323 NAPI_CALL(env, napi_remove_wrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->objectInfo))); in JSRelease()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp539 status = napi_remove_wrap(env, jsRemoteObject, (void **)&createHolder); in RemoteObjectAttachCb()
H A Dnapi_message_parcel_write.cpp1121 napi_remove_wrap(env, thisVar, reinterpret_cast<void **>(&napiParcel)); in JS_reclaim()
H A Dnapi_message_sequence_write.cpp1402 napi_remove_wrap(env, thisVar, (void **)&napiSequence); in JS_reclaim()
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp1898 NAPI_CALL(env, napi_remove_wrap(env, argv[0], (void**)&deviceManagerWrapper)); in ReleaseDeviceManager()
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp1739 napi_remove_wrap(env, instanceValue, (void**)&tmpTestStr1); in HWTEST_F()
2241 napi_remove_wrap(env, instanceValue, (void**)&tempTestStr1); in HWTEST_F()
6006 napi_status status = napi_remove_wrap(env, obj, (void **)&testStr); in HWTEST_F()
6017 napi_status status = napi_remove_wrap(env, obj, (void **)testStr); in HWTEST_F()
6028 napi_status status = napi_remove_wrap(env, obj, (void **)&testStr); in HWTEST_F()
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp1951 NAPI_EXTERN napi_status napi_remove_wrap(napi_env env, napi_value js_object, void** result) in napi_remove_wrap() function
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp2923 NAPI_CALL(env, napi_remove_wrap(env, thisVar, (void**)&deviceManagerWrapper)); in ReleaseDeviceManager()

Completed in 69 milliseconds