Searched refs:GetSafePath (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_source_loading.cpp | 116 errno, DfxUtils::GetSafePath(path).c_str()); in IsLocalSourceAvailable() 123 errno, DfxUtils::GetSafePath(path).c_str()); in IsLocalSourceAvailable() 128 errno, DfxUtils::GetSafePath(path).c_str()); in IsLocalSourceAvailable() 145 errno, DfxUtils::GetSafePath(path).c_str()); in IsCloudSourceAvailable() 292 DfxUtils::GetSafePath(data_.path).c_str()); in GeneratePictureSource() 297 DfxUtils::GetSafePath(data_.path).c_str()); in GeneratePictureSource() 320 DfxUtils::GetSafePath(data_.path).c_str()); in GeneratePixelMapSource() 326 err, DfxUtils::GetSafePath(data_.path).c_str()); in GeneratePixelMapSource() 368 DfxUtils::GetSafePath(data_.path).c_str()); in CreateImagePixelMap() 386 DfxUtils::GetSafePath(data_.path).c_str()); in CreateImagePixelMap() [all …]
|
H A D | ithumbnail_helper.cpp | 469 DfxUtils::GetSafePath(data.path).c_str()); in SaveLcdPictureSource() 514 DfxUtils::GetSafePath(data.path).c_str()); in SaveLcdPixelMapSource() 654 DfxUtils::GetSafePath(opts.path).c_str()); in GenThumbnailEx() 851 DfxUtils::GetSafePath(data.path).c_str()); in DoRotateThumbnail() 872 data.id.c_str(), DfxUtils::GetSafePath(data.path).c_str()); in DoCreateLcdAndThumbnail() 899 DfxUtils::GetSafePath(data.path).c_str()); in DoCreateLcdAndThumbnail() 928 data.id.c_str(), DfxUtils::GetSafePath(data.path).c_str()); in DoCreateAstc() 967 DfxUtils::GetSafePath(data.path).c_str()); in GenerateRotatedThumbnail() 972 DfxUtils::GetSafePath(data.path).c_str()); in GenerateRotatedThumbnail() 1015 data.id.c_str(), DfxUtils::GetSafePath(data.path).c_str()); in DoCreateAstcEx() [all …]
|
H A D | thumbnail_generate_helper.cpp | 61 DfxUtils::GetSafePath(thumbnailData.path).c_str(), thumbnailData.id.c_str()); in CreateThumbnailFileScaned() 159 DfxUtils::GetSafePath(data.path).c_str()); in CreateAstcCloudDownload() 240 static_cast<int>(lcdSize), DfxUtils::GetSafePath(data.path).c_str()); in NeedGenerateLocalLcd() 268 DfxUtils::GetSafePath(infos[i].path).c_str()); in CreateLcdBackground() 303 DfxUtils::GetSafePath(infos[i].path).c_str()); in CheckLcdSizeAndUpdateStatus() 376 DfxUtils::GetSafePath(data.path).c_str()); in GenerateLocalThumbnail() 386 DfxUtils::GetSafePath(data.path).c_str()); in GenerateLocalThumbnail() 409 MEDIA_INFO_LOG("File exists, path: %{public}s", DfxUtils::GetSafePath(fileName).c_str()); in GetAvailableFile() 419 …MEDIA_INFO_LOG("Unrotated file exists, path: %{public}s", DfxUtils::GetSafePath(fileName).c_str()); in GetAvailableFile() 511 …MEDIA_ERR_LOG("file is not real path, file path: %{public}s", DfxUtils::GetSafePath(fileName).c_st… in GetThumbnailPixelMap() [all …]
|
H A D | thumbnail_utils.cpp | 158 DfxUtils::GetSafePath(data.path).c_str(), errCode); in LoadAudioFileInfo() 166 DfxUtils::GetSafePath(data.path).c_str(), errCode); in LoadAudioFileInfo() 323 DfxUtils::GetSafePath(path).c_str()); in CenterScaleEx() 343 DfxUtils::GetSafePath(path).c_str()); in CenterScaleEx() 353 DfxUtils::GetSafePath(path).c_str()); in CenterScaleEx() 415 DfxUtils::GetSafePath(tempOutputPath).c_str()); in CheckAfterPacking() 421 DfxUtils::GetSafePath(tempOutputPath).c_str()); in CheckAfterPacking() 440 DfxUtils::GetSafePath(data.path).c_str()); in CompressPicture() 1663 DfxUtils::GetSafePath(data.path).c_str(), ret); in SaveThumbDataToLocalDir() 1669 DfxUtils::GetSafePath(data.path).c_str(), ret); in SaveThumbDataToLocalDir() [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_utils.h | 28 static std::string GetSafePath(const std::string &path);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_utils.cpp | 52 string DfxUtils::GetSafePath(const string &path) in GetSafePath() function in OHOS::Media::DfxUtils
|
H A D | dfx_database_utils.cpp | 88 … photoInfo.data = DfxUtils::GetSafePath(GetStringVal(MediaColumn::MEDIA_FILE_PATH, resultSet)); in QueryDirtyCloudPhoto()
|
H A D | dfx_manager.cpp | 103 string safePath = DfxUtils::GetSafePath(path); in HandleThumbnailError()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_inotify.cpp | 249 … DfxUtils::GetSafePath(path).c_str(), bundleName.c_str(), static_cast<int32_t>(watchList_.size())); in AddWatchList()
|
H A D | medialibrary_object_utils.cpp | 828 DfxUtils::GetSafePath(path).c_str(), fileAsset->GetId()); in OpenFile()
|
H A D | medialibrary_data_manager.cpp | 213 MEDIA_ERR_LOG("Delete dir fail, dir: %{public}s", DfxUtils::GetSafePath(dir).c_str()); in ReCreateMediaDir()
|
H A D | medialibrary_asset_operations.cpp | 1293 DfxUtils::GetSafePath(path).c_str(), fileAsset->GetId()); in OpenAsset()
|