Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h205 static const std::string CUSTOM_RING_URI; variable
H A Dreminder_table.h174 static const std::string CUSTOM_RING_URI; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp56 const std::string ReminderTable::CUSTOM_RING_URI = "custom_ring_uri"; member in OHOS::Notification::ReminderTable
H A Dreminder_table.cpp50 const std::string ReminderBaseTable::CUSTOM_RING_URI = "custom_ring_uri"; member in OHOS::Notification::ReminderBaseTable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h79 const char* CUSTOM_RING_URI = "customRingUri"; variable