Home
last modified time | relevance | path

Searched refs:mediaRdbStorePtr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_source_path_operation.cpp27 …toSourcePathOperation::ResetPhotoSourcePath(std::shared_ptr<MediaLibraryRdbStore> mediaRdbStorePtr) in ResetPhotoSourcePath() argument
30 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() argument
59 if (mediaRdbStorePtr == nullptr) { in GetPhotoOfMissingSourcePath()
65 auto resultSet = mediaRdbStorePtr->QuerySql(querySql, params); in GetPhotoOfMissingSourcePath()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_source_path_operation.h52 void ResetPhotoSourcePath(std::shared_ptr<MediaLibraryRdbStore> mediaRdbStorePtr);
56 …std::shared_ptr<MediaLibraryRdbStore> mediaRdbStorePtr, const int32_t offset = 0, const int32_t li…