Searched refs:BatchInsertRawContact (Results 1 – 5 of 5) sorted by relevance
47 …static int32_t BatchInsertRawContact(const std::vector<DataShare::DataShareValuesBucket> &rawConta…
75 …void BatchInsertRawContact(int32_t accountId, uint32_t size, std::vector<int32_t> &rawIds, int32_t…
163 BatchInsertRawContact(accountId, list.size(), rawIds, errorCode); in BatchInsertContactDbAbility()176 void VCardManager::BatchInsertRawContact( in BatchInsertRawContact() function in OHOS::Telephony::VCardManager192 VCardRdbHelper::GetInstance().BatchInsertRawContact(rawContactValues); in BatchInsertRawContact()
61 int32_t VCardRdbHelper::BatchInsertRawContact(const std::vector<DataShare::DataShareValuesBucket> &… in BatchInsertRawContact() function in OHOS::Telephony::VCardRdbHelper
705 EXPECT_EQ(VCardRdbHelper::GetInstance().BatchInsertRawContact(rawContactValues), DB_FAILD);