Home
last modified time | relevance | path

Searched refs:CALENDAR_END_DATE_TIME (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp68 const std::string ReminderCalendarTable::CALENDAR_END_DATE_TIME = "calendar_end_date_time"; member in OHOS::Notification::ReminderCalendarTable
161 AddColumn(CALENDAR_END_DATE_TIME, "BIGINT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp510 values.PutLong(ReminderCalendarTable::CALENDAR_END_DATE_TIME, endDateTime); in AppendValuesBucket()
597 …trategy::GetRdbValue<uint64_t>(resultSet, ReminderCalendarTable::CALENDAR_END_DATE_TIME, endDateTi… in RecoverTime()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table.h232 static const std::string CALENDAR_END_DATE_TIME; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h38 const char* CALENDAR_END_DATE_TIME = "endDateTime"; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp845 if (GetObject(env, value, ReminderAgentNapi::CALENDAR_END_DATE_TIME, endDateTimeObj)) { in CreateReminderCalendar()