Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_rdb_helper.h47 …static int32_t BatchInsertRawContact(const std::vector<DataShare::DataShareValuesBucket> &rawConta…
H A Dvcard_manager.h75 …void BatchInsertRawContact(int32_t accountId, uint32_t size, std::vector<int32_t> &rawIds, int32_t…
/ohos5.0/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
192 VCardRdbHelper::GetInstance().BatchInsertRawContact(rawContactValues); in BatchInsertRawContact()
H A Dvcard_rdb_helper.cpp61 int32_t VCardRdbHelper::BatchInsertRawContact(const std::vector<DataShare::DataShareValuesBucket> &… in BatchInsertRawContact() function in OHOS::Telephony::VCardRdbHelper
/ohos5.0/base/telephony/core_service/test/unittest/utils_vcard_gtest/
H A Dcontact_data_test.cpp705 EXPECT_EQ(VCardRdbHelper::GetInstance().BatchInsertRawContact(rawContactValues), DB_FAILD);