Searched refs:allowedNotify (Results 1 – 2 of 2) sorted by relevance
101 bool allowedNotify = false; in PublishReminder() local102 result = IsAllowedNotifySelf(bundleOption, allowedNotify); in PublishReminder()103 if (!reminder->IsSystemApp() && (result != ERR_OK || !allowedNotify)) { in PublishReminder()
884 bool allowedNotify = false; in RequestEnableNotification() local888 result = IsAllowedNotifySelf(bundleOption, allowedNotify); in RequestEnableNotification()895 ANS_LOGI("allowedNotify = %{public}d, bundle = %{public}s", allowedNotify, in RequestEnableNotification()897 if (allowedNotify) { in RequestEnableNotification()1105 bool allowedNotify = false; in CanPopEnableNotificationDialog() local1109 result = IsAllowedNotifySelf(bundleOption, allowedNotify); in CanPopEnableNotificationDialog()1116 ANS_LOGI("allowedNotify = %{public}d", allowedNotify); in CanPopEnableNotificationDialog()1117 if (allowedNotify) { in CanPopEnableNotificationDialog()