Searched refs:NotificationDataMgr (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/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 = 390 std::unique_ptr<NotificationDataMgr> notificationDataMgr = 403 std::unique_ptr<NotificationDataMgr> notificationDataMgr = 417 std::unique_ptr<NotificationDataMgr> notificationDataMgr = 433 std::unique_ptr<NotificationDataMgr> notificationDataMgr = 449 std::unique_ptr<NotificationDataMgr> notificationDataMgr = 464 std::unique_ptr<NotificationDataMgr> notificationDataMgr = 486 std::unique_ptr<NotificationDataMgr> notificationDataMgr = 501 std::unique_ptr<NotificationDataMgr> notificationDataMgr = 516 std::unique_ptr<NotificationDataMgr> notificationDataMgr = [all …]
|
/ohos5.0/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 &u… in QueryData() 105 int32_t NotificationDataMgr::InsertData(const std::string &key, const std::string &value, const int… in InsertData() 113 int32_t NotificationDataMgr::InsertBatchData(const std::unordered_map<std::string, std::string> &va… in InsertBatchData() 122 int32_t NotificationDataMgr::QueryDataBeginWithKey( in QueryDataBeginWithKey() 131 int32_t NotificationDataMgr::DeleteBathchData(const std::vector<std::string> &keys, const int32_t &… in DeleteBathchData() 139 int32_t NotificationDataMgr::DeleteData(const std::string &key, const int32_t &userId) in DeleteData() 147 int32_t NotificationDataMgr::QueryAllData(std::unordered_map<std::string, std::string> &values, con… in QueryAllData() [all …]
|
/ohos5.0/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() 272 int32_t NotificationDataMgr::DeleteData(const std::string &key, const int32_t &userId) in DeleteData() 431 int32_t NotificationDataMgr::QueryDataBeginWithKey( in QueryDataBeginWithKey() 454 int32_t NotificationDataMgr::QueryDataBeginWithKey( in QueryDataBeginWithKey() 519 int32_t NotificationDataMgr::QueryAllData( in QueryAllData() 560 int32_t NotificationDataMgr::DropUserTable(const int32_t userId) in DropUserTable() 617 std::vector<std::string> NotificationDataMgr::GenerateOperatedTables(const int32_t &userId) in GenerateOperatedTables() [all …]
|
H A D | notification_preferences_database.cpp | 229 rdbDataManager_ = std::make_shared<NotificationDataMgr>(notificationRdbConfig); in NotificationPreferencesDatabase()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_rdb_data_mgr.h | 66 class NotificationDataMgr { 69 NotificationDataMgr(const NotificationRdbConfig ¬ificationRdbConfig);
|
H A D | notification_preferences_database.h | 338 std::shared_ptr<NotificationDataMgr> rdbDataManager_;
|