Searched defs:EXPIRED_CONTENT (Results 1 - 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/services/ans/include/ | ||
H A D | reminder_table_old.h | 170 static const std::string EXPIRED_CONTENT; member in OHOS::Notification::ReminderTable |
H A D | reminder_table.h | 144 static const std::string EXPIRED_CONTENT; member in OHOS::Notification::ReminderBaseTable |
/base/notification/distributed_notification_service/services/ans/src/ | ||
H A D | reminder_table.cpp | 44 const std::string ReminderBaseTable::EXPIRED_CONTENT = "expired_content"; member in OHOS::Notification::ReminderBaseTable |
H A D | reminder_table_old.cpp | 49 const std::string ReminderTable::EXPIRED_CONTENT = "expired_content"; member in OHOS::Notification::ReminderTable |
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ | ||
H A D | reminder_common.h | 49 const char* EXPIRED_CONTENT = "expiredContent"; member |
Completed in 3 milliseconds