Home
last modified time | relevance | path

Searched refs:REMINDER_FILTER_CONTENT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
H A Dsmart_reminder_center.cpp146 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()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dsmart_reminder_center.h91 constexpr static const char* REMINDER_FILTER_CONTENT = "reminderFilterContent"; variable