Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp48 const std::string ReminderTable::SNOOZE_CONTENT = "snooze_content"; member in OHOS::Notification::ReminderTable
113 AddColumn(SNOOZE_CONTENT, "TEXT"); in InitBasicColumns()
H A Dreminder_table.cpp43 const std::string ReminderBaseTable::SNOOZE_CONTENT = "snooze_content"; member in OHOS::Notification::ReminderBaseTable
134 AddColumn(SNOOZE_CONTENT, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp52 values.PutString(ReminderBaseTable::SNOOZE_CONTENT, reminder->GetSnoozeContent()); in AppendValuesBucket()
158 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderTable::SNOOZE_CONTENT, snoozeContent); in RecoverContextFromOldVersion()
315 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::SNOOZE_CONTENT, snoozeContent); in RecoverContextFromDb()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h165 static const std::string SNOOZE_CONTENT; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h139 static const std::string SNOOZE_CONTENT; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h57 const char* SNOOZE_CONTENT = "snoozeContent"; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp526 if (GetStringUtf8(env, value, ReminderAgentNapi::SNOOZE_CONTENT, str, NotificationNapi::STR_MAX_SIZE)) { in GenReminderStringInner()
H A Dpublish.cpp746 napi_set_named_property(env, result, SNOOZE_CONTENT, value); in SetValidReminder()

Completed in 8 milliseconds