Home
last modified time | relevance | path

Searched refs:EXPIRED_CONTENT (Results 1 - 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp49 const std::string ReminderTable::EXPIRED_CONTENT = "expired_content"; member in OHOS::Notification::ReminderTable
114 AddColumn(EXPIRED_CONTENT, "TEXT"); in InitBasicColumns()
H A Dreminder_table.cpp44 const std::string ReminderBaseTable::EXPIRED_CONTENT = "expired_content"; member in OHOS::Notification::ReminderBaseTable
135 AddColumn(EXPIRED_CONTENT, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp53 values.PutString(ReminderBaseTable::EXPIRED_CONTENT, reminder->GetExpiredContent()); in AppendValuesBucket()
162 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderTable::EXPIRED_CONTENT, expiredContent); in RecoverContextFromOldVersion()
319 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::EXPIRED_CONTENT, expiredContent); in RecoverContextFromDb()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h170 static const std::string EXPIRED_CONTENT; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h144 static const std::string EXPIRED_CONTENT; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h49 const char* EXPIRED_CONTENT = "expiredContent"; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp521 if (GetStringUtf8(env, value, ReminderAgentNapi::EXPIRED_CONTENT, str, NotificationNapi::STR_MAX_SIZE)) { in GenReminderStringInner()
H A Dpublish.cpp742 napi_set_named_property(env, result, EXPIRED_CONTENT, value); in SetValidReminder()

Completed in 8 milliseconds