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.cpp775 OHOS::NativeRdb::RdbPredicates rawContactQueryRdbPredicates(ViewName::VIEW_RAW_CONTACT); in DeleteContactQuery() local
783 …OHOS::NativeRdb::PredicatesUtils::SetWhereClauseAndArgs(&rawContactQueryRdbPredicates, whereClause… in DeleteContactQuery()
784 OHOS::NativeRdb::PredicatesUtils::SetAttributes(&rawContactQueryRdbPredicates, in DeleteContactQuery()
785 rawContactQueryRdbPredicates.IsDistinct(), rawContactQueryRdbPredicates.GetIndex(), in DeleteContactQuery()
786 rawContactQueryRdbPredicates.GetGroup(), rawContactQueryRdbPredicates.GetOrder(), in DeleteContactQuery()
787 rawContactQueryRdbPredicates.GetLimit(), rawContactQueryRdbPredicates.GetOffset()); in DeleteContactQuery()
788 return DeleteRawContactQuery(rawContactQueryRdbPredicates); in DeleteContactQuery()