Home
last modified time | relevance | path

Searched refs:CREATOR_UID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp52 const std::string ReminderBaseTable::CREATOR_UID = "creator_uid"; member in OHOS::Notification::ReminderBaseTable
143 AddColumnEnd(CREATOR_UID, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp71 values.PutInt(ReminderBaseTable::CREATOR_UID, reminder->GetCreatorUid()); in AppendValuesBucket()
291 ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderBaseTable::CREATOR_UID, creatorUid); in RecoverIdFromDb()
H A Dreminder_store.cpp76 … AddRdbColum(store, ReminderBaseTable::TABLE_NAME, ReminderBaseTable::CREATOR_UID, "INT", "-1"); in OnUpgrade()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table.h184 static const std::string CREATOR_UID; variable