Searched refs:phoneType (Results 1 - 3 of 3) sorted by relevance
/applications/standard/contacts_data/ability/merge/src/ |
H A D | candidate_status.cpp | 47 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 D | merger_contacts.cpp | 332 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 D | merge_utils.cpp | 156 int phoneType = contactsDataBase->GetTypeId(ContentTypeData::PHONE); in AddHasJudgeForRawId() local 161 types.push_back(phoneType); in AddHasJudgeForRawId()
|
Completed in 3 milliseconds