Home
last modified time | relevance | path

Searched full:notification_label (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/
Dhisysevent.yaml99 NOTIFICATION_LABEL: {type: STRING, desc: notification label}
106 NOTIFICATION_LABEL: {type: STRING, desc: notification label}
/base/notification/distributed_notification_service/services/reminder/src/
Dreminder_event_manager.cpp34 static const std::string NOTIFICATION_LABEL = "REMINDER_AGENT"; variable
323 if (autoDeletedTime <= 0 || label != NOTIFICATION_LABEL) { in OnCanceled()
Dreminder_data_manager.cpp336 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()
/base/notification/distributed_notification_service/services/ans/src/
Devent_report.cpp31 const std::string EVENT_PARAM_NOTIFICATION_LABEL = "NOTIFICATION_LABEL";
/base/notification/distributed_notification_service/frameworks/reminder/src/
Dreminder_request.cpp64 const std::string ReminderRequest::NOTIFICATION_LABEL = "REMINDER_AGENT"; member in OHOS::Notification::ReminderRequest
1727 notificationRequest.SetLabel(NOTIFICATION_LABEL); in UpdateNotificationCommon()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h1017 static const std::string NOTIFICATION_LABEL; variable