Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp173 if (batchCancelCallbackInfo_.ref != nullptr) { in ~SubscriberInstance()
174 napi_delete_reference(batchCancelCallbackInfo_.env, batchCancelCallbackInfo_.ref); in ~SubscriberInstance()
296 if (batchCancelCallbackInfo_.ref == nullptr || batchCancelCallbackInfo_.env == nullptr) { in OnBatchCanceled()
297 ANS_LOGI("batchCancelCallbackInfo_ callback or env unset"); in OnBatchCanceled()
324 dataWorker->env = batchCancelCallbackInfo_.env; in OnBatchCanceled()
325 dataWorker->ref = batchCancelCallbackInfo_.ref; in OnBatchCanceled()
336 if (batchCancelCallbackInfo_.ref == nullptr) { in HasOnBatchCancelCallback()
337 ANS_LOGI("batchCancelCallbackInfo_ callbac in HasOnBatchCancelCallback()
[all...]
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h187 CallbackInfo batchCancelCallbackInfo_; member in OHOS::NotificationNapi::SubscriberInstance

Completed in 3 milliseconds