Searched refs:cacheVideoFd (Results 1 – 2 of 2) sorted by relevance
815 int32_t cacheVideoFd = OpenWriteCacheHandler(true); in AddMovingPhotoVideoExecute() local816 if (cacheVideoFd < 0) { in AddMovingPhotoVideoExecute()817 MEDIA_ERR_LOG("Failed to open cache moving photo video, err: %{public}d", cacheVideoFd); in AddMovingPhotoVideoExecute()820 OHOS::UniqueFd uniqueFd(cacheVideoFd); in AddMovingPhotoVideoExecute()
1992 int32_t cacheVideoFd = OpenWriteCacheHandler(context, true); in AddMovingPhotoVideoExecute() local1993 if (cacheVideoFd < 0) { in AddMovingPhotoVideoExecute()1994 NAPI_ERR_LOG("Failed to open cache moving photo video, err: %{public}d", cacheVideoFd); in AddMovingPhotoVideoExecute()1998 UniqueFd uniqueFd(cacheVideoFd); in AddMovingPhotoVideoExecute()