Home
last modified time | relevance | path

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

/applications/standard/contacts_data/ability/merge/src/
H A Dcandidate_status.cpp49 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 Dmerger_contacts.cpp335 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 Dmerge_utils.h33 std::set<std::string> QueryRawContactByType(
/applications/standard/contacts_data/ability/common/utils/src/
H A Dmerge_utils.cpp31 std::set<std::string> MergeUtils::QueryRawContactByType( in QueryRawContactByType() function in OHOS::Contacts::MergeUtils

Completed in 3 milliseconds