Home
last modified time | relevance | path

Searched refs:AUTO_DELETED_TIME (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp101 const std::string ReminderRequest::AUTO_DELETED_TIME = "autoDeletedTime"; member in OHOS::Notification::ReminderRequest
581 … static_cast<int64_t>(RecoverInt64FromDb(resultSet, AUTO_DELETED_TIME, DbRecoveryType::LONG)); in RecoverFromDb()
1778 values.PutLong(AUTO_DELETED_TIME, reminder->GetAutoDeletedTime()); in AppendValuesBucket()
1813 AddColumn(AUTO_DELETED_TIME, "BIGINT", false); in InitDbColumns()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h718 static const std::string AUTO_DELETED_TIME; variable