Searched refs:SNOOZE_TIMES (Results 1 – 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
D | reminder_common.h | 55 const char* SNOOZE_TIMES = "snoozeTimes"; variable
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request.cpp | 70 const std::string ReminderRequest::SNOOZE_TIMES = "snooze_times"; member in OHOS::Notification::ReminderRequest 488 …snoozeTimes_ = static_cast<uint8_t>(RecoverInt64FromDb(resultSet, SNOOZE_TIMES, DbRecoveryType::IN… in RecoverFromDb() 1567 values.PutInt(SNOOZE_TIMES, reminder->GetSnoozeTimes()); in AppendValuesBucket() 1612 AddColumn(SNOOZE_TIMES, "INT NOT NULL", false); in InitDbColumns()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request.h | 623 static const std::string SNOOZE_TIMES; variable
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | reminder_common.cpp | 222 if (GetInt32(env, value, ReminderAgentNapi::SNOOZE_TIMES, propertyVal, false)) { in GenReminder()
|
D | publish.cpp | 608 napi_set_named_property(env, result, SNOOZE_TIMES, value); in SetValidReminder()
|