Home
last modified time | relevance | path

Searched defs:photoId (Results 1 - 25 of 42) sorted by relevance

12

/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/dfx/
H A Dmultistages_capture_dfx_result.cpp29 void MultiStagesCaptureDfxResult::Report(const std::string &photoId, const int32_t result, const int32_t mediaType) in Report() argument
H A Dmultistages_capture_dfx_total_time.cpp36 void MultiStagesCaptureDfxTotalTime::AddStartTime(const std::string &photoId) in AddStartTime() argument
41 void MultiStagesCaptureDfxTotalTime::RemoveStartTime(const std::string &photoId) in RemoveStartTime() argument
51 void MultiStagesCaptureDfxTotalTime::Report(const std::string &photoId) in Report() argument
[all...]
H A Dmultistages_capture_dfx_first_visit.cpp69 void MultiStagesCaptureDfxFirstVisit::Report(const string &photoId) in Report() argument
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/dfx/
H A Dmultistages_capture_dfx_first_visit.h29 FirstVisitAsyncTaskData(int32_t fileId, const std::string &photoId, int64_t startTime, int64_t visitTime) in FirstVisitAsyncTaskData() argument
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/
H A Denhancement_task_manager.cpp30 void EnhancementTaskManager::AddEnhancementTask(int32_t fileId, const string &photoId) in AddEnhancementTask() argument
37 void EnhancementTaskManager::RemoveEnhancementTask(const std::string &photoId) in RemoveEnhancementTask() argument
57 bool EnhancementTaskManager::InProcessingTask(const string &photoId) in InProcessingTask() argument
75 SetTaskRequestCount(const string &photoId, int32_t count) SetTaskRequestCount() argument
83 GetTaskRequestCount(const string &photoId) GetTaskRequestCount() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/dfx/
H A Dcloud_enhancement_dfx_get_count.cpp40 void CloudEnhancementGetCount::AddStartTime(const std::string &photoId) in AddStartTime() argument
45 void CloudEnhancementGetCount::RemoveStartTime(const std::string &photoId) in RemoveStartTime() argument
55 void CloudEnhancementGetCount::Report(const std::string &completedType, const std::string &photoId) in Report() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_capture_manager.cpp58 string photoId = GetStringVal(MEDIA_DATA_DB_PHOTO_ID, resultSet); in RemovePhotos() local
101 string photoId = GetStringVal(MEDIA_DATA_DB_PHOTO_ID, resultSet); in RestorePhotos() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/utils/
H A Dmultistages_capture_request_task_manager.cpp30 void MultiStagesCaptureRequestTaskManager::AddPhotoInProgress(int32_t fileId, const string &photoId, bool isTrashed) in AddPhotoInProgress() argument
43 void MultiStagesCaptureRequestTaskManager::UpdatePhotoInProgress(const string &photoId) in UpdatePhotoInProgress() argument
55 void MultiStagesCaptureRequestTaskManager::RemovePhotoInProgress(const string &photoId, bool isRestorable) in RemovePhotoInProgress() argument
72 UpdatePhotoInProcessRequestCount(const std::string &photoId, RequestType requestType) UpdatePhotoInProcessRequestCount() argument
87 IsPhotoInProcess(const string &photoId) IsPhotoInProcess() argument
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_photo_proxy.cpp139 void CameraPhotoProxy::SetDeferredAttrs(std::string photoId, int32_t deferredProcType, in SetDeferredAttrs() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryuripermissionoperations_fuzzer/
H A Dmedialibraryuripermissionoperations_fuzzer.cpp84 static void HandleInsertOperationFuzzer(string appId, int32_t photoId, int32_t permissionType, int32_t uriType) in HandleInsertOperationFuzzer() argument
98 static void DeleteOperationFuzzer(string appId, int32_t photoId) in DeleteOperationFuzzer() argument
119 int32_t photoId = FuzzInt32(data, size); in BatchInsertFuzzer() local
133 int32_t photoId = FuzzInt32(data, size); in AppUriPermissionOperationsFuzzer() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryurisensitiveoperations_fuzzer/
H A Dmedialibraryurisensitiveoperations_fuzzer.cpp93 static void InsertOperationFuzzer(string appId, int32_t photoId, int32_t sensitiveType, int32_t uriType) in InsertOperationFuzzer() argument
108 static void DeleteOperationFuzzer(string appId, int32_t photoId) in DeleteOperationFuzzer() argument
129 int32_t photoId = FuzzInt32(data, size); in BatchInsertFuzzer() local
144 int32_t photoId = FuzzInt32(data, size); in UriSensitiveOperationsFuzzer() local
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_asset_manager.h40 std::string photoId; member
56 std::string photoId; member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dpicture_data_operations.h44 explicit PicturePair(std::shared_ptr<Media::Picture> picture, std::string photoId, in PicturePair() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryappurisensitiveoperations_fuzzer/
H A Dmedialibraryappurisensitiveoperations_fuzzer.cpp92 static void HandleInsertOperationFuzzer(string appId, int32_t photoId, int32_t sensitiveType, int32_t permissionType, in HandleInsertOperationFuzzer() argument
109 static void DeleteOperationFuzzer(string appId, int32_t photoId) in DeleteOperationFuzzer() argument
124 int32_t photoId = FuzzInt32(data, size); in BatchInsertFuzzer() local
139 int32_t photoId = FuzzInt32(data, size); in AppUriSensitiveOperationsFuzzer() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dpicture_handle_service.cpp102 std::string photoId; in WritePicture() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_video_capture_test.cpp85 int32_t SetVideoId(int fileId, const string &photoId) in SetVideoId() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_uri_sensitive_operations_test/src/
H A Dmedialibrary_uri_sensitive_operations_test.cpp262 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); in HWTEST_F() local
286 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); in HWTEST_F() local
325 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Dmultistages_capture_deferred_photo_proc_session_callback.cpp70 int32_t MultiStagesCaptureDeferredPhotoProcSessionCallback::UpdatePhotoQuality(const string &photoId) in UpdatePhotoQuality() argument
95 void MultiStagesCaptureDeferredPhotoProcSessionCallback::UpdateCEAvailable(const string& photoId) in UpdateCEAvailable() argument
110 int32_t QuerySubType(const string &photoId) in QuerySubType() argument
279 string photoId = GetStringVal(PhotoColumn::PHOTO_ID, resultSet); OnDeliveryLowQualityImage() local
[all...]
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_manager_napi.h50 std::string photoId; member
89 std::string photoId; member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_app_uri_permission_operations_test/src/
H A Dmedialibrary_app_uri_permission_operations_test.cpp261 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); in HWTEST_F() local
284 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); in HWTEST_F() local
308 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); HWTEST_F() local
340 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); HWTEST_F() local
373 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); HWTEST_F() local
434 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_app_uri_sensitive_operations_test/src/
H A Dmedialibrary_app_uri_sensitive_operations_test.cpp261 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); in HWTEST_F() local
297 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); in HWTEST_F() local
320 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); HWTEST_F() local
344 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); HWTEST_F() local
369 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); HWTEST_F() local
394 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); HWTEST_F() local
418 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); HWTEST_F() local
454 int32_t photoId = CreatePhotoApi10(MediaType::MEDIA_TYPE_IMAGE, "photo.jpg"); HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_cloud_enhancement_test/src/
H A Dmedialibrary_cloud_enhancement_get_pair_test.cpp217 int32_t PrepareHighQualityPhoto(const string &photoId, const string &displayName) in PrepareHighQualityPhoto() argument
794 string photoId = "1234566"; in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dpost_event_utils.cpp219 string photoId = GetStringValue(KEY_PHOTO_ID, stat); in PostMscFirstVisitStat() local
268 string photoId = GetStringValue(KEY_PHOTO_ID, stat); in PostMscTotalTimeCostStat() local
283 string photoId = GetStringValue(KEY_PHOTO_ID, stat); in PostMscResultStat() local
335 std::string photoId = GetStringValue(KEY_PHOTO_ID, stat); in PostCloudEnhanceStat() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryappuripermissionoperations_fuzzer/
H A Dmedialibraryappuripermissionoperations_fuzzer.cpp95 static int32_t InsertPhotoAsset(const uint8_t *data, size_t size, int32_t photoId) in InsertPhotoAsset() argument
115 static void HandleInsertOperationFuzzer(string appId, int32_t photoId, int32_t permissionType, int32_t uriType) in HandleInsertOperationFuzzer() argument
129 static void DeleteOperationFuzzer(string appId, int32_t photoId, int32_t permissionType) in DeleteOperationFuzzer() argument
145 int32_t photoId = FuzzInt32(data, size); in BatchInsertFuzzer() local
163 int32_t photoId = FuzzInt32(data, size); in AppUriPermissionOperationsFuzzer() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_photo_asset_proxy.cpp209 int PhotoAssetProxy::SaveImage(int fd, const string &uri, const string &photoId, void *output, size_t writeSize) in SaveImage() argument
[all...]

Completed in 12 milliseconds

12