Searched refs:rawContacts (Results 1 - 4 of 4) sorted by relevance
/applications/standard/contacts_data/test/unittest/src/ |
H A D | contactability_test.cpp | 400 std::string rawContacts = ContactTabName::RAW_CONTACT; in HWTEST_F() local 401 QueryAndExpectResult(rawContacts, predicates, values, "contact_Insert_test_100"); in HWTEST_F() 422 std::string rawContacts = ContactTabName::RAW_CONTACT; in HWTEST_F() local 423 QueryAndExpectResult(rawContacts, predicates, values, "contact_Insert_test_200"); in HWTEST_F() 430 QueryAndExpectResult(rawContacts, predicates, values, "contact_Insert_test_200"); in HWTEST_F() 437 QueryAndExpectResult(rawContacts, predicates2, values, "contact_Insert_test_200"); in HWTEST_F() 455 std::string rawContacts = ContactTabName::RAW_CONTACT; in HWTEST_F() local 464 std::shared_ptr<OHOS::DataShare::DataShareResultSet> resultSet = ContactQuery(rawContacts, columns, predicates); in HWTEST_F() 498 std::string rawContacts = ContactTabName::RAW_CONTACT; in HWTEST_F() local 499 QueryAndExpectResult(rawContacts, predicate in HWTEST_F() 834 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 893 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 922 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 1388 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 1425 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 1465 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 1519 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2014 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2075 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2113 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2243 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2276 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2303 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2472 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2517 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2549 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2685 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2863 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 3153 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 3195 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 3248 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 3616 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 3647 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local [all...] |
H A D | contactprofile_test.cpp | 395 std::string rawContacts = ContactTabName::RAW_CONTACT; in HWTEST_F() local 396 QueryAndExpectResult(rawContacts, predicates, values, "contactProfile_Insert_test_100"); in HWTEST_F() 417 std::string rawContacts = ContactTabName::RAW_CONTACT; in HWTEST_F() local 418 QueryAndExpectResult(rawContacts, predicates, values, "contactProfile_Insert_test_200"); in HWTEST_F() 425 QueryAndExpectResult(rawContacts, predicates, values, "contactProfile_Insert_test_200"); in HWTEST_F() 432 QueryAndExpectResult(rawContacts, predicates2, values, "contactProfile_Insert_test_200"); in HWTEST_F() 450 std::string rawContacts = ContactTabName::RAW_CONTACT; in HWTEST_F() local 459 std::shared_ptr<OHOS::DataShare::DataShareResultSet> resultSet = ContactQuery(rawContacts, columns, predicates); in HWTEST_F() 493 std::string rawContacts = ContactTabName::RAW_CONTACT; in HWTEST_F() local 494 QueryAndExpectResult(rawContacts, predicate in HWTEST_F() 829 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 888 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 917 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 1383 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 1420 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 1460 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 1514 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2009 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2070 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2108 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2238 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2271 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2298 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2467 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2512 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2544 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2680 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 2857 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 3147 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 3189 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local 3242 std::string rawContacts = ContactTabName::RAW_CONTACT; HWTEST_F() local [all...] |
/applications/standard/contacts_data/dataBusiness/contacts/src/ |
H A D | contacts_update_helper.cpp | 54 RawContacts rawContacts; in UpdateDisplay() local 65 ret = rawContacts.UpdateRawContactById(rawContactId, type, rdbStore, rawContactValues); in UpdateDisplay() 129 RawContacts rawContacts; in UpdateName() local 130 rawContacts.UpdateRawContactById(rawContactId, type, rdbStore, rawContactValues); in UpdateName()
|
H A D | contacts_database.cpp | 153 RawContacts rawContacts; in InsertRawContact() local 155 int rowRet = rawContacts.InsertRawContact(store_, outRawContactId, rawContactValues); in InsertRawContact() 167 // update contactId to rawContacts in InsertRawContact() 175 int ret = rawContacts.UpdateRawContact(store_, upRawContactValues, upWhereClause, upWhereArgs); in InsertRawContact() 177 HILOG_ERROR("insertRawContact Update contactId to rawContacts failed:%{public}d", rowContactRet); in InsertRawContact()
|
Completed in 12 milliseconds