Home
last modified time | relevance | path

Searched defs:napi_async_cleanup_hook_handle__ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_node_api.cpp297 struct napi_async_cleanup_hook_handle__ { struct
298napi_async_cleanup_hook_handle__(napi_env env, napi_async_cleanup_hook user_hook, void* user_data) in napi_async_cleanup_hook_handle__() function
304 ~napi_async_cleanup_hook_handle__() in ~napi_async_cleanup_hook_handle__() argument
314 auto handle = static_cast<napi_async_cleanup_hook_handle__*>(data); in Hook() argument
335 napi_async_cleanup_hook_handle__* handle = new napi_async_cleanup_hook_handle__(env, hook, arg); in napi_add_async_cleanup_hook() argument