/base/security/security_guard/test/unittest/mock/rdb/ |
H A D | rdb_store.h | 37 virtual int BatchInsert(int64_t &outInsertNum, const std::string &table, 61 MOCK_METHOD3(BatchInsert, int(int64_t &outInsertNum, const std::string &table,
|
/base/telephony/core_service/services/sim/src/ |
H A D | pdp_profile_rdb_helper.cpp | 54 dataShareHelper->BatchInsert(pdpProfileUri, values);
in notifyInitApnConfigs()
|
H A D | sim_rdb_helper.cpp | 70 int result = helper->BatchInsert(uri, values); in UpdateOpKeyInfo()
|
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_rdb_helper.cpp | 75 int code = dataShareHelper_->BatchInsert(uriRawContactBatch, rawContactValues); in BatchInsertRawContact() 87 int code = dataShareHelper_->BatchInsert(uriContactDataBatch, contactsDataValues); in BatchInsertContactData() 109 int code = dataShareHelper_->BatchInsert(uriContactData, contactsDataValues); in InsertContactData()
|
/base/security/security_guard/services/data_collect/store/include/ |
H A D | database.h | 35 int BatchInsert(int64_t &outInsertNum, const std::string &table,
|
/base/security/security_guard/test/unittest/data_collect/include/ |
H A D | database.h | 35 int BatchInsert(int64_t &outInsertNum, const std::string &table,
|
/base/security/security_guard/services/data_collect/store/src/ |
H A D | database.cpp | 48 int Database::BatchInsert(int64_t &outInsertNum, const std::string &table, in BatchInsert() function in OHOS::Security::SecurityGuard::Database 53 ret = store_->BatchInsert(outInsertNum, table, initialBatchValues); in BatchInsert()
|
/base/security/security_guard/test/fuzztest/data_collect/datacollect_fuzzer/ |
H A D | database_mock.cpp | 38 int Database::BatchInsert(int64_t &outInsertNum, const std::string &table, in BatchInsert() function in OHOS::Security::SecurityGuard::Database
|
H A D | data_collect_fuzzer.cpp | 259 database.BatchInsert(int64, string, values); in DatabaseFuzzTest()
|
/base/telephony/telephony_data/opkey/include/ |
H A D | opkey_ability.h | 56 virtual int BatchInsert(const Uri &uri, const std::vector<DataShare::DataShareValuesBucket> &values) override;
|
/base/security/security_guard/test/unittest/data_collect/src/ |
H A D | security_guard_data_collect_test.cpp | 94 EXPECT_CALL(*rdbStoreMock, BatchInsert).WillRepeatedly(Return(SUCCESS)); in HWTEST_F() 132 EXPECT_CALL(*rdbStoreMock, BatchInsert).WillRepeatedly(Return(SUCCESS)); in HWTEST_F() 173 EXPECT_CALL(*rdbStoreMock, BatchInsert).WillRepeatedly(Return(SUCCESS)); in HWTEST_F() 215 EXPECT_CALL(*rdbStoreMock, BatchInsert).WillRepeatedly(Return(SUCCESS)); in HWTEST_F() 255 EXPECT_CALL(*rdbStoreMock, BatchInsert).WillRepeatedly(Return(SUCCESS)); in HWTEST_F() 296 EXPECT_CALL(*rdbStoreMock, BatchInsert).WillRepeatedly(Return(SUCCESS)); in HWTEST_F() 375 EXPECT_CALL(*rdbStoreMock, BatchInsert).WillRepeatedly(Return(SUCCESS)); in HWTEST_F() 410 EXPECT_CALL(*rdbStoreMock, BatchInsert).WillRepeatedly(Return(SUCCESS)); in HWTEST_F() 438 EXPECT_CALL(*rdbStoreMock, BatchInsert).WillRepeatedly(Return(SUCCESS)); in HWTEST_F()
|
/base/telephony/telephony_data/opkey/src/ |
H A D | rdb_opkey_callback.cpp | 102 result = rdbStore.BatchInsert(outInsertNum, tableName, valuesBuckets); in InitData()
|
H A D | opkey_ability.cpp | 110 int OpKeyAbility::BatchInsert(const Uri &uri, const std::vector<DataShare::DataShareValuesBucket> &values) in BatchInsert() function in OHOS::Telephony::OpKeyAbility
|
/base/telephony/telephony_data/pdp_profile/include/ |
H A D | pdp_profile_ability.h | 62 virtual int BatchInsert(const Uri &uri, const std::vector<DataShare::DataShareValuesBucket> &values) override;
|
/base/telephony/telephony_data/common/include/ |
H A D | rdb_base_helper.h | 43 int BatchInsert(int64_t &id, const NativeRdb::ValuesBucket &initialValues, const std::string &table);
|
H A D | telephony_datashare_stub_impl.h | 35 int BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values) override;
|
/base/telephony/telephony_data/sms_mms/include/ |
H A D | sms_mms_ability.h | 75 virtual int BatchInsert(const Uri &uri, const std::vector<DataShare::DataShareValuesBucket> &values) override;
|
/base/update/updateservice/services/core/ability/sqlite/core/src/ |
H A D | sqlite_db.cpp | 73 int ret = dbStore->BatchInsert(insertNum, tableName, values); in Insert()
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/ |
H A D | access_token_db.cpp | 85 res = db_->BatchInsert(outInsertNum, tableName, buckets); in RestoreAndInsertIfCorrupt() 120 int32_t res = db_->BatchInsert(outInsertNum, tableName, buckets); in Add() 380 // if nothing to insert, no need to BatchInsert in DeleteAndAddSingleTable() 388 res = db_->BatchInsert(outInsertNum, tableName, buckets); in DeleteAndAddSingleTable()
|
/base/telephony/telephony_data/common/src/ |
H A D | telephony_datashare_stub_impl.cpp | 221 int TelephonyDataShareStubImpl::BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values) in BatchInsert() function in OHOS::DataShare::TelephonyDataShareStubImpl 223 DATA_STORAGE_LOGI("BatchInsert begin."); in BatchInsert() 227 DATA_STORAGE_LOGE("BatchInsert failed, extension is null."); in BatchInsert() 230 ret = extension->BatchInsert(uri, values); in BatchInsert() 231 DATA_STORAGE_LOGI("BatchInsert end successfully. ret: %{public}d", ret); in BatchInsert()
|
H A D | rdb_base_helper.cpp | 166 int RdbBaseHelper::BatchInsert(int64_t &id, const NativeRdb::ValuesBucket &initialValues, const std::string &table) in BatchInsert() function in OHOS::Telephony::RdbBaseHelper
|
/base/telephony/telephony_data/sms_mms/src/ |
H A D | sms_mms_ability.cpp | 388 int SmsMmsAbility::BatchInsert(const Uri &uri, const std::vector<DataShare::DataShareValuesBucket> &values) in BatchInsert() function in OHOS::Telephony::SmsMmsAbility 405 DATA_STORAGE_LOGI("SmsMmsAbility::BatchInsert##uri = %{public}s", uri.ToString().c_str()); in BatchInsert()
|
/base/telephony/telephony_data/pdp_profile/src/ |
H A D | pdp_profile_ability.cpp | 115 int PdpProfileAbility::BatchInsert(const Uri &uri, const std::vector<DataShare::DataShareValuesBucket> &values) in BatchInsert() function in OHOS::Telephony::PdpProfileAbility 138 "PdpProfileAbility::BatchInsert INIT, slotId = %{public}d, result = %{public}d", slotId, result); in BatchInsert()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
H A D | notification_rdb_data_mgr_test.cpp | 56 virtual int BatchInsert(int64_t &outInsertNum, const std::string &table,
in BatchInsert() function in OHOS::Notification::RdbStoreTest
|
/base/telephony/telephony_data/test/unittest/data_test/ |
H A D | data_storage_test.cpp | 277 return helper->BatchInsert(uri, values); in SmsBatchInsert()
|