Home
last modified time | relevance | path

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

/applications/standard/contacts_data/ability/merge/include/
H A Dcandidate_status.h31 Candidate QueryAllForMerge(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int rawId);
/applications/standard/contacts_data/ability/merge/src/
H A Dcandidate_status.cpp42 Candidate CandidateStatus::QueryAllForMerge(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int rawId) in QueryAllForMerge() function in OHOS::Contacts::CandidateStatus
77 HILOG_INFO("QueryAllForMerge mode is : %{public}d ", candidate.mergeMode_); in QueryAllForMerge()
80 HILOG_INFO("QueryAllForMerge size is : %{public}zu ", candidate.autoIds_.size()); in QueryAllForMerge()
81 HILOG_INFO("QueryAllForMerge candidate.manualIds_ is : %{public}zu ", candidate.manualIds_.size()); in QueryAllForMerge()
H A Dmatch_candidate.cpp48 Candidate candidate = candidateStatus.QueryAllForMerge(store, rawId); in FindMatchContact()

Completed in 2 milliseconds