Home
last modified time | relevance | path

Searched refs:SNOOZE_CONTENT (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h54 const char* SNOOZE_CONTENT = "snoozeContent"; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp96 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/
Dreminder_request.h713 static const std::string SNOOZE_CONTENT; variable
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp232 …if (GetStringUtf8(env, value, ReminderAgentNapi::SNOOZE_CONTENT, str, NotificationNapi::STR_MAX_SI… in GenReminder()
Dpublish.cpp607 napi_set_named_property(env, result, SNOOZE_CONTENT, value); in SetValidReminder()