Home
last modified time | relevance | path

Searched refs:currentReminderMethods_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp33 …ngleton<NotificationConfigParse>::GetInstance()->GetCurrentSlotReminder(currentReminderMethods_)) { in SmartReminderCenter()
233 auto iter = currentReminderMethods_.find(slotType); in ReminderDecisionProcess()
234 if (iter != currentReminderMethods_.end()) { in ReminderDecisionProcess()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dsmart_reminder_center.h83 map<NotificationConstant::SlotType, shared_ptr<NotificationFlags>> currentReminderMethods_; variable