Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h175 CallbackInfo canceCallbackInfo_; member in OHOS::NotificationNapi::SubscriberInstance
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp149 if (canceCallbackInfo_.ref != nullptr) { in ~SubscriberInstance()
150 napi_delete_reference(canceCallbackInfo_.env, canceCallbackInfo_.ref); in ~SubscriberInstance()
216 if (canceCallbackInfo_.ref == nullptr || canceCallbackInfo_.env == nullptr) { in OnCanceled()
242 dataWorker->env = canceCallbackInfo_.env; in OnCanceled()
243 dataWorker->ref = canceCallbackInfo_.ref; in OnCanceled()
922 canceCallbackInfo_.env = env; in SetCancelCallbackInfo()
923 canceCallbackInfo_.ref = ref; in SetCancelCallbackInfo()

Completed in 4 milliseconds