Home
last modified time | relevance | path

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

/applications/standard/calendardata/calendarmanager/napi/src/
H A Dnapi_queue.cpp75 AsyncContext *aCtx = new AsyncContext; in AsyncWork() local
76 aCtx->env = env; in AsyncWork()
77 aCtx->ctx = std::move(ctxt); in AsyncWork()
78 aCtx->execute = std::move(execute); in AsyncWork()
79 aCtx->complete = std::move(complete); in AsyncWork()
81 if (aCtx->ctx->callbackRef == nullptr) { in AsyncWork()
82 napi_create_promise(env, &aCtx->deferred, &promise); in AsyncWork()
115 reinterpret_cast<void*>(aCtx), &aCtx->work); in AsyncWork()
116 auto status = napi_queue_async_work(env, aCtx in AsyncWork()
[all...]

Completed in 1 milliseconds