Searched refs:ADD_COLUMNS (Results 1 - 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table.cpp | 83 std::string ReminderBaseTable::ADD_COLUMNS = ""; member in OHOS::Notification::ReminderBaseTable 86 std::string ReminderAlarmTable::ADD_COLUMNS = ""; member in OHOS::Notification::ReminderAlarmTable 89 std::string ReminderCalendarTable::ADD_COLUMNS = ""; member in OHOS::Notification::ReminderCalendarTable 92 std::string ReminderTimerTable::ADD_COLUMNS = ""; member in OHOS::Notification::ReminderTimerTable 113 AddColumn(REMINDER_ID, "INTEGER PRIMARY KEY", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns() 114 AddColumn(PACKAGE_NAME, "TEXT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns() 115 AddColumn(USER_ID, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns() 116 AddColumn(UID, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns() 117 AddColumn(SYSTEM_APP, "TEXT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns() 118 AddColumn(REMINDER_TYPE, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMN in InitDbColumns() [all...] |
H A D | reminder_table_old.cpp | 75 std::string ReminderTable::ADD_COLUMNS = ""; member in OHOS::Notification::ReminderTable 150 ADD_COLUMNS += name + " " + type + ", "; in AddColumn() 153 ADD_COLUMNS += name + " " + type; in AddColumn()
|
H A D | reminder_store.cpp | 96 + ReminderTable::ADD_COLUMNS + ")"; in OnDowngrade() 110 + ReminderBaseTable::ADD_COLUMNS + ")"; in CreateTable() 118 + ReminderAlarmTable::ADD_COLUMNS + ")"; in CreateTable() 126 + ReminderCalendarTable::ADD_COLUMNS + ")"; in CreateTable() 134 + ReminderTimerTable::ADD_COLUMNS + ")"; in CreateTable()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table.h | 190 static std::string ADD_COLUMNS; member in OHOS::Notification::ReminderBaseTable 213 static std::string ADD_COLUMNS; member in OHOS::Notification::ReminderAlarmTable 244 static std::string ADD_COLUMNS; member in OHOS::Notification::ReminderCalendarTable 267 static std::string ADD_COLUMNS; member in OHOS::Notification::ReminderTimerTable
|
H A D | reminder_table_old.h | 228 static std::string ADD_COLUMNS; member in OHOS::Notification::ReminderTable
|
Completed in 5 milliseconds