Home
last modified time | relevance | path

Searched refs:HandleFd (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmoving_photo_impl.cpp124 CHECK_AND_RETURN_RET_LOG(HandleFd(imageFd), imageFd, "Open source image file failed"); in RequestContentToSandbox()
133 CHECK_AND_RETURN_RET_LOG(HandleFd(videoFd), videoFd, "Open source video file failed"); in RequestContentToSandbox()
222 bool MovingPhotoImpl::HandleFd(int32_t& fd) in HandleFd() function in MovingPhotoImpl
260 CHECK_AND_RETURN_RET_LOG(HandleFd(fd), fd, "Open source image file failed"); in AcquireFdForArrayBuffer()
265 CHECK_AND_RETURN_RET_LOG(HandleFd(fd), fd, "Open source video file failed"); in AcquireFdForArrayBuffer()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp223 static bool HandleFd(int32_t& fd) in HandleFd() function
243 CHECK_COND_RET(HandleFd(imageFd), imageFd, "Open source image file failed"); in RequestContentToSandbox()
249 CHECK_COND_RET(HandleFd(videoFd), videoFd, "Open source video file failed"); in RequestContentToSandbox()
255 CHECK_COND_RET(HandleFd(livePhotoFd), livePhotoFd, "Open source video file failed"); in RequestContentToSandbox()
273 CHECK_COND_RET(HandleFd(fd), fd, "Open source image file failed"); in AcquireFdForArrayBuffer()
278 CHECK_COND_RET(HandleFd(fd), fd, "Open source video file failed"); in AcquireFdForArrayBuffer()
282 CHECK_COND_RET(HandleFd(fd), fd, "Open source video file failed"); in AcquireFdForArrayBuffer()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmoving_photo_impl.h46 bool HandleFd(int32_t& fd);