Searched full:notification_label (Results 1 – 9 of 9) sorted by relevance
52 "name": "notification_label",
32 "name": "notification_label",
27 const std::string MASS_STORAGE_NOTIFICATION_LABEL_KEY = "notification_label";
93 NOTIFICATION_LABEL: {type: STRING, desc: notification label}100 NOTIFICATION_LABEL: {type: STRING, desc: notification label}
31 const std::string EVENT_PARAM_NOTIFICATION_LABEL = "NOTIFICATION_LABEL";
238 notification->GetNotificationId(), ReminderRequest::NOTIFICATION_LABEL, bundleOption); in CancelNotification()
63 const std::string ReminderRequest::NOTIFICATION_LABEL = "REMINDER_AGENT"; member in OHOS::Notification::ReminderRequest1620 notificationRequest_->SetLabel(NOTIFICATION_LABEL); in UpdateNotificationCommon()
846 static const std::string NOTIFICATION_LABEL; variable