Searched refs:END_DATE_TIME (Results 1 – 3 of 3) sorted by relevance
81 const std::string ReminderTimerTable::END_DATE_TIME = "end_date_time"; member in OHOS::Notification::ReminderTimerTable175 AddColumnEnd(END_DATE_TIME, "BIGINT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
383 values.PutLong(ReminderTimerTable::END_DATE_TIME, 0); in AppendValuesBucket()
261 static const std::string END_DATE_TIME; variable