Searched refs:phones (Results 1 - 4 of 4) sorted by relevance
/applications/standard/contacts_data/ability/merge/src/ |
H A D | candidate_status.cpp | 53 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType); in QueryAllForMerge() local 62 if (phones.empty() && otherPhones.empty()) { in QueryAllForMerge() 65 if (phones.empty() || otherPhones.empty()) { in QueryAllForMerge() 68 if (mergeUtils.SetEqual(phones, otherPhones)) { in QueryAllForMerge() 210 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType); in JudgeDataDifferent() local 216 if (names != idNames || phones != idPhones) { in JudgeDataDifferent()
|
H A D | merger_contacts.cpp | 336 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType); in UpdateCandidate() local 346 bool isMatch = mergeUtils.SetEqual(phones, otherPhones); in UpdateCandidate()
|
/applications/standard/contacts_data/contacts/src/ |
H A D | contacts_build.cpp | 693 PhoneNumber phones; in GetPhoneNumbers() local 696 phones.phoneNumber = GetStringValueByKey(env, obj, "phoneNumber"); in GetPhoneNumbers() 697 phones.labelName = GetStringValueByKey(env, obj, "labelName"); in GetPhoneNumbers() 698 phones.labelId = GetIntValueByKey(env, obj, "labelId"); in GetPhoneNumbers() 699 resultVec.push_back(phones); in GetPhoneNumbers()
|
/applications/standard/contacts_data/ability/merge/include/ |
H A D | candidate_status.h | 34 int PhoneMatch(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, std::set<std::string> phones, int id);
|
Completed in 5 milliseconds