Home
last modified time | relevance | path

Searched refs:AUTO_DELETED_TIME (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp53 const std::string ReminderTable::AUTO_DELETED_TIME = "autoDeletedTime"; member in OHOS::Notification::ReminderTable
118 AddColumn(AUTO_DELETED_TIME, "BIGINT"); in InitBasicColumns()
H A Dreminder_table.cpp48 const std::string ReminderBaseTable::AUTO_DELETED_TIME = "auto_deleted_time"; member in OHOS::Notification::ReminderBaseTable
139 AddColumn(AUTO_DELETED_TIME, "BIGINT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp67 values.PutLong(ReminderBaseTable::AUTO_DELETED_TIME, reminder->GetAutoDeletedTime()); in AppendValuesBucket()
102 ReminderStrategy::GetRdbValue<int64_t>(resultSet, ReminderTable::AUTO_DELETED_TIME, autoDeletedTime); in RecoverTimeFromOldVersion()
251 ReminderStrategy::GetRdbValue<int64_t>(resultSet, ReminderBaseTable::AUTO_DELETED_TIME, autoDeletedTime); in RecoverTimeFromDb()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h190 static const std::string AUTO_DELETED_TIME; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h164 static const std::string AUTO_DELETED_TIME; member in OHOS::Notification::ReminderBaseTable

Completed in 4 milliseconds