Searched defs:executeBatchCB (Results 1 – 2 of 2) sorted by relevance
1590 …pi_value *args, size_t argcAsync, const size_t argcPromise, DAHelperExecuteBatchCB *executeBatchCB) in ExecuteBatchAsync()1621 napi_value ExecuteBatchPromise(napi_env env, DAHelperExecuteBatchCB *executeBatchCB) in ExecuteBatchPromise()1651 DAHelperExecuteBatchCB *executeBatchCB = static_cast<DAHelperExecuteBatchCB *>(data); in ExecuteBatchExecuteCB() local1665 DAHelperExecuteBatchCB *executeBatchCB = static_cast<DAHelperExecuteBatchCB *>(data); in ExecuteBatchAsyncCompleteCB() local1690 DAHelperExecuteBatchCB *executeBatchCB = static_cast<DAHelperExecuteBatchCB *>(data); in ExecuteBatchPromiseCompleteCB() local
1559 DAHelperExecuteBatchCB *executeBatchCB = new (std::nothrow) DAHelperExecuteBatchCB; in NAPI_ExecuteBatch() local1608 …lue ExecuteBatchWrap(napi_env env, napi_callback_info info, DAHelperExecuteBatchCB *executeBatchCB) in ExecuteBatchWrap()