Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp44 const std::string ReminderTable::SNOOZE_SLOT_ID = "snooze_slot_id"; member in OHOS::Notification::ReminderTable
109 AddColumn(SNOOZE_SLOT_ID, "INT"); in InitBasicColumns()
H A Dreminder_table.cpp39 const std::string ReminderBaseTable::SNOOZE_SLOT_ID = "snooze_slot_id"; member in OHOS::Notification::ReminderBaseTable
130 AddColumn(SNOOZE_SLOT_ID, "INT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp48 values.PutInt(ReminderBaseTable::SNOOZE_SLOT_ID, reminder->GetSnoozeSlotType()); in AppendValuesBucket()
130 ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderTable::SNOOZE_SLOT_ID, snoozeSlotType); in RecoverIdFromOldVersion()
279 ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderBaseTable::SNOOZE_SLOT_ID, snoozeSlotType); in RecoverIdFromDb()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h145 static const std::string SNOOZE_SLOT_ID; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h119 static const std::string SNOOZE_SLOT_ID; member in OHOS::Notification::ReminderBaseTable

Completed in 4 milliseconds