Searched refs:CREATOR_UID (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table.cpp | 52 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 D | reminder_store_strategy.cpp | 71 values.PutInt(ReminderBaseTable::CREATOR_UID, reminder->GetCreatorUid()); in AppendValuesBucket() 291 ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderBaseTable::CREATOR_UID, creatorUid); in RecoverIdFromDb()
|
H A D | reminder_store.cpp | 76 … AddRdbColum(store, ReminderBaseTable::TABLE_NAME, ReminderBaseTable::CREATOR_UID, "INT", "-1"); in OnUpgrade()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table.h | 184 static const std::string CREATOR_UID; variable
|