Searched refs:TITLE (Results 1 - 8 of 8) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table_old.cpp | 46 const std::string ReminderTable::TITLE = "title"; member in OHOS::Notification::ReminderTable 111 AddColumn(TITLE, "TEXT"); in InitBasicColumns()
|
H A D | reminder_table.cpp | 41 const std::string ReminderBaseTable::TITLE = "title"; member in OHOS::Notification::ReminderBaseTable 132 AddColumn(TITLE, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
|
H A D | reminder_store_strategy.cpp | 50 values.PutString(ReminderBaseTable::TITLE, reminder->GetTitle()); in AppendValuesBucket() 150 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderTable::TITLE, title); in RecoverContextFromOldVersion() 307 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::TITLE, title); in RecoverContextFromDb()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table_old.h | 155 static const std::string TITLE; member in OHOS::Notification::ReminderTable
|
H A D | reminder_table.h | 129 static const std::string TITLE; member in OHOS::Notification::ReminderBaseTable
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 60 const char* TITLE = "title"; member
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 511 if (GetStringUtf8(env, value, ReminderAgentNapi::TITLE, str, NotificationNapi::STR_MAX_SIZE)) { in GenReminderStringInner()
|
H A D | publish.cpp | 734 napi_set_named_property(env, result, TITLE, value); in SetValidReminder()
|
Completed in 9 milliseconds