Searched refs:predicatesHandles (Results 1 – 1 of 1) sorted by relevance
134 DataShare::DataSharePredicates predicatesHandles; in GetHandlesFromPhotosInfoBurstKeys() local135 predicatesHandles.EqualTo(PhotoColumn::PHOTO_BURST_COVER_LEVEL, BURST_NOT_COVER_LEVEL); in GetHandlesFromPhotosInfoBurstKeys()136 predicatesHandles.IsNotNull(PhotoColumn::PHOTO_BURST_KEY); in GetHandlesFromPhotosInfoBurstKeys()137 predicatesHandles.In(PhotoColumn::PHOTO_BURST_KEY, burstKey); in GetHandlesFromPhotosInfoBurstKeys()138 resultSet = dataShareHelper_->Query(uri, predicatesHandles, columns); in GetHandlesFromPhotosInfoBurstKeys()