Home
last modified time | relevance | path

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

/foundation/arkui/napi/native_engine/
H A Dnative_async_hook_context.h139 NativeCallbackScopeManager* callbackScopeMgr, in CloseScope()
146 if (callbackScopeMgr != nullptr) { in CloseScope()
147 callbackScopeMgr->Close(callbackScope); in CloseScope()
167 NativeCallbackScopeManager* callbackScopeMgr = nullptr; in InternalMakeCallback() local
170 callbackScopeMgr = engine->GetCallbackScopeManager(); in InternalMakeCallback()
171 callbackScope = callbackScopeMgr->Open(engine, in InternalMakeCallback()
191 CloseScope(asyncContext, callbackScopeMgr, callbackScope, engine); in InternalMakeCallback()
201 NativeCallbackScopeManager* callbackScopeMgr = engine->GetCallbackScopeManager(); in MakeCallback() local
202 size_t depth = callbackScopeMgr->GetAsyncCallbackScopeDepth(); in MakeCallback()
138 CloseScope(NativeAsyncHookContext* nativeAsyncContext, NativeCallbackScopeManager* callbackScopeMgr, NativeCallbackScope* callbackScope, NativeEngine* engine) CloseScope() argument

Completed in 1 milliseconds