Home
last modified time | relevance | path

Searched refs:ReminderCalendarTable (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp62 const std::string ReminderCalendarTable::TABLE_NAME = "reminder_calendar";
63 const std::string ReminderCalendarTable::REMINDER_ID = "reminder_id";
64 const std::string ReminderCalendarTable::FIRST_DESIGNATE_YEAR = "first_designate_year";
65 const std::string ReminderCalendarTable::FIRST_DESIGNATE_MONTH = "first_designate_month";
66 const std::string ReminderCalendarTable::FIRST_DESIGNATE_DAY = "first_designate_day";
67 const std::string ReminderCalendarTable::CALENDAR_DATE_TIME = "calendar_date_time";
68 const std::string ReminderCalendarTable::CALENDAR_END_DATE_TIME = "calendar_end_date_time";
69 const std::string ReminderCalendarTable::REPEAT_DAYS = "repeat_days";
70 const std::string ReminderCalendarTable::REPEAT_MONTHS = "repeat_months";
71 const std::string ReminderCalendarTable
[all...]
H A Dreminder_store.cpp79 AddRdbColum(store, ReminderCalendarTable::TABLE_NAME, in OnUpgrade()
80 ReminderCalendarTable::CALENDAR_LAST_DATE_TIME, "BIGINT", "0"); in OnUpgrade()
125 createSql = "CREATE TABLE IF NOT EXISTS " + ReminderCalendarTable::TABLE_NAME + " (" in CreateTable()
126 + ReminderCalendarTable::ADD_COLUMNS + ")"; in CreateTable()
235 ret = store.Insert(rowId, ReminderCalendarTable::TABLE_NAME, values); in InsertNewReminders()
288 ReminderCalendarTable::InitDbColumns(); in Init()
330 ret = rdbStore_->Delete(delRows, ReminderCalendarTable::TABLE_NAME, condition, whereArgs); in Delete()
333 ReminderCalendarTable::TABLE_NAME.c_str(), reminderId); in Delete()
549 std::string sql = "DELETE FROM " + ReminderCalendarTable::TABLE_NAME + " WHERE " in Delete()
550 + ReminderCalendarTable in Delete()
[all...]
H A Dreminder_store_strategy.cpp505 values.PutInt(ReminderCalendarTable::REMINDER_ID, reminder->GetReminderId()); in AppendValuesBucket()
506 values.PutInt(ReminderCalendarTable::FIRST_DESIGNATE_YEAR, firstDesignateYear); in AppendValuesBucket()
507 values.PutInt(ReminderCalendarTable::FIRST_DESIGNATE_MONTH, firstDesignateMonth); in AppendValuesBucket()
508 values.PutInt(ReminderCalendarTable::FIRST_DESIGNATE_DAY, firstDesignateDay); in AppendValuesBucket()
509 values.PutLong(ReminderCalendarTable::CALENDAR_DATE_TIME, dateTime); in AppendValuesBucket()
510 values.PutLong(ReminderCalendarTable::CALENDAR_END_DATE_TIME, endDateTime); in AppendValuesBucket()
511 values.PutLong(ReminderCalendarTable::CALENDAR_LAST_DATE_TIME, lastStartDateTime); in AppendValuesBucket()
512 values.PutInt(ReminderCalendarTable::REPEAT_DAYS, repeatDay); in AppendValuesBucket()
513 values.PutInt(ReminderCalendarTable::REPEAT_MONTHS, repeatMonth); in AppendValuesBucket()
514 values.PutInt(ReminderCalendarTable in AppendValuesBucket()
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table.h217 class ReminderCalendarTable { class

Completed in 4 milliseconds