Searched refs:CALENDAR_END_DATE_TIME (Results 1 – 5 of 5) sorted by relevance
68 const std::string ReminderCalendarTable::CALENDAR_END_DATE_TIME = "calendar_end_date_time"; member in OHOS::Notification::ReminderCalendarTable161 AddColumn(CALENDAR_END_DATE_TIME, "BIGINT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
510 values.PutLong(ReminderCalendarTable::CALENDAR_END_DATE_TIME, endDateTime); in AppendValuesBucket()597 …trategy::GetRdbValue<uint64_t>(resultSet, ReminderCalendarTable::CALENDAR_END_DATE_TIME, endDateTi… in RecoverTime()
232 static const std::string CALENDAR_END_DATE_TIME; variable
38 const char* CALENDAR_END_DATE_TIME = "endDateTime"; variable
845 if (GetObject(env, value, ReminderAgentNapi::CALENDAR_END_DATE_TIME, endDateTimeObj)) { in CreateReminderCalendar()