Searched refs:InsertRawContact (Results 1 – 5 of 5) sorted by relevance
33 static int32_t InsertRawContact(const DataShare::DataShareValuesBucket &rawContactValues);
66 int32_t InsertRawContact(int32_t accountId);
128 auto rawId = InsertRawContact(accountId); in InsertContactDbAbility()240 int32_t VCardManager::InsertRawContact(int32_t accountId) in InsertRawContact() function in OHOS::Telephony::VCardManager247 return VCardRdbHelper::GetInstance().InsertRawContact(ValuesBucket); in InsertRawContact()
85 int32_t VCardRdbHelper::InsertRawContact(const DataShare::DataShareValuesBucket &rawContactValues) in InsertRawContact() function in OHOS::Telephony::VCardRdbHelper
706 EXPECT_EQ(VCardRdbHelper::GetInstance().InsertRawContact(rawContactValue), DB_FAILD);