Home
last modified time | relevance | path

Searched refs:detach_cb (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/napi/interfaces/kits/napi/
H A Dnative_api.h98 … napi_native_binding_detach_callback detach_cb,
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dnapi.md881 napi_native_binding_detach_callback detach_cb,
897 - [in] detach_cb: 解绑回调,一般在序列化时调用,可在对象解绑时执行一些清理操作。
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dnapi-data-types-interfaces.md574 napi_native_binding_detach_callback detach_cb,
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp3908 … napi_native_binding_detach_callback detach_cb, in napi_coerce_to_native_binding_object() argument
3915 CHECK_ARG(env, detach_cb); in napi_coerce_to_native_binding_object()
3937 data->detachData = reinterpret_cast<void*>(detach_cb); in napi_coerce_to_native_binding_object()
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dnapi.md879 napi_native_binding_detach_callback detach_cb,
895 - **detach_cb**: callback to be invoked to perform cleanup operations when the object is detached d…
/ohos5.0/docs/en/application-dev/napi/
H A Dnapi-data-types-interfaces.md563 napi_native_binding_detach_callback detach_cb,