Home
last modified time | relevance | path

Searched defs:asyncId (Results 1 – 1 of 1) sorted by relevance

/foundation/arkui/napi/callback_scope_manager/
Dnative_callback_scope_manager.h29 double asyncId, in EmitAsyncInit()
32 static void EmitDestroy(NativeEngine* env, double asyncId) {} in EmitDestroy()
34 static void EmitBefore(NativeEngine* env, double asyncId) {} in EmitBefore()
36 static void EmitAfter(NativeEngine* env, double asyncId) {} in EmitAfter()
40 double asyncId; member