Searched refs:napi_remove_wrap_sendable (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/napi/interfaces/kits/napi/ |
H A D | native_api.h | 183 NAPI_EXTERN napi_status napi_remove_wrap_sendable(napi_env env, napi_value js_object, void** result);
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 489 auto status_ = napi_remove_wrap_sendable(env, thisVar, reinterpret_cast<void**>(&tmp));
in JSReleaseCallBack()
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 715 res = napi_remove_wrap_sendable(env, instanceValue, (void**)&tmpTestStr1); in HWTEST_F() 747 napi_remove_wrap_sendable(env, instanceValue, (void**)&tempTestStr1); in HWTEST_F()
|
H A D | test_napi.cpp | 7042 napi_status status = napi_remove_wrap_sendable(env, js_obj, &result); in HWTEST_F() 7053 status = napi_remove_wrap_sendable(env, js_obj, result); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_fetch_file_result_napi.cpp | 713 status = napi_remove_wrap_sendable(env, thisVar, reinterpret_cast<void **>(&obj)); in JSClose()
|
H A D | sendable_photo_access_helper_napi.cpp | 676 NAPI_CALL(env, napi_remove_wrap_sendable(env, thisVar, reinterpret_cast<void**>(&asyncContext->objectInfo))); in JSRelease()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 2051 NAPI_EXTERN napi_status napi_remove_wrap_sendable(napi_env env, napi_value js_object, void** result) in napi_remove_wrap_sendable() function
|
Completed in 32 milliseconds