Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h184 CallbackInfo enabledNotificationCallbackInfo_; member in OHOS::NotificationNapi::SubscriberInstance
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp170 if (enabledNotificationCallbackInfo_.ref != nullptr) { in ~SubscriberInstance()
171 napi_delete_reference(enabledNotificationCallbackInfo_.env, enabledNotificationCallbackInfo_.ref); in ~SubscriberInstance()
772 if (enabledNotificationCallbackInfo_.ref == nullptr || enabledNotificationCallbackInfo_.env == nullptr) { in OnEnabledNotificationChanged()
773 ANS_LOGI("enabledNotificationCallbackInfo_ callback or env unset"); in OnEnabledNotificationChanged()
789 dataWorker->env = enabledNotificationCallbackInfo_.env; in OnEnabledNotificationChanged()
790 dataWorker->ref = enabledNotificationCallbackInfo_.ref; in OnEnabledNotificationChanged()
964 enabledNotificationCallbackInfo_.env = env; in SetEnabledNotificationCallbackInfo()
965 enabledNotificationCallbackInfo_ in SetEnabledNotificationCallbackInfo()
[all...]

Completed in 3 milliseconds