Searched refs:DeleteBathchData (Results 1 – 5 of 5) sorted by relevance
/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 | 131 int32_t NotificationDataMgr::DeleteBathchData(const std::vector<std::string> &keys, const int32_t &… in DeleteBathchData() function in OHOS::Notification::NotificationDataMgr
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_rdb_data_mgr.h | 113 int32_t DeleteBathchData(const std::vector<std::string> &keys, const int32_t &userId = -1);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_database.cpp | 542 int32_t result = rdbDataManager_->DeleteBathchData(keys, userId); in RemoveDoNotDisturbProfiles() 764 result = rdbDataManager_->DeleteBathchData(keys, userId); in RemoveBundleFromDisturbeDB() 801 result = rdbDataManager_->DeleteBathchData(keys, userId); in RemoveSlotFromDisturbeDB() 904 result = rdbDataManager_->DeleteBathchData(keys, userId); in RemoveAllSlotsFromDisturbeDB() 1662 int32_t result = rdbDataManager_->DeleteBathchData(keys, userId); in RemoveDoNotDisturbDate() 1719 result = rdbDataManager_->DeleteBathchData(keys, userId); in RemoveEnabledDbByBundleName() 1851 int32_t result = rdbDataManager_->DeleteBathchData(keys, userId); in DeleteBatchKvFromDb()
|
H A D | notification_rdb_data_mgr.cpp | 309 int32_t NotificationDataMgr::DeleteBathchData(const std::vector<std::string> &keys, const int32_t &… in DeleteBathchData() function in OHOS::Notification::NotificationDataMgr
|
/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 | 520 ASSERT_EQ(notificationDataMgr->DeleteBathchData(keys, -1), NativeRdb::E_ERROR); 537 ASSERT_EQ(notificationDataMgr->DeleteBathchData(keys, -1), NativeRdb::E_ERROR);
|