Home
last modified time | relevance | path

Searched full:notification_id (Results 1 – 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/
Dhisysevent.yaml42 NOTIFICATION_ID: {type: INT32, desc: notification Id}
56 NOTIFICATION_ID: {type: INT32, desc: notification Id}
91 NOTIFICATION_ID: {type: INT32, desc: notification Id}
98 NOTIFICATION_ID: {type: INT32, desc: notification Id}
105 NOTIFICATION_ID: {type: INT32, desc: notification Id}
121 NOTIFICATION_ID: {type: INT32, desc: notification Id}
/base/notification/distributed_notification_service/services/reminder/src/
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()
Dreminder_table.cpp40 const std::string ReminderBaseTable::NOTIFICATION_ID = "notification_id"; member in OHOS::Notification::ReminderBaseTable
136 AddColumn(NOTIFICATION_ID, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
Dreminder_store_strategy.cpp49 values.PutInt(ReminderBaseTable::NOTIFICATION_ID, reminder->GetNotificationId()); in AppendValuesBucket()
139 … ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderTable::NOTIFICATION_ID, notificationId); in RecoverIdFromOldVersion()
288 …ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderBaseTable::NOTIFICATION_ID, notification… in RecoverIdFromDb()
/base/notification/distributed_notification_service/services/reminder/include/
Dreminder_table_old.h150 static const std::string NOTIFICATION_ID; variable
Dreminder_table.h124 static const std::string NOTIFICATION_ID; variable
/base/notification/distributed_notification_service/services/ans/src/
Devent_report.cpp30 const std::string EVENT_PARAM_NOTIFICATION_ID = "NOTIFICATION_ID";
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h55 const char* NOTIFICATION_ID = "notificationId"; variable
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp588 if (GetInt32(env, value, ReminderAgentNapi::NOTIFICATION_ID, propertyVal, false)) { in GenReminderIntInner()
Dpublish.cpp759 napi_set_named_property(env, result, NOTIFICATION_ID, value); in SetValidReminder()