/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_photo_asset_proxy.cpp | 176 photoProxy->GetPhotoId().c_str(), fileId_, uri_.c_str(), photoProxy->GetBurstKey().c_str()); in CreatePhotoAsset() 193 if (photoProxy->GetPhotoId() == "") { in SetPhotoIdForAsset() 203 values.Put(PhotoColumn::PHOTO_ID, photoProxy->GetPhotoId()); in SetPhotoIdForAsset() 308 auto ret = SaveImage(fd, uri, photoProxy->GetPhotoId(), buffer, packedSize); in PackAndSaveImage() 406 …MEDIA_INFO_LOG("photoId: %{public}s, fileId: %{public}d", photoProxy->GetPhotoId().c_str(), fileId… in UpdatePhotoQuality() 423 valuesBucket.Put(PhotoColumn::PHOTO_ID, photoProxy->GetPhotoId()); in SaveLowQualityPhoto() 434 MEDIA_INFO_LOG("photoId: %{public}s,", photoProxy->GetPhotoId().c_str()); in SaveLowQualityPhoto() 445 photoProxy->GetPhotoId().c_str(), photoProxy->GetFormat(), photoProxy->GetPhotoQuality()); in DealWithLowQualityPhoto() 451 …SaveImage(fd, uri, photoProxy->GetPhotoId(), photoProxy->GetFileDataAddr(), photoProxy->GetFileSiz… in DealWithLowQualityPhoto() 466 tracer.Start("PhotoAssetProxy::AddPhotoProxy " + photoProxy->GetPhotoId()); in AddPhotoProxy() [all …]
|
H A D | file_asset.cpp | 334 string FileAsset::GetPhotoId() const in GetPhotoId() function in OHOS::Media::FileAsset
|
H A D | media_file_uri.cpp | 473 std::string MediaFileUri::GetPhotoId(const std::string &uri) in GetPhotoId() function in OHOS::Media::MediaFileUri
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/utils/ |
H A D | enhancement_database_operations.cpp | 49 string fileId = MediaFileUri::GetPhotoId(uri); in Query() 67 string fileId = MediaFileUri::GetPhotoId(arg); in BatchQuery() 229 string fileId = MediaFileUri::GetPhotoId(UriArg); in GetPair()
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | photo_proxy.h | 48 virtual std::string GetPhotoId() = 0; // 分段式图片id
|
H A D | media_file_uri.h | 69 EXPORT static std::string GetPhotoId(const std::string &uri);
|
H A D | file_asset.h | 127 EXPORT std::string GetPhotoId() const;
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | deferred_photo_proxy.h | 43 std::string GetPhotoId() override;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/ |
H A D | camera_server_photo_proxy.h | 64 std::string GetPhotoId() override;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/ |
H A D | photo_proxy_test.h | 74 virtual std::string GetPhotoId() override in GetPhotoId() function
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/ |
H A D | photo_proxy_test.h | 72 std::string GetPhotoId() override in GetPhotoId() function
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | media_library_adapter.cpp | 54 std::string GetPhotoId() override in GetPhotoId() function in OHOS::Media::MeidaLibraryAdapter::RecorderPhotoProxy
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | deferred_photo_proxy.cpp | 129 std::string DeferredPhotoProxy::GetPhotoId() in GetPhotoId() function in OHOS::CameraStandard::DeferredPhotoProxy
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | camera_server_photo_proxy.cpp | 119 std::string CameraServerPhotoProxy::GetPhotoId() in GetPhotoId() function in OHOS::CameraStandard::CameraServerPhotoProxy
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarycommon_fuzzer/src/ |
H A D | medialibrary_common_fuzzer.cpp | 120 Media::MediaFileUri::GetPhotoId(FuzzString(data, size)); in FileUriTest()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
H A D | media_file_uri_test.cpp | 523 EXPECT_EQ(MediaFileUri::GetPhotoId(uri), ""); 526 EXPECT_EQ(MediaFileUri::GetPhotoId(uri), "test");
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_analysis_album_operations.cpp | 227 string oldCoverId = MediaFileUri::GetPhotoId(albumInfo.coverUri); in BuildUpdateGroupPhotoAlbumSql() 557 string currentFileId = MediaFileUri::GetPhotoId(currentAlbum.coverUri); in GetMergeAlbumCoverUri() 558 string targetFileId = MediaFileUri::GetPhotoId(targetAlbum.coverUri); in GetMergeAlbumCoverUri()
|
H A D | medialibrary_rdb_utils.cpp | 746 static std::string GetPhotoId(const std::string &uri) in GetPhotoId() function 1037 string coverId = GetPhotoId(coverUri); in SetPortraitUpdateValues() 1388 string fileId = GetPhotoId(uris[i]); in UpdateUserAlbumByUri() 1558 auto photoId = std::stoi(MediaFileUri::GetPhotoId(assetUri)); in UpdateOwnerAlbumId() 1563 whereIdArgs.push_back(MediaFileUri::GetPhotoId(assetUri)); in UpdateOwnerAlbumId() 1610 string fileId = GetPhotoId(uris[i]); in UpdateAnalysisAlbumByUri() 1841 string fileId = GetPhotoId(uris[i]); in UpdateSourceAlbumByUri()
|
H A D | medialibrary_photo_operations.cpp | 3281 string fileId = MediaFileUri::GetPhotoId(uri); in ScanMovingPhoto() 3298 string fileIdStr = MediaFileUri::GetPhotoId(uriString); in ScanFileWithoutAlbumUpdate()
|
H A D | medialibrary_album_operations.cpp | 1380 whereIdArgs.push_back(MediaFileUri::GetPhotoId(arg)); in DealWithHighlightSdTable()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/portrait_album_update_test/src/ |
H A D | portrait_album_update_test.cpp | 308 string GetPhotoId(const string &uri) in GetPhotoId() function 320 return GetPhotoId(coverUri); in GetCoverId()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_analysis_album_operation_test/src/ |
H A D | medialibrary_analysis_album_operation_test.cpp | 385 string GetPhotoId(const string &uri) in GetPhotoId() function 397 return GetPhotoId(coverUri); in GetCoverId()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_change_request_napi.cpp | 1948 valuesBucket.Put(PhotoColumn::PHOTO_ID, context.objectInfo->GetPhotoProxyObj()->GetPhotoId()); in AddPhotoProxyResourceExecute() 1949 …NAPI_INFO_LOG("photoId: %{public}s", context.objectInfo->GetPhotoProxyObj()->GetPhotoId().c_str()); in AddPhotoProxyResourceExecute() 2266 MediaLibraryNapiUtils::UriAppendKeyValue(uri, PhotoColumn::PHOTO_ID, fileAsset->GetPhotoId()); in SetVideoEnhancementAttr()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/src/ |
H A D | media_library_manager_test.cpp | 642 EXPECT_EQ(photoProxyTest->GetPhotoId(), GetStringVal(PhotoColumn::PHOTO_ID, resultSet));
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 1923 std::string imageId = cameraPhotoProxy->GetPhotoId(); in SetCameraPhotoProxyInfo()
|