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 D | reminder_table.cpp | 67 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 D | reminder_store_strategy.cpp | 509 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 D | reminder_table.h | 231 static const std::string CALENDAR_DATE_TIME; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 39 const char* CALENDAR_DATE_TIME = "dateTime"; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 815 if (!GetObject(env, value, ReminderAgentNapi::CALENDAR_DATE_TIME, dateTimeObj)) { in CreateReminderCalendar()
|
H A D | publish.cpp | 457 napi_set_named_property(env, result, CALENDAR_DATE_TIME, dateTime); in ParseReminderCalendar()
|