Home
last modified time | relevance | path

Searched refs:localNotificationType (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.cpp154 string localNotificationType = notificationType; in ParseReminderFilterSlot() local
155 localNotificationType.append("#"); in ParseReminderFilterSlot()
156 localNotificationType.append(to_string(static_cast<int32_t>(contentType))); in ParseReminderFilterSlot()
158 … reminderFilterSlotJson[REMINDER_FILTER_CONTENT], localNotificationType, reminderFilterDevice); in ParseReminderFilterSlot()
194 string localNotificationType = notificationType; in ParseReminderFilterContent() local
195 localNotificationType.append("#"); in ParseReminderFilterContent()
196 localNotificationType.append(to_string(typeCode)); in ParseReminderFilterContent()
198 … reminderFilterContentJson[REMINDER_FILTER_CODE], localNotificationType, reminderFilterDevice); in ParseReminderFilterContent()