Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp77 sptr<EnabledNotificationCallbackData> bundleData = in SetDefaultNotificationEnabled() local
79 if (bundleData == nullptr) { in SetDefaultNotificationEnabled()
87 NotificationSubscriberManager::GetInstance()->NotifyEnabledNotificationChanged(bundleData); in SetDefaultNotificationEnabled()
1017 sptr<EnabledNotificationCallbackData> bundleData = new (std::nothrow) in SetNotificationsEnabledForSpecialBundle() local
1019 if (bundleData == nullptr) { in SetNotificationsEnabledForSpecialBundle()
1033 … NotificationSubscriberManager::GetInstance()->NotifyEnabledNotificationChanged(bundleData); in SetNotificationsEnabledForSpecialBundle()