Home
last modified time | relevance | path

Searched refs:GetBurstKey (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dphoto_proxy.h57 virtual std::string GetBurstKey() = 0; // 一组连拍照片一个key,uuid
H A Dfile_asset.h199 EXPORT const std::string &GetBurstKey() const;
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddeferred_photo_proxy.h55 std::string GetBurstKey() override;
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h78 std::string GetBurstKey() override;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H A Dphoto_proxy_test.h163 std::string GetBurstKey() override
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dcamera_server_photo_proxy.cpp217 std::string CameraServerPhotoProxy::GetBurstKey() in GetBurstKey() function in OHOS::CameraStandard::CameraServerPhotoProxy
219 MEDIA_DEBUG_LOG("CameraServerPhotoProxy GetBurstKey"); in GetBurstKey()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddeferred_photo_proxy.cpp220 std::string DeferredPhotoProxy::GetBurstKey() in GetBurstKey() function in OHOS::CameraStandard::DeferredPhotoProxy
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp123 std::string GetBurstKey() override
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H A Dmedialibrarymediaphotoassetproxy_fuzzer.h167 std::string GetBurstKey() override
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_photo_asset_proxy.cpp121 if (cameraShotType_ == CameraShotType::BURST && photoProxy->GetBurstKey().empty()) { in CreatePhotoAsset()
139 values.Put(PhotoColumn::PHOTO_BURST_KEY, photoProxy->GetBurstKey()); in CreatePhotoAsset()
157 photoProxy->GetPhotoId().c_str(), fileId_, uri_.c_str(), photoProxy->GetBurstKey().c_str()); in CreatePhotoAsset()
H A Dfile_asset.cpp540 const std::string &FileAsset::GetBurstKey() const in GetBurstKey() function in OHOS::Media::FileAsset
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_capture.h76 std::string GetBurstKey(int32_t captureId) const;
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp277 std::string HStreamCapture::GetBurstKey(int32_t captureId) const in GetBurstKey() function in OHOS::CameraStandard::HStreamCapture
279 MEDIA_DEBUG_LOG("HStreamCapture::GetBurstKey captureId:%{public}d", captureId); in GetBurstKey()
285 MEDIA_DEBUG_LOG("HStreamCapture::GetBurstKey %{public}s", burstKey.c_str()); in GetBurstKey()
287 MEDIA_DEBUG_LOG("HStreamCapture::GetBurstKey not found"); in GetBurstKey()
365 std::string burstUuid = GetBurstKey(preparedCaptureId); in CheckBurstCapture()
H A Dhcapture_session.cpp1704 burstKey = streamCapture->GetBurstKey(captureId); in SetCameraPhotoProxyInfo()

Completed in 12 milliseconds