Home
last modified time | relevance | path

Searched defs:REMINDER_ID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table.h34 static const std::string REMINDER_ID; variable
204 static const std::string REMINDER_ID; variable
227 static const std::string REMINDER_ID; variable
258 static const std::string REMINDER_ID; variable
H A Dreminder_table_old.h35 static const std::string REMINDER_ID; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp22 const std::string ReminderBaseTable::REMINDER_ID = "reminder_id"; member in OHOS::Notification::ReminderBaseTable
56 const std::string ReminderAlarmTable::REMINDER_ID = "reminder_id"; member in OHOS::Notification::ReminderAlarmTable
63 const std::string ReminderCalendarTable::REMINDER_ID = "reminder_id"; member in OHOS::Notification::ReminderCalendarTable
78 const std::string ReminderTimerTable::REMINDER_ID = "reminder_id"; member in OHOS::Notification::ReminderTimerTable
H A Dreminder_table_old.cpp22 const std::string ReminderTable::REMINDER_ID = "reminder_id"; member in OHOS::Notification::ReminderTable