Home
last modified time | relevance | path

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

/foundation/arkui/napi/test/unittest/
H A Dtest_napi_ext.cpp463 int asyncCallbackScopeDepthBefore = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
477 int asyncCallbackScopeDepth = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
485 int asyncCallbackScopeDepthAfter = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
509 int asyncCallbackScopeDepthBefore = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
523 int asyncCallbackScopeDepth1 = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
529 int asyncCallbackScopeDepth2 = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
538 int asyncCallbackScopeDepth2After = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
547 int asyncCallbackScopeDepth1After = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
H A Dtest_napi.cpp3434 int asyncCallbackScopeDepthBefore = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
3448 int asyncCallbackScopeDepth = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
3456 int asyncCallbackScopeDepthAfter = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
3476 int asyncCallbackScopeDepthBefore = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
3490 int asyncCallbackScopeDepthOne = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
3496 int asyncCallbackScopeDepthTwo = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
3505 int asyncCallbackScopeDepthAfterTwo = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
3514 int asyncCallbackScopeDepthAfter = callbackScopeManager->GetAsyncCallbackScopeDepth(); in HWTEST_F()
/foundation/arkui/napi/callback_scope_manager/
H A Dnative_callback_scope_manager.h94 size_t GetAsyncCallbackScopeDepth() const in GetAsyncCallbackScopeDepth() function in NativeCallbackScopeManager
/foundation/arkui/napi/native_engine/
H A Dnative_async_hook_context.h202 size_t depth = callbackScopeMgr->GetAsyncCallbackScopeDepth(); in MakeCallback()

Completed in 18 milliseconds