Searched refs:rawContactQueryRdbPredicates (Results 1 – 1 of 1) sorted by relevance
775 OHOS::NativeRdb::RdbPredicates rawContactQueryRdbPredicates(ViewName::VIEW_RAW_CONTACT); in DeleteContactQuery() local783 …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()