Home
last modified time | relevance | path

Searched refs:reminderFilterSlotJson (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.cpp134 for (auto &reminderFilterSlotJson : root) { in ParseReminderFilterSlot() local
138 if (reminderFilterSlotJson.find(CONTENT_TYPE) == reminderFilterSlotJson.end() || in ParseReminderFilterSlot()
139 reminderFilterSlotJson[CONTENT_TYPE].is_null() || in ParseReminderFilterSlot()
140 !reminderFilterSlotJson[CONTENT_TYPE].is_string() || in ParseReminderFilterSlot()
142 reminderFilterSlotJson[CONTENT_TYPE].get<std::string>(), contentType)) { in ParseReminderFilterSlot()
146 if (reminderFilterSlotJson.find(REMINDER_FILTER_CONTENT) == reminderFilterSlotJson.end() || in ParseReminderFilterSlot()
147 reminderFilterSlotJson[REMINDER_FILTER_CONTENT].is_null() || in ParseReminderFilterSlot()
148 !reminderFilterSlotJson[REMINDER_FILTER_CONTENT].is_array() || in ParseReminderFilterSlot()
149 reminderFilterSlotJson[REMINDER_FILTER_CONTENT].empty()) { in ParseReminderFilterSlot()
158reminderFilterSlotJson[REMINDER_FILTER_CONTENT], localNotificationType, reminderFilterDevice); in ParseReminderFilterSlot()
[all …]