Home
last modified time | relevance | path

Searched refs:GetAsyncCallbackScopeDepth (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi_ext.cpp463 int asyncCallbackScopeDepthBefore = callbackScopeManager->GetAsyncCallbackScopeDepth();
477 int asyncCallbackScopeDepth = callbackScopeManager->GetAsyncCallbackScopeDepth();
485 int asyncCallbackScopeDepthAfter = callbackScopeManager->GetAsyncCallbackScopeDepth();
509 int asyncCallbackScopeDepthBefore = callbackScopeManager->GetAsyncCallbackScopeDepth();
523 int asyncCallbackScopeDepth1 = callbackScopeManager->GetAsyncCallbackScopeDepth();
529 int asyncCallbackScopeDepth2 = callbackScopeManager->GetAsyncCallbackScopeDepth();
538 int asyncCallbackScopeDepth2After = callbackScopeManager->GetAsyncCallbackScopeDepth();
547 int asyncCallbackScopeDepth1After = callbackScopeManager->GetAsyncCallbackScopeDepth();
H A Dtest_napi.cpp3423 int asyncCallbackScopeDepthBefore = callbackScopeManager->GetAsyncCallbackScopeDepth();
3437 int asyncCallbackScopeDepth = callbackScopeManager->GetAsyncCallbackScopeDepth();
3445 int asyncCallbackScopeDepthAfter = callbackScopeManager->GetAsyncCallbackScopeDepth();
3465 int asyncCallbackScopeDepthBefore = callbackScopeManager->GetAsyncCallbackScopeDepth();
3479 int asyncCallbackScopeDepthOne = callbackScopeManager->GetAsyncCallbackScopeDepth();
3485 int asyncCallbackScopeDepthTwo = callbackScopeManager->GetAsyncCallbackScopeDepth();
3494 int asyncCallbackScopeDepthAfterTwo = callbackScopeManager->GetAsyncCallbackScopeDepth();
3503 int asyncCallbackScopeDepthAfter = callbackScopeManager->GetAsyncCallbackScopeDepth();
/ohos5.0/foundation/arkui/napi/callback_scope_manager/
H A Dnative_callback_scope_manager.h94 size_t GetAsyncCallbackScopeDepth() const in GetAsyncCallbackScopeDepth() function
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_async_hook_context.h202 size_t depth = callbackScopeMgr->GetAsyncCallbackScopeDepth(); in MakeCallback()