Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/reminder/include/
Dreminder_table_old.h150 static const std::string NOTIFICATION_ID; variable
Dreminder_table.h124 static const std::string NOTIFICATION_ID; variable
/base/notification/distributed_notification_service/services/reminder/src/
Dreminder_table_old.cpp45 const std::string ReminderTable::NOTIFICATION_ID = "notification_id"; member in OHOS::Notification::ReminderTable
Dreminder_table.cpp40 const std::string ReminderBaseTable::NOTIFICATION_ID = "notification_id"; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h55 const char* NOTIFICATION_ID = "notificationId"; variable