Searched refs:CALENDAR_LAST_DATE_TIME (Results 1 – 4 of 4) sorted by relevance
74 const std::string ReminderCalendarTable::CALENDAR_LAST_DATE_TIME = "calendar_last_date_time"; member in OHOS::Notification::ReminderCalendarTable167 AddColumnEnd(CALENDAR_LAST_DATE_TIME, "BIGINT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
511 values.PutLong(ReminderCalendarTable::CALENDAR_LAST_DATE_TIME, lastStartDateTime); in AppendValuesBucket()605 … ReminderStrategy::GetRdbValue<uint64_t>(resultSet, ReminderCalendarTable::CALENDAR_LAST_DATE_TIME, in RecoverTime()
80 ReminderCalendarTable::CALENDAR_LAST_DATE_TIME, "BIGINT", "0"); in OnUpgrade()
238 static const std::string CALENDAR_LAST_DATE_TIME; variable