Searched refs:OpenReadOnlyFile (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/ |
H A D | moving_photo_impl.cpp | 123 int32_t imageFd = OpenReadOnlyFile(movingPhotoUri, true); in RequestContentToSandbox() 132 int32_t videoFd = OpenReadOnlyFile(movingPhotoUri, false); in RequestContentToSandbox() 190 int32_t MovingPhotoImpl::OpenReadOnlyFile(const std::string& uri, bool isReadImage) in OpenReadOnlyFile() function in MovingPhotoImpl 259 fd = OpenReadOnlyFile(movingPhotoUri, true); in AcquireFdForArrayBuffer() 264 fd = OpenReadOnlyFile(movingPhotoUri, false); in AcquireFdForArrayBuffer()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | moving_photo_napi.cpp | 142 int32_t MovingPhotoNapi::OpenReadOnlyFile(const std::string& uri, bool isReadImage) in OpenReadOnlyFile() function in OHOS::Media::MovingPhotoNapi 242 int32_t imageFd = MovingPhotoNapi::OpenReadOnlyFile(movingPhotoUri, true); in RequestContentToSandbox() 248 int32_t videoFd = MovingPhotoNapi::OpenReadOnlyFile(movingPhotoUri, false); in RequestContentToSandbox() 272 fd = MovingPhotoNapi::OpenReadOnlyFile(movingPhotoUri, true); in AcquireFdForArrayBuffer() 277 fd = MovingPhotoNapi::OpenReadOnlyFile(movingPhotoUri, false); in AcquireFdForArrayBuffer()
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | moving_photo_impl.h | 45 int32_t OpenReadOnlyFile(const std::string& uri, bool isReadImage);
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | moving_photo_napi.h | 33 static int32_t OpenReadOnlyFile(const string& uri, bool isReadImage);
|