Home
last modified time | relevance | path

Searched refs:IsNeedMerge (Results 1 - 2 of 2) sorted by relevance

/applications/standard/contacts_data/ability/merge/src/
H A Dcandidate_status.cpp58 if (!IsNeedMerge(store, nameIds[i]) || !IsMergeStatus(store, nameIds[i])) { in QueryAllForMerge()
104 bool CandidateStatus::IsNeedMerge(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int rawId) in IsNeedMerge() function in OHOS::Contacts::CandidateStatus
198 bool isMerged = mergeMode && !IsNeedMerge(store, rawId); in IsMerged()
/applications/standard/contacts_data/ability/merge/include/
H A Dcandidate_status.h36 bool IsNeedMerge(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int rawId);

Completed in 2 milliseconds