Home
last modified time | relevance | path

Searched refs:DYNAMIC_SNOOZE_TIMES (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp34 const std::string ReminderTable::DYNAMIC_SNOOZE_TIMES = "dynamic_snooze_times"; member in OHOS::Notification::ReminderTable
99 AddColumn(DYNAMIC_SNOOZE_TIMES, "INT NOT NULL"); in InitBasicColumns()
H A Dreminder_table.cpp32 const std::string ReminderBaseTable::DYNAMIC_SNOOZE_TIMES = "dynamic_snooze_times"; member in OHOS::Notification::ReminderBaseTable
123 AddColumn(DYNAMIC_SNOOZE_TIMES, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp41 values.PutInt(ReminderBaseTable::DYNAMIC_SNOOZE_TIMES, reminder->GetSnoozeTimesDynamic()); in AppendValuesBucket()
94 …ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderTable::DYNAMIC_SNOOZE_TIMES, dynamicSnoo… in RecoverTimeFromOldVersion()
243 …ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderBaseTable::DYNAMIC_SNOOZE_TIMES, dynamic… in RecoverTimeFromDb()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h95 static const std::string DYNAMIC_SNOOZE_TIMES; variable
H A Dreminder_table.h84 static const std::string DYNAMIC_SNOOZE_TIMES; variable