Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp241 for (auto &reminderMethod : reminderMethods_) { in ReminderDecisionProcess() local
242 if (reminderMethod.first.compare(NotificationConstant::CURRENT_DEVICE_TYPE) == 0) { in ReminderDecisionProcess()
243 currentReminderMethod = reminderMethod.second; in ReminderDecisionProcess()
247reminderMethod.first, reminderMethod.second, request, validDevices, notificationFlagsOfDevices); in ReminderDecisionProcess()