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.cpp21 const AsyncIdInfo& asyncIdInfo, in NativeCallbackScope() argument
22 int flags) : env_(env), asyncIdInfo_(asyncIdInfo), in NativeCallbackScope()
31 if (asyncIdInfo.asyncId != 0 && !skipHooks_) { in NativeCallbackScope()
32 NativeAsyncWrap::EmitBefore(env, asyncIdInfo.asyncId); in NativeCallbackScope()
84 AsyncIdInfo asyncIdInfo) in Open() argument
86 NativeCallbackScope* scope = new (std::nothrow)NativeCallbackScope(env, object, asyncIdInfo); in Open()
H A Dnative_callback_scope_manager.h53 const AsyncIdInfo& asyncIdInfo,