Searched full:notification_label (Results 1 – 6 of 6) sorted by relevance
99 NOTIFICATION_LABEL: {type: STRING, desc: notification label}106 NOTIFICATION_LABEL: {type: STRING, desc: notification label}
34 static const std::string NOTIFICATION_LABEL = "REMINDER_AGENT"; variable323 if (autoDeletedTime <= 0 || label != NOTIFICATION_LABEL) { in OnCanceled()
336 bundleOption, reminder->GetNotificationId(), ReminderRequest::NOTIFICATION_LABEL, in CancelNotification()906 ReminderRequest::NOTIFICATION_LABEL, notificationRequest)); in TerminateAlerting()1098 …Code = IN_PROCESS_CALL(NotificationHelper::PublishNotification(ReminderRequest::NOTIFICATION_LABEL, in ShowReminder()1165 ReminderRequest::NOTIFICATION_LABEL, notificationRequest)); in SnoozeReminderImpl()
31 const std::string EVENT_PARAM_NOTIFICATION_LABEL = "NOTIFICATION_LABEL";
64 const std::string ReminderRequest::NOTIFICATION_LABEL = "REMINDER_AGENT"; member in OHOS::Notification::ReminderRequest1727 notificationRequest.SetLabel(NOTIFICATION_LABEL); in UpdateNotificationCommon()
1017 static const std::string NOTIFICATION_LABEL; variable