Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/callback_scope_manager/
H A Dnative_callback_scope_manager.cpp22 int flags) : env_(env), asyncIdInfo_(asyncIdInfo), in NativeCallbackScope()
60 if (!failed_ && asyncIdInfo_.asyncId != 0 && !skipHooks_) { in Close()
61 NativeAsyncWrap::EmitAfter(env_, asyncIdInfo_.asyncId); in Close()
H A Dnative_callback_scope_manager.h71 AsyncIdInfo asyncIdInfo_ = {0, 0}; variable