Searched refs:REMINDER_EVENT_ALARM_ALERT (Results 1 – 6 of 6) sorted by relevance
52 if (action_ == ReminderRequest::REMINDER_EVENT_ALARM_ALERT) { in OnTrigger()
39 customMatchingSkills.AddEvent(ReminderRequest::REMINDER_EVENT_ALARM_ALERT); in init()108 if (action == ReminderRequest::REMINDER_EVENT_ALARM_ALERT) { in OnReceiveEvent()
382 want->SetAction(ReminderRequest::REMINDER_EVENT_ALARM_ALERT); in CreateTimerInfo()383 sharedTimerInfo->SetAction(ReminderRequest::REMINDER_EVENT_ALARM_ALERT); in CreateTimerInfo()
370 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()
655 static const std::string REMINDER_EVENT_ALARM_ALERT; variable
57 const std::string ReminderRequest::REMINDER_EVENT_ALARM_ALERT = "ohos.event.notification.reminder.A… member in OHOS::Notification::ReminderRequest