Searched refs:GetAllConsAsyncContext (Results 1 – 4 of 4) sorted by relevance
124 bool ParseParaGetAllCons(napi_env env, napi_callback_info cbInfo, GetAllConsAsyncContext *asyncCont…
101 struct GetAllConsAsyncContext : public CommonAsyncContext { struct
776 bool ParseParaGetAllCons(napi_env env, napi_callback_info cbInfo, GetAllConsAsyncContext *asyncCont… in ParseParaGetAllCons()783 GetAllConsAsyncContext *asyncContext = reinterpret_cast<GetAllConsAsyncContext *>(data); in GetAllConsExecuteCB()795 GetAllConsAsyncContext *asyncContext = reinterpret_cast<GetAllConsAsyncContext *>(data); in GetAllConsCallbackCompletedCB()
544 auto getAllConsCB = std::make_unique<GetAllConsAsyncContext>(); in GetOsAccountAllConstraintsInner()