Home
last modified time | relevance | path

Searched refs:ReminderStore (Results 1 - 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp50 NativeRdb::RdbHelper::DeleteRdbStore(ReminderStore::REMINDER_DB_DIR + ReminderStore::REMINDER_DB_NAME); in TearDown()
53 void InitStore(ReminderStore& store) in InitStore()
55 std::string dbConfig = ReminderStore::REMINDER_DB_DIR + "notification_test.db"; in InitStore()
59 ReminderStore::ReminderStoreDataCallBack rdbDataCallBack; in InitStore()
69 NativeRdb::RdbHelper::DeleteRdbStore(ReminderStore::REMINDER_DB_DIR + "notification_test.db"); in ClearStore()
85 ReminderStore reminderStore; in HWTEST_F()
98 ReminderStore reminderStore; in HWTEST_F()
112 ReminderStore reminderStore; in HWTEST_F()
127 ReminderStore reminderStor in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp44 const int32_t ReminderStore::STATE_OK = 0;
45 const int32_t ReminderStore::STATE_FAIL = -1;
46 const std::string ReminderStore::REMINDER_DB_DIR = "/data/service/el1/public/notification/";
47 const std::string ReminderStore::REMINDER_DB_NAME = "notification.db";
49 int32_t ReminderStore::ReminderStoreDataCallBack::OnCreate(NativeRdb::RdbStore& store) in OnCreate()
55 int32_t ReminderStore::ReminderStoreDataCallBack::OnUpgrade( in OnUpgrade()
90 int32_t ReminderStore::ReminderStoreDataCallBack::OnDowngrade( in OnDowngrade()
107 int32_t ReminderStore::ReminderStoreDataCallBack::CreateTable(NativeRdb::RdbStore& store) in CreateTable()
143 int32_t ReminderStore::ReminderStoreDataCallBack::CopyData(NativeRdb::RdbStore& store) in CopyData()
157 std::vector<sptr<ReminderRequest>> ReminderStore
[all...]
H A Dreminder_data_manager.cpp1412 store_ = std::make_shared<ReminderStore>(); in Init()
1414 if (store_->Init() != ReminderStore::STATE_OK) { in Init()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_store.h30 class ReminderStore { class
32 ReminderStore() {}; in ReminderStore() function in OHOS::Notification::ReminderStore
33 virtual ~ReminderStore() {}; in ~ReminderStore()
H A Dreminder_data_manager.h738 std::shared_ptr<ReminderStore> store_ = nullptr;
/base/notification/distributed_notification_service/test/fuzztest/reminderstore_fuzzer/
H A Dreminderstore_fuzzer.cpp27 Notification::ReminderStore reminderStore; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/reminderstoreannex_fuzzer/
H A Dreminderstoreannex_fuzzer.cpp26 Notification::ReminderStore reminderStore; in DoSomethingInterestingWithMyAPI()

Completed in 8 milliseconds