Searched refs:REMINDER_FILTER_CONTENT (Results 1 – 2 of 2) sorted by relevance
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()
91 constexpr static const char* REMINDER_FILTER_CONTENT = "reminderFilterContent"; variable