Searched full:notification_id (Results 1 – 10 of 10) sorted by relevance
| /base/notification/distributed_notification_service/ |
| D | hisysevent.yaml | 42 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/ |
| 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()
|
| D | reminder_table.cpp | 40 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()
|
| D | reminder_store_strategy.cpp | 49 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/ |
| D | reminder_table_old.h | 150 static const std::string NOTIFICATION_ID; variable
|
| D | reminder_table.h | 124 static const std::string NOTIFICATION_ID; variable
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | event_report.cpp | 30 const std::string EVENT_PARAM_NOTIFICATION_ID = "NOTIFICATION_ID";
|
| /base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
| D | reminder_common.h | 55 const char* NOTIFICATION_ID = "notificationId"; variable
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
| D | reminder_common.cpp | 588 if (GetInt32(env, value, ReminderAgentNapi::NOTIFICATION_ID, propertyVal, false)) { in GenReminderIntInner()
|
| D | publish.cpp | 759 napi_set_named_property(env, result, NOTIFICATION_ID, value); in SetValidReminder()
|