Lines Matching refs:set

53     std::vector<std::set<int>> candidates = QueryMergeContacts(store, MERGE_MODE_AUTO);
58 int MergerContacts::MergeCircle(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, std::vector<std::set<int>> candidates)
66 std::set<int> ids = *it;
94 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int minId, std::set<int> handledIds)
101 std::set<int> ids;
124 std::set<int> MergerContacts::HandleIds(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, std::set<int> ids)
126 std::set<int> rawIds;
161 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int minRawId, std::set<int> Ids)
187 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int minContactId, std::set<int> Ids)
258 std::set<int> MergerContacts::QueryTargetName(
259 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int rawId, std::set<std::string> data)
263 std::set<int> ids;
293 std::vector<std::set<int>> MergerContacts::QueryMergeContacts(
322 std::vector<std::set<int>> candidates;
328 std::vector<std::set<int>> &candidates)
335 std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId, nameType);
336 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType);
341 std::set<int> nameIds = QueryTargetName(store, rawId, names);
342 std::set<int> rawIds;
345 std::set<std::string> otherPhones = mergeUtils.QueryRawContactByType(store, *nameId, phoneType);
422 std::set<int> ids;
429 std::vector<std::set<int>> selectedIds = SelectIdsByName(store, ids);
433 std::set<int> currentIds = *it;
434 std::set<int> handledIds = HandleIds(store, currentIds);
459 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int minId, std::set<int> handledIds)
472 std::vector<std::set<int>> MergerContacts::SelectIdsByName(
473 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, std::set<int> ids)
476 std::vector<std::set<int>> selectedIds;
477 std::set<std::string> names;
507 void MergerContacts::UpdateIdsByName(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, std::set<std::string> names,
508 std::set<int> ids, std::vector<std::set<int>> &selectedIds)
529 std::set<int> currentIds;
543 bool MergerContacts::isNameMatch(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, std::set<int> ids)
545 std::set<std::string> names;
565 int MergerContacts::ForceContactMerge(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, std::set<int> ids)
573 std::set<int> handledIds = HandleIds(store, ids);