Searched refs:SNOOZE_TIMES (Results 1 - 8 of 8) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table_old.cpp | 33 const std::string ReminderTable::SNOOZE_TIMES = "snooze_times"; member in OHOS::Notification::ReminderTable 98 AddColumn(SNOOZE_TIMES, "INT NOT NULL"); in InitBasicColumns()
|
H A D | reminder_table.cpp | 31 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 D | reminder_store_strategy.cpp | 40 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 D | reminder_table_old.h | 90 static const std::string SNOOZE_TIMES; member in OHOS::Notification::ReminderTable
|
H A D | reminder_table.h | 79 static const std::string SNOOZE_TIMES; member in OHOS::Notification::ReminderBaseTable
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 58 const char* SNOOZE_TIMES = "snoozeTimes"; member
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 573 if (GetInt32(env, value, ReminderAgentNapi::SNOOZE_TIMES, propertyVal, false)) { in GenReminderIntInner()
|
H A D | publish.cpp | 762 napi_set_named_property(env, result, SNOOZE_TIMES, value); in SetValidReminder()
|
Completed in 8 milliseconds