Home
last modified time | relevance | path

Searched defs:EXPIRED_CONTENT (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_table_old.h170 static const std::string EXPIRED_CONTENT; variable
Dreminder_table.h144 static const std::string EXPIRED_CONTENT; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_table_old.cpp49 const std::string ReminderTable::EXPIRED_CONTENT = "expired_content"; member in OHOS::Notification::ReminderTable
Dreminder_table.cpp44 const std::string ReminderBaseTable::EXPIRED_CONTENT = "expired_content"; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h49 const char* EXPIRED_CONTENT = "expiredContent"; variable