Searched refs:InsertBatchData (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 | 113 int32_t NotificationDataMgr::InsertBatchData(const std::unordered_map<std::string, std::string> &va… in InsertBatchData() function in OHOS::Notification::NotificationDataMgr
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_rdb_data_mgr.h | 97 …int32_t InsertBatchData(const std::unordered_map<std::string, std::string> &values, const int32_t …
|
/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 | 453 ASSERT_EQ(notificationDataMgr->InsertBatchData(values, -1), NativeRdb::E_ERROR); 475 ASSERT_EQ(notificationDataMgr->InsertBatchData(values, -1), NativeRdb::E_ERROR);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_database.cpp | 278 int32_t result = rdbDataManager_->InsertBatchData(values, userId); in PutSlotsToDisturbeDB() 483 int32_t result = rdbDataManager_->InsertBatchData(values, userId); in PutDoNotDisturbDate() 513 int32_t result = rdbDataManager_->InsertBatchData(values, userId); in AddDoNotDisturbProfiles() 655 int32_t result = rdbDataManager_->InsertBatchData(values, userId); in PutBundlePropertyValueToDisturbeDB() 2118 int32_t result = rdbDataManager_->InsertBatchData(values, userId); in UpdateBundleSlotToDisturbeDB()
|
H A D | notification_rdb_data_mgr.cpp | 236 int32_t NotificationDataMgr::InsertBatchData(const std::unordered_map<std::string, std::string> &va… in InsertBatchData() function in OHOS::Notification::NotificationDataMgr
|