Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h185 CallbackInfo setBadgeCallbackInfo_; member in OHOS::NotificationNapi::SubscriberInstance
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp833 if (setBadgeCallbackInfo_.ref == nullptr || setBadgeCallbackInfo_.env == nullptr) { in OnBadgeChanged()
849 dataWorker->env = setBadgeCallbackInfo_.env; in OnBadgeChanged()
850 dataWorker->ref = setBadgeCallbackInfo_.ref; in OnBadgeChanged()
982 setBadgeCallbackInfo_.env = env; in SetBadgeCallbackInfo()
983 setBadgeCallbackInfo_.ref = ref; in SetBadgeCallbackInfo()

Completed in 3 milliseconds