Searched refs:rawContactIdVector (Results 1 - 6 of 6) sorted by relevance
/applications/standard/contacts_data/ability/common/utils/include/ |
H A D | async_task.h | 169 std::vector<int> rawContactIdVector; member in OHOS::Contacts::AsyncTask 176 contactsUpdateHelper.UpdateCallLogByPhoneNum(rawContactIdVector, store, isDeleted); in Run() 178 contactsDataBase->InsertMergeData(store, rawContactIdVector); in Run() 183 AsyncTask(std::shared_ptr<OHOS::NativeRdb::RdbStore> &store, std::vector<int> &rawContactIdVector, bool isDeleted) in AsyncTask() argument 186 this->rawContactIdVector = rawContactIdVector; in AsyncTask()
|
/applications/standard/contacts_data/dataBusiness/contacts/src/ |
H A D | contacts_database.cpp | 264 std::vector<int> rawContactIdVector; in InsertContactData() local 265 rawContactIdVector.push_back(rawContactId); in InsertContactData() 270 contactsUpdateHelper.UpdateDisplay(rawContactIdVector, typeTextVector, store_, contactDataValues, false); in InsertContactData() 275 MergeUpdateTask(store_, rawContactIdVector, false); in InsertContactData() 378 std::vector<int> rawContactIdVector = QueryContactDataRawContactId(rdbPredicates, types); in UpdateContactData() local 387 ret = contactsUpdateHelper.UpdateDisplay(rawContactIdVector, types, store_, contactDataValues, false); in UpdateContactData() 398 MergeUpdateTask(store_, rawContactIdVector, false); in UpdateContactData() 421 std::vector<int> rawContactIdVector; in UpdateRawContact() local 428 rawContactIdVector.push_back(rawContactId); in UpdateRawContact() 444 if (isDelete == 0 && rawContactIdVector in UpdateRawContact() 581 std::vector<int> rawContactIdVector = QueryContactDataRawContactId(rdbPredicates, types); DeleteContactData() local 717 std::vector<int> rawContactIdVector; DeleteRecordInsert() local 953 std::vector<int> rawContactIdVector; QueryContactDataRawContactId() local 1283 InsertMergeData( std::shared_ptr<OHOS::NativeRdb::RdbStore> &store, std::vector<int> &rawContactIdVector) InsertMergeData() argument 1298 MergeUpdateTask( std::shared_ptr<OHOS::NativeRdb::RdbStore> &store, std::vector<int> &rawContactIdVector, bool isDeleted) MergeUpdateTask() argument [all...] |
H A D | contacts_update_helper.cpp | 41 int ContactsUpdateHelper::UpdateDisplay(std::vector<int> rawContactIdVector, std::vector<std::string> types, in UpdateDisplay() argument 46 unsigned int count = rawContactIdVector.size(); in UpdateDisplay() 57 int rawContactId = rawContactIdVector[i]; in UpdateDisplay() 153 * @param rawContactIdVector Collection of IDs to update 160 std::vector<int> &rawContactIdVector, std::shared_ptr<OHOS::NativeRdb::RdbStore> &rdbStore, bool isDelete) in UpdateCallLogByPhoneNum() 167 unsigned int count = rawContactIdVector.size(); in UpdateCallLogByPhoneNum() 177 .append(std::to_string(rawContactIdVector[i])); in UpdateCallLogByPhoneNum() 159 UpdateCallLogByPhoneNum( std::vector<int> &rawContactIdVector, std::shared_ptr<OHOS::NativeRdb::RdbStore> &rdbStore, bool isDelete) UpdateCallLogByPhoneNum() argument
|
/applications/standard/contacts_data/dataBusiness/contacts/include/ |
H A D | contacts_update_helper.h | 30 int UpdateDisplay(std::vector<int> rawContactIdVector, std::vector<std::string> types, 42 std::vector<int> &rawContactIdVector, std::shared_ptr<OHOS::NativeRdb::RdbStore> &rdbStore, bool isDelete);
|
H A D | contacts_database.h | 70 void InsertMergeData(std::shared_ptr<OHOS::NativeRdb::RdbStore> &store, std::vector<int> &rawContactIdVector); 73 std::shared_ptr<OHOS::NativeRdb::RdbStore> &store, std::vector<int> &rawContactIdVector, bool isDeleted);
|
/applications/standard/contacts_data/test/unittest/src/ |
H A D | mergecontact_test.cpp | 87 std::vector<int> rawContactIdVector; in GetMergeResultRawContactId() local 97 rawContactIdVector.push_back(resultSetIntValue); in GetMergeResultRawContactId() 101 return rawContactIdVector; in GetMergeResultRawContactId() 107 std::vector<int> rawContactIdVector; in GetMergeRawContactId() local 117 rawContactIdVector.push_back(resultSetIntValue); in GetMergeRawContactId() 121 return rawContactIdVector; in GetMergeRawContactId()
|
Completed in 6 milliseconds