Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp72 const std::string ReminderTable::ALARM_HOUR = "alarm_hour"; member in OHOS::Notification::ReminderTable
141 AddColumn(ALARM_HOUR, "INT"); in InitAlarmColumns()
H A Dreminder_table.cpp57 const std::string ReminderAlarmTable::ALARM_HOUR = "alarm_hour"; member in OHOS::Notification::ReminderAlarmTable
149 AddColumn(ALARM_HOUR, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp425 values.PutInt(ReminderAlarmTable::ALARM_HOUR, hour); in AppendValuesBucket()
442 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderTable::ALARM_HOUR, hour); in RecoverFromOldVersion()
462 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderAlarmTable::ALARM_HOUR, hour); in RecoverFromDb()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h225 static const std::string ALARM_HOUR; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h205 static const std::string ALARM_HOUR; member in OHOS::Notification::ReminderAlarmTable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h35 const char* ALARM_HOUR = "hour"; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp778 if (!GetInt32(env, value, ReminderAgentNapi::ALARM_HOUR, propertyHourVal, true)) { in CreateReminderAlarm()
791 ReminderAgentNapi::ALARM_HOUR); in CreateReminderAlarm()
H A Dpublish.cpp430 napi_set_named_property(env, result, ALARM_HOUR, value); in ParseReminderAlarm()

Completed in 8 milliseconds