Searched refs:queryOAByIdCB (Results 1 – 1 of 1) sorted by relevance
204 auto queryOAByIdCB = std::make_unique<QueryOAByIdAsyncContext>(); in QueryOsAccountById() local205 queryOAByIdCB->env = env; in QueryOsAccountById()206 queryOAByIdCB->throwErr = true; in QueryOsAccountById()208 if (!ParseParaQueryOAByIdCB(env, cbInfo, queryOAByIdCB.get())) { in QueryOsAccountById()213 if (queryOAByIdCB->callbackRef == nullptr) { in QueryOsAccountById()214 napi_create_promise(env, &queryOAByIdCB->deferred, &result); in QueryOsAccountById()227 reinterpret_cast<void *>(queryOAByIdCB.get()), in QueryOsAccountById()228 &queryOAByIdCB->work); in QueryOsAccountById()230 napi_queue_async_work_with_qos(env, queryOAByIdCB->work, napi_qos_default); in QueryOsAccountById()231 queryOAByIdCB.release(); in QueryOsAccountById()