Home
last modified time | relevance | path

Searched refs:napi_remove_wrap_sendable (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/napi/interfaces/kits/napi/
H A Dnative_api.h183 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 Dsendable_image_napi.cpp489 auto status_ = napi_remove_wrap_sendable(env, thisVar, reinterpret_cast<void**>(&tmp)); in JSReleaseCallBack()
/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp715 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 Dtest_napi.cpp7042 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 Dsendable_fetch_file_result_napi.cpp713 status = napi_remove_wrap_sendable(env, thisVar, reinterpret_cast<void **>(&obj)); in JSClose()
H A Dsendable_photo_access_helper_napi.cpp676 NAPI_CALL(env, napi_remove_wrap_sendable(env, thisVar, reinterpret_cast<void**>(&asyncContext->objectInfo))); in JSRelease()
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp2051 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