Home
last modified time | relevance | path

Searched refs:asyncCallbackScopeDepth_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/napi/callback_scope_manager/
H A Dnative_callback_scope_manager.cpp89 asyncCallbackScopeDepth_++; in Open()
101 asyncCallbackScopeDepth_--; in Close()
H A Dnative_callback_scope_manager.h96 return asyncCallbackScopeDepth_; in GetAsyncCallbackScopeDepth()
101 size_t asyncCallbackScopeDepth_ = 0; variable