Searched refs:reminderFilterSlotJson (Results 1 – 1 of 1) sorted by relevance
134 for (auto &reminderFilterSlotJson : root) { in ParseReminderFilterSlot() local138 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()158 … reminderFilterSlotJson[REMINDER_FILTER_CONTENT], localNotificationType, reminderFilterDevice); in ParseReminderFilterSlot()[all …]