Searched refs:SNOOZE_TIMES (Results 1 – 8 of 8) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/ |
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()
|
D | reminder_table.cpp | 31 const std::string ReminderBaseTable::SNOOZE_TIMES = "snooze_times"; member in OHOS::Notification::ReminderBaseTable 120 AddColumn(SNOOZE_TIMES, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
|
D | reminder_request.cpp | 527 ReminderStore::GetUInt8Val(resultSet, ReminderBaseTable::SNOOZE_TIMES, snoozeTimes_); in RecoverBasicFromDb() 1925 values.PutInt(ReminderBaseTable::SNOOZE_TIMES, reminder->GetSnoozeTimes()); in AppendValuesBucket() 2108 snoozeTimes_ = static_cast<uint8_t>(RecoverInt64FromDb(resultSet, ReminderTable::SNOOZE_TIMES, in RecoverBasicFromOldVersion()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_table_old.h | 90 static const std::string SNOOZE_TIMES; variable
|
D | reminder_table.h | 79 static const std::string SNOOZE_TIMES; variable
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
D | reminder_common.h | 58 const char* SNOOZE_TIMES = "snoozeTimes"; variable
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | reminder_common.cpp | 573 if (GetInt32(env, value, ReminderAgentNapi::SNOOZE_TIMES, propertyVal, false)) { in GenReminderIntInner()
|
D | publish.cpp | 762 napi_set_named_property(env, result, SNOOZE_TIMES, value); in SetValidReminder()
|