Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp101 bool allowedNotify = false; in PublishReminder() local
102 result = IsAllowedNotifySelf(bundleOption, allowedNotify); in PublishReminder()
103 if (!reminder->IsSystemApp() && (result != ERR_OK || !allowedNotify)) { in PublishReminder()
H A Dadvanced_notification_publish_service.cpp860 bool allowedNotify = false; in RequestEnableNotification() local
863 result = IsAllowedNotifySelf(bundleOption, allowedNotify); in RequestEnableNotification()
869 ANS_LOGI("allowedNotify = %{public}d, bundle = %{public}s", allowedNotify, in RequestEnableNotification()
871 if (allowedNotify) { in RequestEnableNotification()
1053 bool allowedNotify = false; in CanPopEnableNotificationDialog() local
1055 result = IsAllowedNotifySelf(bundleOption, allowedNotify); in CanPopEnableNotificationDialog()
1061 ANS_LOGI("allowedNotify = %{public}d, bundle = %{public}s", allowedNotify, in CanPopEnableNotificationDialog()
1063 if (allowedNotify) { in CanPopEnableNotificationDialog()
[all...]

Completed in 5 milliseconds