Searched refs:currentReminderMethods_ (Results 1 – 2 of 2) sorted by relevance
33 …ngleton<NotificationConfigParse>::GetInstance()->GetCurrentSlotReminder(currentReminderMethods_)) { in SmartReminderCenter()233 auto iter = currentReminderMethods_.find(slotType); in ReminderDecisionProcess()234 if (iter != currentReminderMethods_.end()) { in ReminderDecisionProcess()
83 map<NotificationConstant::SlotType, shared_ptr<NotificationFlags>> currentReminderMethods_; variable