Home
last modified time | relevance | path

Searched refs:BatchInsertRawContact (Results 1 - 5 of 5) sorted by relevance

/base/telephony/core_service/utils/vcard/include/
H A Dvcard_rdb_helper.h47 static int32_t BatchInsertRawContact(const std::vector<DataShare::DataShareValuesBucket> &rawContactValues);
H A Dvcard_manager.h75 void BatchInsertRawContact(int32_t accountId, uint32_t size, std::vector<int32_t> &rawIds, int32_t &errorCode);
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_manager.cpp163 BatchInsertRawContact(accountId, list.size(), rawIds, errorCode); in BatchInsertContactDbAbility()
176 void VCardManager::BatchInsertRawContact( in BatchInsertRawContact() function in OHOS::Telephony::VCardManager
190 VCardRdbHelper::GetInstance().BatchInsertRawContact(rawContactValues); in BatchInsertRawContact()
H A Dvcard_rdb_helper.cpp68 int32_t VCardRdbHelper::BatchInsertRawContact(const std::vector<DataShare::DataShareValuesBucket> &rawContactValues) in BatchInsertRawContact() function in OHOS::Telephony::VCardRdbHelper
/base/telephony/core_service/test/unittest/utils_vcard_gtest/
H A Dcontact_data_test.cpp648 EXPECT_EQ(VCardRdbHelper::GetInstance().BatchInsertRawContact(rawContactValues), DB_FAILD); in HWTEST_F()

Completed in 4 milliseconds