Searched refs:QueryRawContactByType (Results 1 - 4 of 4) sorted by relevance
/applications/standard/contacts_data/ability/merge/src/ |
H A D | candidate_status.cpp | 49 std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId, nameType); in QueryAllForMerge() 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() 209 std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId, nameType); in JudgeDataDifferent() 210 std::set<std::string> phones = mergeUtils.QueryRawContactByType(store, rawId, phoneType); in JudgeDataDifferent() 214 std::set<std::string> idNames = mergeIdUtils.QueryRawContactByType(store, ids[i], nameType); in JudgeDataDifferent() 215 std::set<std::string> idPhones = mergeIdUtils.QueryRawContactByType(store, ids[i], phoneType); in JudgeDataDifferent()
|
H A D | merger_contacts.cpp | 335 std::set<std::string> names = mergeUtils.QueryRawContactByType(store, rawId, nameType); in UpdateCandidate() 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()
|
/applications/standard/contacts_data/ability/common/utils/include/ |
H A D | merge_utils.h | 33 std::set<std::string> QueryRawContactByType(
|
/applications/standard/contacts_data/ability/common/utils/src/ |
H A D | merge_utils.cpp | 31 std::set<std::string> MergeUtils::QueryRawContactByType( in QueryRawContactByType() function in OHOS::Contacts::MergeUtils
|
Completed in 3 milliseconds