Home
last modified time | relevance | path

Searched refs:photoId_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddeferred_photo_proxy.cpp31 photoId_ = ""; in DeferredPhotoProxy()
46 photoId_ = imageId; in DeferredPhotoProxy()
63 photoId_ = imageId; in DeferredPhotoProxy()
80 photoId_ = imageId; in DeferredPhotoProxy()
110 photoId_ = parcel.ReadString(); in ReadFromParcel()
121 parcel.WriteString(photoId_); in WriteToParcel()
131 MEDIA_INFO_LOG("DeferredPhotoProxy::GetPhotoId photoId: = %{public}s", photoId_.c_str()); in GetPhotoId()
133 return photoId_; in GetPhotoId()
H A Dcamera_photo_proxy.cpp32 photoId_ = ""; in CameraPhotoProxy()
99 photoId_ = parcel.ReadString(); in ReadFromParcel()
139 parcel.WriteString(photoId_); in WriteToParcel()
169 photoId_ = photoId; in SetDeferredAttrs()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dpicture_data_operations.h40 std::string photoId_ = "default"; variable
48 photoId_ = std::move(photoId); in PicturePair()
57 photoId_ = std::move(other.photoId_); in PicturePair()
67 photoId_ = std::move(other.photoId_);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dcamera_server_photo_proxy.cpp33 photoId_ = ""; in CameraServerPhotoProxy()
88 photoId_ = parcel.ReadString(); in ReadFromParcel()
121 MEDIA_INFO_LOG("CameraServerPhotoProxy::GetPhotoId photoId:%{public}s", photoId_.c_str()); in GetPhotoId()
123 return photoId_; in GetPhotoId()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/include/
H A Dphoto_proxy_test.h59 photoId_ = std::to_string(localTime->tm_year + BASE_YEAR) + streamObj2.str(); in PhotoProxyTest()
76 return photoId_; in GetPhotoId()
155 std::string photoId_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H A Dphoto_proxy_test.h57 photoId_ = to_string(localTime->tm_year + BASE_YEAR) + streamObj2.str(); in PhotoProxyTest()
74 return photoId_; in GetPhotoId()
193 std::string photoId_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/dfx/
H A Dmultistages_capture_dfx_first_visit.h30 : fileId_(fileId), photoId_(photoId), startTime_(startTime), visitTime_(visitTime) {} in FirstVisitAsyncTaskData()
34 std::string photoId_; variable
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_photo_proxy.h46 std::string photoId_; variable
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddeferred_photo_proxy.h61 std::string photoId_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/dfx/
H A Dmultistages_capture_dfx_first_visit.cpp57 …VariantMap map = {{KEY_PHOTO_ID, task->photoId_}, {KEY_TIME_INTERVAL, task->visitTime_ - task->sta… in ReportInternal()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h93 std::string photoId_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dpicture_data_operations.cpp299 FileUtils::SavePicture(picturePair->photoId_, picturePair->picture_, false, true); in SavePictureExecutor()