Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp45 const std::string ReminderTable::NOTIFICATION_ID = "notification_id"; member in OHOS::Notification::ReminderTable
110 AddColumn(NOTIFICATION_ID, "INT NOT NULL"); in InitBasicColumns()
H A Dreminder_table.cpp40 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 Dreminder_store_strategy.cpp49 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 Dreminder_table_old.h150 static const std::string NOTIFICATION_ID; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h124 static const std::string NOTIFICATION_ID; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h53 const char* NOTIFICATION_ID = "notificationId"; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp568 if (GetInt32(env, value, ReminderAgentNapi::NOTIFICATION_ID, propertyVal, false)) { in GenReminderIntInner()
H A Dpublish.cpp758 napi_set_named_property(env, result, NOTIFICATION_ID, value); in SetValidReminder()

Completed in 8 milliseconds