/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | photo_proxy.h | 56 virtual std::string GetBurstKey() = 0; // 一组连拍照片一个key, 32byte uuid
|
H A D | file_asset.h | 199 EXPORT const std::string &GetBurstKey() const;
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | deferred_photo_proxy.h | 55 std::string GetBurstKey() override;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/ |
H A D | camera_server_photo_proxy.h | 78 std::string GetBurstKey() override;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_photo_asset_proxy.cpp | 139 if (cameraShotType_ == CameraShotType::BURST && photoProxy->GetBurstKey().empty()) { in CreatePhotoAsset() 158 values.Put(PhotoColumn::PHOTO_BURST_KEY, photoProxy->GetBurstKey()); in CreatePhotoAsset() 176 photoProxy->GetPhotoId().c_str(), fileId_, uri_.c_str(), photoProxy->GetBurstKey().c_str()); in CreatePhotoAsset()
|
H A D | file_asset.cpp | 540 const std::string &FileAsset::GetBurstKey() const in GetBurstKey() function in OHOS::Media::FileAsset
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/ |
H A D | photo_proxy_test.h | 163 std::string GetBurstKey() override in GetBurstKey() function
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | media_library_adapter.cpp | 122 std::string GetBurstKey() override in GetBurstKey() function in OHOS::Media::MeidaLibraryAdapter::RecorderPhotoProxy
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | deferred_photo_proxy.cpp | 221 std::string DeferredPhotoProxy::GetBurstKey() in GetBurstKey() function in OHOS::CameraStandard::DeferredPhotoProxy
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hstream_capture.h | 76 std::string GetBurstKey(int32_t captureId) const;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | camera_server_photo_proxy.cpp | 226 std::string CameraServerPhotoProxy::GetBurstKey() in GetBurstKey() function in OHOS::CameraStandard::CameraServerPhotoProxy
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_capture.cpp | 277 std::string HStreamCapture::GetBurstKey(int32_t captureId) const in GetBurstKey() function in OHOS::CameraStandard::HStreamCapture 365 std::string burstUuid = GetBurstKey(preparedCaptureId); in CheckBurstCapture()
|
H A D | hcapture_session.cpp | 1934 burstKey = streamCapture->GetBurstKey(captureId); in SetCameraPhotoProxyInfo()
|