Searched refs:localNotificationType (Results 1 – 1 of 1) sorted by relevance
154 string localNotificationType = notificationType; in ParseReminderFilterSlot() local155 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() local195 localNotificationType.append("#"); in ParseReminderFilterContent()196 localNotificationType.append(to_string(typeCode)); in ParseReminderFilterContent()198 … reminderFilterContentJson[REMINDER_FILTER_CODE], localNotificationType, reminderFilterDevice); in ParseReminderFilterContent()