Searched refs:mediaRdbStorePtr (Results 1 – 2 of 2) sorted by relevance
27 …toSourcePathOperation::ResetPhotoSourcePath(std::shared_ptr<MediaLibraryRdbStore> mediaRdbStorePtr) in ResetPhotoSourcePath() argument30 this->GetPhotoOfMissingSourcePath(mediaRdbStorePtr); in ResetPhotoSourcePath()43 int32_t err = mediaRdbStorePtr->ExecuteSql(sql, params); in ResetPhotoSourcePath()56 … std::shared_ptr<MediaLibraryRdbStore> mediaRdbStorePtr, const int32_t offset, const int32_t limit) in GetPhotoOfMissingSourcePath() argument59 if (mediaRdbStorePtr == nullptr) { in GetPhotoOfMissingSourcePath()65 auto resultSet = mediaRdbStorePtr->QuerySql(querySql, params); in GetPhotoOfMissingSourcePath()
52 void ResetPhotoSourcePath(std::shared_ptr<MediaLibraryRdbStore> mediaRdbStorePtr);56 …std::shared_ptr<MediaLibraryRdbStore> mediaRdbStorePtr, const int32_t offset = 0, const int32_t li…