Searched full:notification_id (Results 1 – 7 of 7) sorted by relevance
| /base/notification/distributed_notification_service/ |
| D | hisysevent.yaml | 42 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}
|
| /base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
| D | reminder_common.h | 50 const char* NOTIFICATION_ID = "notificationId"; 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/ans/src/ |
| D | reminder_request.cpp | 80 const std::string ReminderRequest::NOTIFICATION_ID = "notification_id"; member in OHOS::Notification::ReminderRequest 516 resultSet->GetInt(ReminderStore::GetColumnIndex(NOTIFICATION_ID), notificationId_); in RecoverFromDb() 1577 values.PutInt(NOTIFICATION_ID, reminder->GetNotificationId()); in AppendValuesBucket() 1622 AddColumn(NOTIFICATION_ID, "INT NOT NULL", false); in InitDbColumns()
|
| /base/notification/distributed_notification_service/interfaces/inner_api/ |
| D | reminder_request.h | 633 static const std::string NOTIFICATION_ID; variable
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
| D | reminder_common.cpp | 217 if (GetInt32(env, value, ReminderAgentNapi::NOTIFICATION_ID, propertyVal, false)) { in GenReminder()
|
| D | publish.cpp | 604 napi_set_named_property(env, result, NOTIFICATION_ID, value); in SetValidReminder()
|