Home
last modified time | relevance | path

Searched refs:phones (Results 1 - 4 of 4) sorted by relevance

/applications/standard/contacts_data/ability/merge/src/
H A Dcandidate_status.cpp53 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 Dmerger_contacts.cpp336 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 Dcontacts_build.cpp693 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 Dcandidate_status.h34 int PhoneMatch(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, std::set<std::string> phones, int id);

Completed in 5 milliseconds