Home
last modified time | relevance | path

Searched refs:CALENDAR_DATE_TIME (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp67 const std::string ReminderCalendarTable::CALENDAR_DATE_TIME = "calendar_date_time"; member in OHOS::Notification::ReminderCalendarTable
160 AddColumn(CALENDAR_DATE_TIME, "BIGINT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp509 values.PutLong(ReminderCalendarTable::CALENDAR_DATE_TIME, dateTime); in AppendValuesBucket()
593 …derStrategy::GetRdbValue<uint64_t>(resultSet, ReminderCalendarTable::CALENDAR_DATE_TIME, dateTime); in RecoverTime()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table.h231 static const std::string CALENDAR_DATE_TIME; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h39 const char* CALENDAR_DATE_TIME = "dateTime"; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp815 if (!GetObject(env, value, ReminderAgentNapi::CALENDAR_DATE_TIME, dateTimeObj)) { in CreateReminderCalendar()
H A Dpublish.cpp457 napi_set_named_property(env, result, CALENDAR_DATE_TIME, dateTime); in ParseReminderCalendar()