Home
last modified time | relevance | path

Searched refs:phoneType (Results 1 - 3 of 3) sorted by relevance

/applications/standard/contacts_data/ability/merge/src/
H A Dcandidate_status.cpp47 int phoneType = contactsDataBase->GetTypeId(ContentTypeData::PHONE); in QueryAllForMerge() local
53 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType); in QueryAllForMerge()
61 std::set<std::string> otherPhones = mergeUtils.QueryRawContactByType(store, nameIds[i], phoneType); in QueryAllForMerge()
208 int phoneType = contactsDataBase->GetTypeId(ContentTypeData::PHONE); in JudgeDataDifferent() local
210 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType); in JudgeDataDifferent()
215 std::set<std::string> idPhones = mergeIdUtils.QueryRawContactByType(store, ids[i], phoneType); in JudgeDataDifferent()
H A Dmerger_contacts.cpp332 int phoneType = contactsDataBase->GetTypeId(ContentTypeData::PHONE); in UpdateCandidate() local
336 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType); in UpdateCandidate()
345 std::set<std::string> otherPhones = mergeUtils.QueryRawContactByType(store, *nameId, phoneType); in UpdateCandidate()
366 int phoneType = contactsDataBase->GetTypeId(ContentTypeData::PHONE); in SelectCandidate() local
399 .append(std::to_string(phoneType)) in SelectCandidate()
/applications/standard/contacts_data/ability/common/utils/src/
H A Dmerge_utils.cpp156 int phoneType = contactsDataBase->GetTypeId(ContentTypeData::PHONE); in AddHasJudgeForRawId() local
161 types.push_back(phoneType); in AddHasJudgeForRawId()

Completed in 3 milliseconds