Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h50 const char* NOTIFICATION_ID = "notificationId"; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp93 const std::string ReminderRequest::NOTIFICATION_ID = "notification_id"; member in OHOS::Notification::ReminderRequest
548 resultSet->GetInt(ReminderStore::GetColumnIndex(NOTIFICATION_ID), notificationId_); in RecoverFromDb()
1756 values.PutInt(NOTIFICATION_ID, reminder->GetNotificationId()); in AppendValuesBucket()
1805 AddColumn(NOTIFICATION_ID, "INT NOT NULL", false); in InitDbColumns()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h710 static const std::string NOTIFICATION_ID; variable
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp259 if (GetInt32(env, value, ReminderAgentNapi::NOTIFICATION_ID, propertyVal, false)) { in GenReminder()
Dpublish.cpp619 napi_set_named_property(env, result, NOTIFICATION_ID, value); in SetValidReminder()