Searched refs:rawContactValues (Results 1 – 4 of 4) sorted by relevance
61 …elper::BatchInsertRawContact(const std::vector<DataShare::DataShareValuesBucket> &rawContactValues) in BatchInsertRawContact() argument68 int code = dataShareHelper_->BatchInsert(uriRawContactBatch, rawContactValues); in BatchInsertRawContact()85 int32_t VCardRdbHelper::InsertRawContact(const DataShare::DataShareValuesBucket &rawContactValues) in InsertRawContact() argument91 int rawContactId = dataShareHelper_->Insert(uriRawContact, rawContactValues); in InsertRawContact()
180 std::vector<DataShare::DataShareValuesBucket> rawContactValues; in BatchInsertRawContact() local189 rawContactValues.push_back(valuesBucket); in BatchInsertRawContact()192 VCardRdbHelper::GetInstance().BatchInsertRawContact(rawContactValues); in BatchInsertRawContact()
33 static int32_t InsertRawContact(const DataShare::DataShareValuesBucket &rawContactValues);47 …t32_t BatchInsertRawContact(const std::vector<DataShare::DataShareValuesBucket> &rawContactValues);
703 std::vector<DataShare::DataShareValuesBucket> rawContactValues; variable705 EXPECT_EQ(VCardRdbHelper::GetInstance().BatchInsertRawContact(rawContactValues), DB_FAILD);710 EXPECT_EQ(VCardRdbHelper::GetInstance().InsertContactData(rawContactValues), DB_FAILD);