Searched refs:QueryMaxNumAsyncContext (Results 1 – 4 of 4) sorted by relevance
1033 auto maxNum = std::make_unique<QueryMaxNumAsyncContext>(); in QueryMaxOsAccountNumber()1061 auto context = std::make_unique<QueryMaxNumAsyncContext>(); in QueryMaxLoggedInOsAccountNumber()1068 auto context = reinterpret_cast<QueryMaxNumAsyncContext *>(data); in QueryMaxLoggedInOsAccountNumber()1071 auto context = reinterpret_cast<QueryMaxNumAsyncContext *>(data); in QueryMaxLoggedInOsAccountNumber()
1327 bool ParseParaQueryMaxNum(napi_env env, napi_callback_info cbInfo, QueryMaxNumAsyncContext *asyncCo… in ParseParaQueryMaxNum()1334 QueryMaxNumAsyncContext *asyncContext = reinterpret_cast<QueryMaxNumAsyncContext *>(data); in QueryMaxNumExecuteCB()1343 QueryMaxNumAsyncContext *asyncContext = reinterpret_cast<QueryMaxNumAsyncContext *>(data); in QueryMaxNumCompletedCB()
194 bool ParseParaQueryMaxNum(napi_env env, napi_callback_info cbInfo, QueryMaxNumAsyncContext *asyncCo…
156 struct QueryMaxNumAsyncContext : public CommonAsyncContext { struct