Home
last modified time | relevance | path

Searched refs:RING_DURATION (Results 1 - 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp35 const std::string ReminderTable::RING_DURATION = "ring_duration"; member in OHOS::Notification::ReminderTable
100 AddColumn(RING_DURATION, "BIGINT NOT NULL"); in InitBasicColumns()
H A Dreminder_table.cpp33 const std::string ReminderBaseTable::RING_DURATION = "ring_duration"; member in OHOS::Notification::ReminderBaseTable
124 AddColumn(RING_DURATION, "BIGINT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp42 values.PutLong(ReminderBaseTable::RING_DURATION, reminder->GetRingDuration()); in AppendValuesBucket()
98 ReminderStrategy::GetRdbValue<uint64_t>(resultSet, ReminderTable::RING_DURATION, ringDuration); in RecoverTimeFromOldVersion()
247 ReminderStrategy::GetRdbValue<uint64_t>(resultSet, ReminderBaseTable::RING_DURATION, ringDuration); in RecoverTimeFromDb()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h100 static const std::string RING_DURATION; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h89 static const std::string RING_DURATION; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h55 const char* RING_DURATION = "ringDuration"; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp546 if (GetInt64(env, value, ReminderAgentNapi::RING_DURATION, propVal)) { in GenReminderIntInner()
H A Dpublish.cpp750 napi_set_named_property(env, result, RING_DURATION, value); in SetValidReminder()

Completed in 13 milliseconds