Home
last modified time | relevance | path

Searched refs:BatchInsert (Results 1 - 25 of 26) sorted by relevance

12

/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_store.h37 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 Dpdp_profile_rdb_helper.cpp54 dataShareHelper->BatchInsert(pdpProfileUri, values); in notifyInitApnConfigs()
H A Dsim_rdb_helper.cpp70 int result = helper->BatchInsert(uri, values); in UpdateOpKeyInfo()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_rdb_helper.cpp75 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 Ddatabase.h35 int BatchInsert(int64_t &outInsertNum, const std::string &table,
/base/security/security_guard/test/unittest/data_collect/include/
H A Ddatabase.h35 int BatchInsert(int64_t &outInsertNum, const std::string &table,
/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase.cpp48 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 Ddatabase_mock.cpp38 int Database::BatchInsert(int64_t &outInsertNum, const std::string &table, in BatchInsert() function in OHOS::Security::SecurityGuard::Database
H A Ddata_collect_fuzzer.cpp259 database.BatchInsert(int64, string, values); in DatabaseFuzzTest()
/base/telephony/telephony_data/opkey/include/
H A Dopkey_ability.h56 virtual int BatchInsert(const Uri &uri, const std::vector<DataShare::DataShareValuesBucket> &values) override;
/base/security/security_guard/test/unittest/data_collect/src/
H A Dsecurity_guard_data_collect_test.cpp94 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 Drdb_opkey_callback.cpp102 result = rdbStore.BatchInsert(outInsertNum, tableName, valuesBuckets); in InitData()
H A Dopkey_ability.cpp110 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 Dpdp_profile_ability.h62 virtual int BatchInsert(const Uri &uri, const std::vector<DataShare::DataShareValuesBucket> &values) override;
/base/telephony/telephony_data/common/include/
H A Drdb_base_helper.h43 int BatchInsert(int64_t &id, const NativeRdb::ValuesBucket &initialValues, const std::string &table);
H A Dtelephony_datashare_stub_impl.h35 int BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values) override;
/base/telephony/telephony_data/sms_mms/include/
H A Dsms_mms_ability.h75 virtual int BatchInsert(const Uri &uri, const std::vector<DataShare::DataShareValuesBucket> &values) override;
/base/update/updateservice/services/core/ability/sqlite/core/src/
H A Dsqlite_db.cpp73 int ret = dbStore->BatchInsert(insertNum, tableName, values); in Insert()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/
H A Daccess_token_db.cpp85 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 Dtelephony_datashare_stub_impl.cpp221 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 Drdb_base_helper.cpp166 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 Dsms_mms_ability.cpp388 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 Dpdp_profile_ability.cpp115 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 Dnotification_rdb_data_mgr_test.cpp56 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 Ddata_storage_test.cpp277 return helper->BatchInsert(uri, values); in SmsBatchInsert()

Completed in 14 milliseconds

12