Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/
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}
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h50 const char* NOTIFICATION_ID = "notificationId"; 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/ans/src/
Dreminder_request.cpp80 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/
Dreminder_request.h633 static const std::string NOTIFICATION_ID; variable
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp217 if (GetInt32(env, value, ReminderAgentNapi::NOTIFICATION_ID, propertyVal, false)) { in GenReminder()
Dpublish.cpp604 napi_set_named_property(env, result, NOTIFICATION_ID, value); in SetValidReminder()