Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
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()
Dreminder_table.cpp31 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()
Dreminder_request.cpp527 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/
Dreminder_table_old.h90 static const std::string SNOOZE_TIMES; variable
Dreminder_table.h79 static const std::string SNOOZE_TIMES; variable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h58 const char* SNOOZE_TIMES = "snoozeTimes"; variable
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp573 if (GetInt32(env, value, ReminderAgentNapi::SNOOZE_TIMES, propertyVal, false)) { in GenReminderIntInner()
Dpublish.cpp762 napi_set_named_property(env, result, SNOOZE_TIMES, value); in SetValidReminder()