Home
last modified time | relevance | path

Searched refs:REMINDER_DB_NAME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_store.h62 static const std::string REMINDER_DB_NAME; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp47 const std::string ReminderStore::REMINDER_DB_NAME = "notification.db"; member in OHOS::Notification::ReminderStore
290 std::string dbConfig = REMINDER_DB_DIR + REMINDER_DB_NAME; in Init()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp50 …veRdb::RdbHelper::DeleteRdbStore(ReminderStore::REMINDER_DB_DIR + ReminderStore::REMINDER_DB_NAME); in TearDown()