Searched refs:countPtr (Results 1 – 8 of 8) sorted by relevance
63 const DataShare::DataSharePredicates &predicates, std::shared_ptr<int> countPtr = nullptr);65 const DataShare::DataSharePredicates &predicates, std::shared_ptr<int> countPtr = nullptr);
48 EXPORT static int32_t HandleAgingOperation(std::shared_ptr<int> countPtr = nullptr);
41 static int32_t TrashAging(std::shared_ptr<int> countPtr = nullptr);
85 EXPORT int32_t DoTrashAging(std::shared_ptr<int> countPtr = nullptr);
384 int32_t MediaLibraryAudioOperations::TrashAging(shared_ptr<int> countPtr) in TrashAging() argument394 if (countPtr != nullptr) { in TrashAging()395 *countPtr = deletedRows; in TrashAging()
93 int32_t MediaLibrarySmartAlbumMapOperations::HandleAgingOperation(shared_ptr<int> countPtr) in HandleAgingOperation() argument126 if (countPtr != nullptr) { in HandleAgingOperation()127 *countPtr = count; in HandleAgingOperation()
1437 int32_t AgingPhotoAssets(shared_ptr<int> countPtr) in AgingPhotoAssets() argument1447 if (countPtr != nullptr) { in AgingPhotoAssets()1448 *countPtr = ret; in AgingPhotoAssets()2473 std::shared_ptr<int> countPtr) in HandleAnalysisPhotoAlbum() argument2497 const DataSharePredicates &predicates, shared_ptr<int> countPtr) in HandlePhotoAlbum() argument2509 return AgingPhotoAssets(countPtr); in HandlePhotoAlbum()
1939 int32_t MediaLibraryDataManager::DoTrashAging(shared_ptr<int> countPtr) in DoTrashAging() argument1950 if (countPtr != nullptr) { in DoTrashAging()1951 *countPtr = *smartAlbumTrashPtr + *albumTrashtPtr + *audioTrashtPtr; in DoTrashAging()