Searched refs:GetPathFromDb (Results 1 - 1 of 1) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_service.cpp | 150 static int32_t GetPathFromDb(const shared_ptr<NativeRdb::RdbStore> &rdbStorePtr, const string &fileId, in GetPathFromDb() function 237 int32_t errCode = GetPathFromDb(rdbStorePtr_, id, table, path); in GetThumbnailFd() 242 MEDIA_ERR_LOG("GetPathFromDb failed, errCode = %{public}d", errCode); in GetThumbnailFd() 267 int32_t errCode = GetPathFromDb(rdbStorePtr_, id, table, path); in GetKeyFrameThumbnailFd() 269 MEDIA_ERR_LOG("GetPathFromDb failed, errCode = %{public}d", errCode); in GetKeyFrameThumbnailFd()
|
Completed in 2 milliseconds