Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ID (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/
H A Dhisysevent.yaml42 NOTIFICATION_ID: {type: INT32, desc: notification Id}
50 NOTIFICATION_ID: {type: INT32, desc: notification Id}
85 NOTIFICATION_ID: {type: INT32, desc: notification Id}
92 NOTIFICATION_ID: {type: INT32, desc: notification Id}
99 NOTIFICATION_ID: {type: INT32, desc: notification Id}
115 NOTIFICATION_ID: {type: INT32, desc: notification Id}
/ohos5.0/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, notification… in RecoverIdFromDb()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h150 static const std::string NOTIFICATION_ID; variable
H A Dreminder_table.h124 static const std::string NOTIFICATION_ID; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h53 const char* NOTIFICATION_ID = "notificationId"; variable
/ohos5.0/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()