Searched refs:ADD_COLUMNS (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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 116 AddColumn(UID, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns() 129 AddColumn(SLOT_ID, "INT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns() 132 AddColumn(TITLE, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns() 133 AddColumn(CONTENT, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns() 136 AddColumn(WANT_AGENT, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns() 140 AddColumn(GROUP_ID, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); 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()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table.h | 190 static std::string ADD_COLUMNS; 213 static std::string ADD_COLUMNS; 244 static std::string ADD_COLUMNS; 267 static std::string ADD_COLUMNS;
|
H A D | reminder_table_old.h | 228 static std::string ADD_COLUMNS; variable
|