Home
last modified time | relevance | path

Searched refs:REMINDER_EVENT_CLOSE_ALERT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp48 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_CLOSE_ALERT); in init()
157 if (action == ReminderRequest::REMINDER_EVENT_CLOSE_ALERT) { in OnReceiveEvent()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp496 matchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_CLOSE_ALERT); in HWTEST_F()
516 want.SetAction(ReminderRequest::REMINDER_EVENT_CLOSE_ALERT); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h971 static const std::string REMINDER_EVENT_CLOSE_ALERT; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp65 const std::string ReminderRequest::REMINDER_EVENT_CLOSE_ALERT = "ohos.event.notification.reminder.C… member in OHOS::Notification::ReminderRequest
1457 want->SetAction(REMINDER_EVENT_CLOSE_ALERT); in AddActionButtons()