Home
last modified time | relevance | path

Searched refs:REMINDER_EVENT_ALERT_TIMEOUT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp47 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_ALERT_TIMEOUT); in init()
153 if (action == ReminderRequest::REMINDER_EVENT_ALERT_TIMEOUT) { in OnReceiveEvent()
H A Dreminder_data_manager.cpp453 want->SetAction(ReminderRequest::REMINDER_EVENT_ALERT_TIMEOUT); in CreateTimerInfo()
454 sharedTimerInfo->SetAction(ReminderRequest::REMINDER_EVENT_ALERT_TIMEOUT); in CreateTimerInfo()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp495 matchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_ALERT_TIMEOUT); in HWTEST_F()
513 want.SetAction(ReminderRequest::REMINDER_EVENT_ALERT_TIMEOUT); in HWTEST_F()
584 timeInfo->action_ = ReminderRequest::REMINDER_EVENT_ALERT_TIMEOUT; in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h988 static const std::string REMINDER_EVENT_ALERT_TIMEOUT; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp69 const std::string ReminderRequest::REMINDER_EVENT_ALERT_TIMEOUT = "ohos.event.notification.reminder… member in OHOS::Notification::ReminderRequest