Home
last modified time | relevance | path

Searched refs:REMINDER_EVENT_ALARM_ALERT (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
Dreminder_timer_info.cpp52 if (action_ == ReminderRequest::REMINDER_EVENT_ALARM_ALERT) { in OnTrigger()
Dreminder_event_manager.cpp39 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_ALARM_ALERT); in init()
108 if (action == ReminderRequest::REMINDER_EVENT_ALARM_ALERT) { in OnReceiveEvent()
Dreminder_data_manager.cpp382 want->SetAction(ReminderRequest::REMINDER_EVENT_ALARM_ALERT); in CreateTimerInfo()
383 sharedTimerInfo->SetAction(ReminderRequest::REMINDER_EVENT_ALARM_ALERT); in CreateTimerInfo()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dreminder_data_manager_test.cpp370 matchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_ALARM_ALERT); in HWTEST_F()
386 want.SetAction(ReminderRequest::REMINDER_EVENT_ALARM_ALERT); in HWTEST_F()
458 timeInfo->action_ = ReminderRequest::REMINDER_EVENT_ALARM_ALERT; in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h655 static const std::string REMINDER_EVENT_ALARM_ALERT; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp57 const std::string ReminderRequest::REMINDER_EVENT_ALARM_ALERT = "ohos.event.notification.reminder.A… member in OHOS::Notification::ReminderRequest