/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/ |
H A D | n_class.h | 76 napi_status status = napi_remove_wrap(env, objStat, (void **)&t); in RemoveEntityOfFinal()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | napi_class.h | 80 napi_status status = napi_remove_wrap(env, objStat, (void **)&t); in RemoveEntityOfFinal()
|
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/ |
H A D | n_class.h | 77 napi_status status = napi_remove_wrap(env, objStat, (void **)&t); in RemoveEntityOfFinal()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_source_napi.cpp | 892 status = napi_remove_wrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->constructor_));
in Release()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 498 auto status_ = napi_remove_wrap(env, thisVar, reinterpret_cast<void**>(&tmp)); in JSReleaseCallBack()
|
H A D | auxiliary_picture_napi.cpp | 341 nVal.status = napi_remove_wrap(env, nVal.thisVar, reinterpret_cast<void**>(&auxiliaryPicture)); in Release()
|
H A D | picture_napi.cpp | 656 nVal.status = napi_remove_wrap(env, nVal.thisVar, reinterpret_cast<void**>(&picturenapi)); in Release()
|
H A D | image_packer_napi.cpp | 915 status = napi_remove_wrap(env, thisVar, reinterpret_cast<void**>(&context->constructor_)); in Release()
|
H A D | image_source_napi.cpp | 2308 status = napi_remove_wrap(env, thisVar, reinterpret_cast<void**>(&asyncContext->constructor_)); in Release()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | fetch_file_result_napi.cpp | 906 status = napi_remove_wrap(env, thisVar, reinterpret_cast<void **>(&obj)); in JSClose()
|
H A D | media_library_napi.cpp | 3323 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 D | napi_remote_object.cpp | 539 status = napi_remove_wrap(env, jsRemoteObject, (void **)&createHolder); in RemoteObjectAttachCb()
|
H A D | napi_message_parcel_write.cpp | 1121 napi_remove_wrap(env, thisVar, reinterpret_cast<void **>(&napiParcel)); in JS_reclaim()
|
H A D | napi_message_sequence_write.cpp | 1402 napi_remove_wrap(env, thisVar, (void **)&napiSequence); in JS_reclaim()
|
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | native_devicemanager_js.cpp | 1898 NAPI_CALL(env, napi_remove_wrap(env, argv[0], (void**)&deviceManagerWrapper)); in ReleaseDeviceManager()
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 1739 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 D | native_api.cpp | 1951 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 D | native_devicemanager_js.cpp | 2923 NAPI_CALL(env, napi_remove_wrap(env, thisVar, (void**)&deviceManagerWrapper));
in ReleaseDeviceManager()
|