Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp52 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_CLICK_ALERT); in init()
173 if (action == ReminderRequest::REMINDER_EVENT_CLICK_ALERT) { in OnReceiveEvent()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h983 static const std::string REMINDER_EVENT_CLICK_ALERT; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp68 const std::string ReminderRequest::REMINDER_EVENT_CLICK_ALERT = "ohos.event.notification.reminder.C… member in OHOS::Notification::ReminderRequest
1534 want->SetAction(REMINDER_EVENT_CLICK_ALERT); in CreateWantAgent()