Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/
H A Dhisysevent.yaml93 NOTIFICATION_LABEL: {type: STRING, desc: notification label}
100 NOTIFICATION_LABEL: {type: STRING, desc: notification label}
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp34 static const std::string NOTIFICATION_LABEL = "REMINDER_AGENT"; variable
325 if (autoDeletedTime <= 0 || label != NOTIFICATION_LABEL) { in OnCanceled()
H A Dreminder_data_manager.cpp327 …ReminderRequest::NOTIFICATION_LABEL, bundleOption, NotificationConstant::APP_CANCEL_REMINDER_REASO… in CancelNotification()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h956 static const std::string NOTIFICATION_LABEL; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp63 const std::string ReminderRequest::NOTIFICATION_LABEL = "REMINDER_AGENT"; member in OHOS::Notification::ReminderRequest
1656 notificationRequest_->SetLabel(NOTIFICATION_LABEL); in UpdateNotificationCommon()