Searched refs:NotificationDataMgr (Results 1 - 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
H A D | mock_notification_rdb_data_mgr.cpp | 76 NotificationDataMgr::NotificationDataMgr(const NotificationRdbConfig ¬ificationRdbConfig)
in NotificationDataMgr() function in OHOS::Notification::NotificationDataMgr 81 int32_t NotificationDataMgr::Init()
in Init() 89 int32_t NotificationDataMgr::Destroy()
in Destroy() 97 int32_t NotificationDataMgr::QueryData(const std::string &key, std::string &value, const int32_t &userId)
in QueryData() 105 int32_t NotificationDataMgr::InsertData(const std::string &key, const std::string &value, const int32_t &userId)
in InsertData() 113 int32_t NotificationDataMgr::InsertBatchData(const std::unordered_map<std::string, std::string> &values,
in InsertBatchData() 122 int32_t NotificationDataMgr::QueryDataBeginWithKey(
in QueryDataBeginWithKey() 131 int32_t NotificationDataMgr::DeleteBathchData(const std::vector<std::string> &keys, const int32_t &userId)
in DeleteBathchData() 139 int32_t NotificationDataMgr [all...] |
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
H A D | notification_rdb_data_mgr_test.cpp | 377 std::unique_ptr<NotificationDataMgr> notificationDataMgr =
in HWTEST_F() 378 std::make_unique<NotificationDataMgr>(notificationRdbConfig);
in HWTEST_F() 390 std::unique_ptr<NotificationDataMgr> notificationDataMgr =
in HWTEST_F() 391 std::make_unique<NotificationDataMgr>(notificationRdbConfig);
in HWTEST_F() 403 std::unique_ptr<NotificationDataMgr> notificationDataMgr =
in HWTEST_F() 404 std::make_unique<NotificationDataMgr>(notificationRdbConfig);
in HWTEST_F() 417 std::unique_ptr<NotificationDataMgr> notificationDataMgr =
in HWTEST_F() 418 std::make_unique<NotificationDataMgr>(notificationRdbConfig);
in HWTEST_F() 433 std::unique_ptr<NotificationDataMgr> notificationDataMgr =
in HWTEST_F() 434 std::make_unique<NotificationDataMgr>(notificationRdbConfi in HWTEST_F() [all...] |
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_rdb_data_mgr.cpp | 88 NotificationDataMgr::NotificationDataMgr(const NotificationRdbConfig ¬ificationRdbConfig) in NotificationDataMgr() function in OHOS::Notification::NotificationDataMgr 94 int32_t NotificationDataMgr::Init() in Init() 128 int32_t NotificationDataMgr::InitCreatedTables() in InitCreatedTables() 151 int32_t NotificationDataMgr::Destroy() in Destroy() 174 int32_t NotificationDataMgr::InsertData(const std::string &key, const std::string &value, const int32_t &userId) in InsertData() 206 int32_t NotificationDataMgr::InsertData(const std::string &key, const std::vector<uint8_t> &value, in InsertData() 236 int32_t NotificationDataMgr::InsertBatchData(const std::unordered_map<std::string, std::string> &values, in InsertBatchData() 271 int32_t NotificationDataMgr::DeleteData(const std::string &key, const int32_t &userId) in DeleteData() 292 int32_t NotificationDataMgr [all...] |
H A D | notification_preferences_database.cpp | 229 rdbDataManager_ = std::make_shared<NotificationDataMgr>(notificationRdbConfig); in NotificationPreferencesDatabase()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_rdb_data_mgr.h | 63 * @class NotificationDataMgr 66 class NotificationDataMgr { class 69 NotificationDataMgr(const NotificationRdbConfig ¬ificationRdbConfig);
|
H A D | notification_preferences_database.h | 326 std::shared_ptr<NotificationDataMgr> rdbDataManager_;
|
Completed in 7 milliseconds