Home
last modified time | relevance | path

Searched refs:DYNAMIC_SNOOZE_TIMES (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp83 const std::string ReminderRequest::DYNAMIC_SNOOZE_TIMES = "dynamic_snooze_times"; member in OHOS::Notification::ReminderRequest
524 … static_cast<uint8_t>(RecoverInt64FromDb(resultSet, DYNAMIC_SNOOZE_TIMES, DbRecoveryType::INT)); in RecoverFromDb()
1746 values.PutInt(DYNAMIC_SNOOZE_TIMES, reminder->GetSnoozeTimesDynamic()); in AppendValuesBucket()
1795 AddColumn(DYNAMIC_SNOOZE_TIMES, "INT NOT NULL", false); in InitDbColumns()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h700 static const std::string DYNAMIC_SNOOZE_TIMES; variable