Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/
Dhisysevent.yaml93 NOTIFICATION_LABEL: {type: STRING, desc: notification label}
100 NOTIFICATION_LABEL: {type: STRING, desc: notification label}
/base/notification/distributed_notification_service/services/ans/src/
Devent_report.cpp31 const std::string EVENT_PARAM_NOTIFICATION_LABEL = "NOTIFICATION_LABEL";
Dreminder_data_manager.cpp191 notification->GetNotificationId(), ReminderRequest::NOTIFICATION_LABEL, bundleOption); in CancelNotification()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h577 static const std::string NOTIFICATION_LABEL; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp46 const std::string ReminderRequest::NOTIFICATION_LABEL = "REMINDER_AGENT"; member in OHOS::Notification::ReminderRequest
1412 notificationRequest_->SetLabel(NOTIFICATION_LABEL); in UpdateNotificationCommon()