Searched refs:EXPIRED_CONTENT (Results 1 – 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
D | reminder_common.h | 46 const char* EXPIRED_CONTENT = "expiredContent"; variable
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request.cpp | 97 const std::string ReminderRequest::EXPIRED_CONTENT = "expired_content"; member in OHOS::Notification::ReminderRequest 560 resultSet->GetString(ReminderStore::GetColumnIndex(EXPIRED_CONTENT), expiredContent_); in RecoverFromDb() 1760 values.PutString(EXPIRED_CONTENT, reminder->GetExpiredContent()); in AppendValuesBucket() 1809 AddColumn(EXPIRED_CONTENT, "TEXT", false); in InitDbColumns()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request.h | 714 static const std::string EXPIRED_CONTENT; variable
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | reminder_common.cpp | 227 …if (GetStringUtf8(env, value, ReminderAgentNapi::EXPIRED_CONTENT, str, NotificationNapi::STR_MAX_S… in GenReminder()
|
D | publish.cpp | 603 napi_set_named_property(env, result, EXPIRED_CONTENT, value); in SetValidReminder()
|