Home
last modified time | relevance | path

Searched refs:TITLE (Results 1 - 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp46 const std::string ReminderTable::TITLE = "title"; member in OHOS::Notification::ReminderTable
111 AddColumn(TITLE, "TEXT"); in InitBasicColumns()
H A Dreminder_table.cpp41 const std::string ReminderBaseTable::TITLE = "title"; member in OHOS::Notification::ReminderBaseTable
132 AddColumn(TITLE, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp50 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 Dreminder_table_old.h155 static const std::string TITLE; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h129 static const std::string TITLE; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h60 const char* TITLE = "title"; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp511 if (GetStringUtf8(env, value, ReminderAgentNapi::TITLE, str, NotificationNapi::STR_MAX_SIZE)) { in GenReminderStringInner()
H A Dpublish.cpp734 napi_set_named_property(env, result, TITLE, value); in SetValidReminder()

Completed in 9 milliseconds