Searched refs:NOTIFICATION_ID (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/ |
H A 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} 115 NOTIFICATION_ID: {type: INT32, desc: notification Id}
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A 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()
|
H A D | reminder_table.cpp | 40 const std::string ReminderBaseTable::NOTIFICATION_ID = "notification_id"; member in OHOS::Notification::ReminderBaseTable 131 AddColumn(NOTIFICATION_ID, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
|
H A D | reminder_store_strategy.cpp | 49 values.PutInt(ReminderBaseTable::NOTIFICATION_ID, reminder->GetNotificationId()); in AppendValuesBucket() 134 … ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderTable::NOTIFICATION_ID, notificationId); in RecoverIdFromOldVersion() 283 …ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderBaseTable::NOTIFICATION_ID, notification… in RecoverIdFromDb()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table_old.h | 150 static const std::string NOTIFICATION_ID; variable
|
H A D | reminder_table.h | 124 static const std::string NOTIFICATION_ID; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 53 const char* NOTIFICATION_ID = "notificationId"; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 568 if (GetInt32(env, value, ReminderAgentNapi::NOTIFICATION_ID, propertyVal, false)) { in GenReminderIntInner()
|
H A D | publish.cpp | 758 napi_set_named_property(env, result, NOTIFICATION_ID, value); in SetValidReminder()
|