Home
last modified time | relevance | path

Searched refs:CREATOR_BUNDLE_NAME (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp57 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 Dreminder_table.cpp51 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 Dreminder_store_strategy.cpp70 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 Dreminder_table_old.h210 static const std::string CREATOR_BUNDLE_NAME; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h179 static const std::string CREATOR_BUNDLE_NAME; member in OHOS::Notification::ReminderBaseTable

Completed in 6 milliseconds