Home
last modified time | relevance | path

Searched refs:SNOOZE_TIMES (Results 1 - 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp33 const std::string ReminderTable::SNOOZE_TIMES = "snooze_times"; member in OHOS::Notification::ReminderTable
98 AddColumn(SNOOZE_TIMES, "INT NOT NULL"); in InitBasicColumns()
H A Dreminder_table.cpp31 const std::string ReminderBaseTable::SNOOZE_TIMES = "snooze_times"; member in OHOS::Notification::ReminderBaseTable
122 AddColumn(SNOOZE_TIMES, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp40 values.PutInt(ReminderBaseTable::SNOOZE_TIMES, reminder->GetSnoozeTimes()); in AppendValuesBucket()
90 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderTable::SNOOZE_TIMES, snoozeTimes); in RecoverTimeFromOldVersion()
239 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderBaseTable::SNOOZE_TIMES, snoozeTimes); in RecoverTimeFromDb()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h90 static const std::string SNOOZE_TIMES; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h79 static const std::string SNOOZE_TIMES; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h58 const char* SNOOZE_TIMES = "snoozeTimes"; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp573 if (GetInt32(env, value, ReminderAgentNapi::SNOOZE_TIMES, propertyVal, false)) { in GenReminderIntInner()
H A Dpublish.cpp762 napi_set_named_property(env, result, SNOOZE_TIMES, value); in SetValidReminder()

Completed in 8 milliseconds