Searched refs:ALARM_MINUTE (Results 1 - 8 of 8) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table_old.cpp | 73 const std::string ReminderTable::ALARM_MINUTE = "alarm_minute"; member in OHOS::Notification::ReminderTable 142 AddColumn(ALARM_MINUTE, "INT", true); in InitAlarmColumns()
|
H A D | reminder_table.cpp | 58 const std::string ReminderAlarmTable::ALARM_MINUTE = "alarm_minute"; member in OHOS::Notification::ReminderAlarmTable 150 AddColumn(ALARM_MINUTE, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
|
H A D | reminder_store_strategy.cpp | 426 values.PutInt(ReminderAlarmTable::ALARM_MINUTE, minute); in AppendValuesBucket() 446 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderTable::ALARM_MINUTE, minute); in RecoverFromOldVersion() 466 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderAlarmTable::ALARM_MINUTE, minute); in RecoverFromDb()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table_old.h | 226 static const std::string ALARM_MINUTE; member in OHOS::Notification::ReminderTable
|
H A D | reminder_table.h | 206 static const std::string ALARM_MINUTE; member in OHOS::Notification::ReminderAlarmTable
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 37 const char* ALARM_MINUTE = "minute"; member
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 785 if (!GetInt32(env, value, ReminderAgentNapi::ALARM_MINUTE, propertyMinuteVal, true)) { in CreateReminderAlarm() 797 ReminderAgentNapi::ALARM_MINUTE); in CreateReminderAlarm()
|
H A D | publish.cpp | 434 napi_set_named_property(env, result, ALARM_MINUTE, value); in ParseReminderAlarm()
|
Completed in 7 milliseconds