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