Searched refs:SNOOZE_CONTENT (Results 1 – 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
D | reminder_common.h | 54 const char* SNOOZE_CONTENT = "snoozeContent"; variable
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request.cpp | 96 const std::string ReminderRequest::SNOOZE_CONTENT = "snooze_content"; member in OHOS::Notification::ReminderRequest 557 resultSet->GetString(ReminderStore::GetColumnIndex(SNOOZE_CONTENT), snoozeContent_); in RecoverFromDb() 1759 values.PutString(SNOOZE_CONTENT, reminder->GetSnoozeContent()); in AppendValuesBucket() 1808 AddColumn(SNOOZE_CONTENT, "TEXT", false); in InitDbColumns()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request.h | 713 static const std::string SNOOZE_CONTENT; variable
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | reminder_common.cpp | 232 …if (GetStringUtf8(env, value, ReminderAgentNapi::SNOOZE_CONTENT, str, NotificationNapi::STR_MAX_SI… in GenReminder()
|
D | publish.cpp | 607 napi_set_named_property(env, result, SNOOZE_CONTENT, value); in SetValidReminder()
|