Home
last modified time | relevance | path

Searched defs:imageUri (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmoving_photo_impl.cpp42 MovingPhotoImpl::MovingPhotoImpl(const std::string& imageUri) : imageUri_(imageUri) in MovingPhotoImpl()
61 MediaLibrary_ErrorCode MovingPhotoImpl::RequestContentWithUris(char* imageUri, char* videoUri) in RequestContentWithUris()
125 std::string imageUri(destImageUri_); in RequestContentToSandbox() local
208 int32_t MovingPhotoImpl::OpenReadOnlyImage(const std::string& imageUri, bool isMediaLibUri) in OpenReadOnlyImage()
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/moving_photo_capi/
H A Dmoving_photo_capi.cpp31 …ibrary_ErrorCode OH_MovingPhoto_RequestContentWithUris(OH_MovingPhoto* movingPhoto, char* imageUri, in OH_MovingPhoto_RequestContentWithUris()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H A Dlume_custom_render.cpp128 for (auto& imageUri : imageUris) { in LoadImages() local
137 void LumeCustomRender::LoadImage(const std::string& imageUri) in LoadImage()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H A Dphoto_editor_extension_context.cpp107 PhotoEditorErrorCode PhotoEditorExtensionContext::CopyImageToPanel(const std::string &imageUri, in CopyImageToPanel()
H A Djs_photo_editor_extension_impl.cpp159 std::string imageUri = want.GetStringParam("ability.params.stream"); in OnStartContentEditing() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/moving_photo_test/src/
H A Dmoving_photo_test.cpp121 char* imageUri = strdup(destUri.c_str()); variable
139 char imageUri[] = "testImageUri"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp126 static int32_t OpenReadOnlyImage(const std::string& imageUri, bool isMediaLibUri) in OpenReadOnlyImage()
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_napi.cpp105 napi_value imageUri; in JsCreate() local