Home
last modified time | relevance | path

Searched refs:END_DATE_TIME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp81 const std::string ReminderTimerTable::END_DATE_TIME = "end_date_time"; member in OHOS::Notification::ReminderTimerTable
175 AddColumnEnd(END_DATE_TIME, "BIGINT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp383 values.PutLong(ReminderTimerTable::END_DATE_TIME, 0); in AppendValuesBucket()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table.h261 static const std::string END_DATE_TIME; variable