Home
last modified time | relevance | path

Searched refs:REMINDER_EVENT_CUSTOM_ALERT (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
Dreminder_event_manager.cpp44 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_CUSTOM_ALERT); in init()
124 if (action == ReminderRequest::REMINDER_EVENT_CUSTOM_ALERT) { in OnReceiveEvent()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h667 static const std::string REMINDER_EVENT_CUSTOM_ALERT; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp60 const std::string ReminderRequest::REMINDER_EVENT_CUSTOM_ALERT = "ohos.event.notification.reminder.… member in OHOS::Notification::ReminderRequest
1431 want->SetAction(REMINDER_EVENT_CUSTOM_ALERT); in AddActionButtons()