Home
last modified time | relevance | path

Searched refs:rawContactQueryRdbPredicates (Results 1 – 1 of 1) sorted by relevance

/applications/standard/contacts_data/dataBusiness/contacts/src/
Dcontacts_database.cpp784 OHOS::NativeRdb::RdbPredicates rawContactQueryRdbPredicates(ViewName::VIEW_RAW_CONTACT); in DeleteContactQuery() local
792 …OHOS::NativeRdb::PredicatesUtils::SetWhereClauseAndArgs(&rawContactQueryRdbPredicates, whereClause… in DeleteContactQuery()
793 OHOS::NativeRdb::PredicatesUtils::SetAttributes(&rawContactQueryRdbPredicates, in DeleteContactQuery()
794 rawContactQueryRdbPredicates.IsDistinct(), rawContactQueryRdbPredicates.GetIndex(), in DeleteContactQuery()
795 rawContactQueryRdbPredicates.GetGroup(), rawContactQueryRdbPredicates.GetOrder(), in DeleteContactQuery()
796 rawContactQueryRdbPredicates.GetLimit(), rawContactQueryRdbPredicates.GetOffset()); in DeleteContactQuery()
797 return DeleteRawContactQuery(rawContactQueryRdbPredicates); in DeleteContactQuery()