Lines Matching defs:minId
73 int minId = *minIdPosition;
74 UpdateRawContacts(store, minId, ids);
75 std::string sql = getUpdateSql(minId);
82 matchCandidate.AddHasByRawId(store, minId);
83 matchCandidate.FindMatchContact(store, minId);
94 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int minId, std::set<int> handledIds)
105 if (*it != minId) {
430 int minId = 0;
442 minId = *minIdPosition;
443 int ret = ManualMergeOperation(store, minId, handledIds);
448 matchCandidate.FindMatchContact(store, minId);
459 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int minId, std::set<int> handledIds)
461 UpdateRawContacts(store, minId, handledIds);
462 DeleteContacts(store, minId, handledIds);
463 std::string sql = getUpdateSql(minId);
571 int minId = 0;
576 minId = *minIdPosition;
577 UpdateRawContacts(store, minId, handledIds);
578 DeleteContacts(store, minId, handledIds);
592 .append(std::to_string(minId));
601 std::string MergerContacts::getUpdateSql(int minId)
616 .append(std::to_string(minId));