Home
last modified time | relevance | path

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

/foundation/arkui/napi/native_engine/
H A Dnative_async_hook_context.h87 auto callbackScope = callbackScopeManager->Open(env_, resource_.ToLocal(), GetAsyncIdInfo()); in OpenCallbackScope() local
90 return callbackScope; in OpenCallbackScope()
140 NativeCallbackScope* callbackScope, in CloseScope()
144 nativeAsyncContext->CloseCallbackScope(engine, callbackScope); in CloseScope()
147 callbackScopeMgr->Close(callbackScope); in CloseScope()
168 NativeCallbackScope* callbackScope; in InternalMakeCallback() local
171 callbackScope = callbackScopeMgr->Open(engine, in InternalMakeCallback()
174 callbackScope = asyncContext->OpenCallbackScope(); in InternalMakeCallback()
184 if (callbackScope != nullptr) { in InternalMakeCallback()
186 callbackScope in InternalMakeCallback()
138 CloseScope(NativeAsyncHookContext* nativeAsyncContext, NativeCallbackScopeManager* callbackScopeMgr, NativeCallbackScope* callbackScope, NativeEngine* engine) CloseScope() argument
[all...]

Completed in 2 milliseconds