Home
last modified time | relevance | path

Searched refs:batchCancelCallbackInfo_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp175 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()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h187 CallbackInfo batchCancelCallbackInfo_; variable