Searched refs:NOTIFICATION_ID (Results 1 - 8 of 8) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table_old.cpp | 45 const std::string ReminderTable::NOTIFICATION_ID = "notification_id"; member in OHOS::Notification::ReminderTable 110 AddColumn(NOTIFICATION_ID, "INT NOT NULL"); in InitBasicColumns()
|
H A D | reminder_table.cpp | 40 const std::string ReminderBaseTable::NOTIFICATION_ID = "notification_id"; member in OHOS::Notification::ReminderBaseTable 131 AddColumn(NOTIFICATION_ID, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
|
H A D | reminder_store_strategy.cpp | 49 values.PutInt(ReminderBaseTable::NOTIFICATION_ID, reminder->GetNotificationId()); in AppendValuesBucket() 134 ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderTable::NOTIFICATION_ID, notificationId); in RecoverIdFromOldVersion() 283 ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderBaseTable::NOTIFICATION_ID, notificationId); in RecoverIdFromDb()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table_old.h | 150 static const std::string NOTIFICATION_ID; member in OHOS::Notification::ReminderTable
|
H A D | reminder_table.h | 124 static const std::string NOTIFICATION_ID; member in OHOS::Notification::ReminderBaseTable
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 53 const char* NOTIFICATION_ID = "notificationId"; member
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 568 if (GetInt32(env, value, ReminderAgentNapi::NOTIFICATION_ID, propertyVal, false)) { in GenReminderIntInner()
|
H A D | publish.cpp | 758 napi_set_named_property(env, result, NOTIFICATION_ID, value); in SetValidReminder()
|
Completed in 8 milliseconds