Searched refs:CREATOR_BUNDLE_NAME (Results 1 - 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table_old.cpp | 57 const std::string ReminderTable::CREATOR_BUNDLE_NAME = "creator_bundle_name"; member in OHOS::Notification::ReminderTable 122 AddColumn(CREATOR_BUNDLE_NAME, "TEXT", false); in InitBasicColumns()
|
H A D | reminder_table.cpp | 51 const std::string ReminderBaseTable::CREATOR_BUNDLE_NAME = "creator_bundle_name"; member in OHOS::Notification::ReminderBaseTable 142 AddColumn(CREATOR_BUNDLE_NAME, "TEXT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
|
H A D | reminder_store_strategy.cpp | 70 values.PutString(ReminderBaseTable::CREATOR_BUNDLE_NAME, reminder->GetCreatorBundleName()); in AppendValuesBucket() 174 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderTable::CREATOR_BUNDLE_NAME, creatorBundleName); in RecoverContextFromOldVersion() 327 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::CREATOR_BUNDLE_NAME, creatorBundleName); in RecoverContextFromDb()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table_old.h | 210 static const std::string CREATOR_BUNDLE_NAME; member in OHOS::Notification::ReminderTable
|
H A D | reminder_table.h | 179 static const std::string CREATOR_BUNDLE_NAME; member in OHOS::Notification::ReminderBaseTable
|
Completed in 6 milliseconds