Home
last modified time | relevance | path

Searched refs:nativeAsyncContext (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/napi/native_engine/
H A Dnative_async_hook_context.h138 static void CloseScope(NativeAsyncHookContext* nativeAsyncContext, in CloseScope() argument
143 if (nativeAsyncContext != nullptr) { in CloseScope()
144 nativeAsyncContext->CloseCallbackScope(engine, callbackScope); in CloseScope()
H A Dnative_node_api.cpp526 NativeAsyncHookContext* nativeAsyncContext = reinterpret_cast<NativeAsyncHookContext*>(async_context); in napi_async_destroy() local
528 delete nativeAsyncContext; in napi_async_destroy()
618 NativeAsyncHookContext* nativeAsyncContext = reinterpret_cast<NativeAsyncHookContext*>(async_context); in napi_make_callback() local
619 callBackRst = nativeAsyncContext->MakeCallback(funRef, Obj, in napi_make_callback()

Completed in 3 milliseconds