Lines Matching defs:contactsId
96 int contactsId = AddNewContact(store, *newRawId);
97 if (contactsId <= 0) {
100 code = UpdateRawContact(store, *newRawId, contactsId);
101 UpdateSearch(store, *newRawId, contactsId);
122 int MatchCandidate::UpdateSearch(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int rawId, int contactsId)
129 .append(std::to_string(contactsId))
168 int64_t contactsId = 0;
170 int contactsRet = contacts.InsertContact(store, rawIdTemp, value[0], contactsId);
174 return contactsId;
222 int MatchCandidate::UpdateRawContact(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int rawId, int64_t contactsId)
229 .append(std::to_string(contactsId))