Home
last modified time | relevance | path

Searched refs:CALENDAR_LAST_DATE_TIME (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp74 const std::string ReminderCalendarTable::CALENDAR_LAST_DATE_TIME = "calendar_last_date_time"; member in OHOS::Notification::ReminderCalendarTable
167 AddColumnEnd(CALENDAR_LAST_DATE_TIME, "BIGINT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp511 values.PutLong(ReminderCalendarTable::CALENDAR_LAST_DATE_TIME, lastStartDateTime); in AppendValuesBucket()
605 … ReminderStrategy::GetRdbValue<uint64_t>(resultSet, ReminderCalendarTable::CALENDAR_LAST_DATE_TIME, in RecoverTime()
H A Dreminder_store.cpp80 ReminderCalendarTable::CALENDAR_LAST_DATE_TIME, "BIGINT", "0"); in OnUpgrade()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table.h238 static const std::string CALENDAR_LAST_DATE_TIME; variable