Searched refs:batchCancelCallbackInfo_ (Results 1 – 2 of 2) sorted by relevance
175 if (batchCancelCallbackInfo_.ref != nullptr) { in ~SubscriberInstance()176 napi_delete_reference(batchCancelCallbackInfo_.env, batchCancelCallbackInfo_.ref); in ~SubscriberInstance()298 if (batchCancelCallbackInfo_.ref == nullptr || batchCancelCallbackInfo_.env == nullptr) { in OnBatchCanceled()326 dataWorker->env = batchCancelCallbackInfo_.env; in OnBatchCanceled()327 dataWorker->ref = batchCancelCallbackInfo_.ref; in OnBatchCanceled()338 if (batchCancelCallbackInfo_.ref == nullptr) { in HasOnBatchCancelCallback()990 batchCancelCallbackInfo_.env = env; in SetBatchCancelCallbackInfo()991 batchCancelCallbackInfo_.ref = ref; in SetBatchCancelCallbackInfo()
187 CallbackInfo batchCancelCallbackInfo_; variable