Home
last modified time | relevance | path

Searched defs:isMediaLibUri (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmoving_photo_impl.cpp195 bool isMediaLibUri = MediaFileUtils::IsMediaLibraryUri(uri); in OpenReadOnlyFile() local
208 int32_t MovingPhotoImpl::OpenReadOnlyImage(const std::string& imageUri, bool isMediaLibUri) in OpenReadOnlyImage()
234 int32_t MovingPhotoImpl::OpenReadOnlyVideo(const std::string& videoUri, bool isMediaLibUri) in OpenReadOnlyVideo()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp107 static int32_t OpenReadOnlyVideo(const std::string& videoUri, bool isMediaLibUri) in OpenReadOnlyVideo()
126 static int32_t OpenReadOnlyImage(const std::string& imageUri, bool isMediaLibUri) in OpenReadOnlyImage()
149 bool isMediaLibUri = MediaFileUtils::IsMediaLibraryUri(uri); in OpenReadOnlyFile() local