Searched refs:QueryOAByIdAsyncContext (Results 1 – 4 of 4) sorted by relevance
55 bool ParseParaQueryOAByIdCB(napi_env env, napi_callback_info cbInfo, QueryOAByIdAsyncContext *async…
52 struct QueryOAByIdAsyncContext : public CommonAsyncContext { struct
158 bool ParseParaQueryOAByIdCB(napi_env env, napi_callback_info cbInfo, QueryOAByIdAsyncContext *async… in ParseParaQueryOAByIdCB()165 QueryOAByIdAsyncContext *asyncContext = reinterpret_cast<QueryOAByIdAsyncContext *>(data); in QueryOAByIdExecuteCB()173 QueryOAByIdAsyncContext *asyncContext = reinterpret_cast<QueryOAByIdAsyncContext *>(data); in QueryOAByIdCallbackCompletedCB()
204 auto queryOAByIdCB = std::make_unique<QueryOAByIdAsyncContext>(); in QueryOsAccountById()