Home
last modified time | relevance | path

Searched defs:destFd (Results 1 - 23 of 23) sorted by relevance

/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_call_transcode.cpp38 void MediaCallTranscode::CallTranscodeHandle(napi_env env, int srcFd, int destFd, in CallTranscodeHandle() argument
29 TransCodeError(napi_env env, napi_value &result, int srcFd, int destFd, const std::string& errorMsg) TransCodeError() argument
[all...]
H A Dmoving_photo_napi.cpp177 static int32_t CopyFileFromMediaLibrary(int32_t srcFd, int32_t destFd) in CopyFileFromMediaLibrary() argument
209 int32_t destFd = MediaFileUtils::OpenFile(destPath, MEDIA_FILEMODE_READWRITE); in WriteToSandboxUri() local
H A Dmedia_asset_manager_napi.cpp1598 int destFd = GetFdFromSandBoxUri(writeData.destUri); in WriteDataToDestPath() local
1619 void MediaAssetManagerNapi::SendFile(napi_env env, int srcFd, int destFd, napi_value &result, off_t fileSize) in SendFile() argument
[all...]
H A Dmedia_asset_change_request_napi.cpp1158 static int SavePhotoProxyImage(const UniqueFd& destFd, sptr<PhotoProxy> photoProxyPtr) in SavePhotoProxyImage() argument
1644 static int32_t SendFile(const UniqueFd& srcFd, const UniqueFd& destFd) in SendFile() argument
1672 int32_t MediaAssetChangeRequestNapi::CopyFileToMediaLibrary(const UniqueFd& destFd, boo argument
1692 CopyDataBufferToMediaLibrary(const UniqueFd& destFd, bool isMovingPhotoVideo) CopyDataBufferToMediaLibrary() argument
1902 WriteCacheByArrayBuffer(MediaAssetChangeRequestAsyncContext& context, const UniqueFd& destFd, bool isMovingPhotoVideo = false) WriteCacheByArrayBuffer() argument
1921 SendToCacheFile(MediaAssetChangeRequestAsyncContext& context, const UniqueFd& destFd, bool isMovingPhotoVideo = false) SendToCacheFile() argument
1972 AddPhotoProxyResourceExecute(MediaAssetChangeRequestAsyncContext& context, const UniqueFd& destFd) AddPhotoProxyResourceExecute() argument
[all...]
H A Dmedia_library_napi.cpp4412 int32_t destFd = UserFileClient::OpenFile(openFileUri, MEDIA_FILEMODE_READWRITE); in JSGetStoreMediaAssetExecute() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/
H A Dextend_resource_manager_proxy.cpp321 int32_t destFd = -1; in CopyFiles() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
H A Dquick_fix_manager_proxy.cpp236 int32_t destFd = -1; in CopyFiles() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp36 ZipParams::ZipParams(const std::vector<FilePath> &srcDir, int destFd) : srcDir_(srcDir), destFd_(destFd) in ZipParams() argument
/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmoving_photo_impl.cpp153 int32_t destFd = MediaFileUtils::OpenFile(destPath, MEDIA_FILEMODE_READWRITE); in WriteToSandboxUri() local
167 int32_t MovingPhotoImpl::CopyFileFromMediaLibrary(int32_t srcFd, int32_t destFd) in CopyFileFromMediaLibrary() argument
H A Dmedia_asset_change_request_impl.cpp451 int32_t MediaAssetChangeRequestImpl::CopyFileToMediaLibrary(const OHOS::UniqueFd& destFd, bool isMovingPhotoVideo) in CopyFileToMediaLibrary() argument
470 int32_t MediaAssetChangeRequestImpl::CopyDataBufferToMediaLibrary(const OHOS::UniqueFd& destFd, in CopyDataBufferToMediaLibrary() argument
486 SendToCacheFile(const OHOS::UniqueFd& destFd, bool isMovingPhotoVideo) SendToCacheFile() argument
528 SendFile(const OHOS::UniqueFd& srcFd, const OHOS::UniqueFd& destFd) SendFile() argument
588 WriteCacheByArrayBuffer(const OHOS::UniqueFd& destFd, bool isMovingPhotoVideo) WriteCacheByArrayBuffer() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_object_test/src/
H A Dmedialibrary_object_test.cpp563 int32_t destFd = 1; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp117 ZipParams::ZipParams(const std::vector<FilePath> &srcDir, int destFd) : srcDir_(srcDir), destFd_(destFd) in ZipParams() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialib_statistic_test/src/
H A Dmedia_space_statistics_test.cpp326 int32_t destFd = sDataShareHelper_->OpenFile(openFileUriDest, MEDIA_FILEMODE_READWRITE); in CreateFile() local
367 int32_t destFd = sDataShareHelper_->OpenFile(openFileUriDest, MEDIA_FILEMODE_READWRITE); in CopyFile() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_asset_manager_test/src/
H A Dmedia_library_asset_manager_test.cpp273 int destFd = MediaFileUtils::OpenFile(destPath, MEDIA_FILEMODE_READWRITE); in HWTEST_F() local
321 int destFd = MediaFileUtils::OpenFile(destPath, MEDIA_FILEMODE_READWRITE); in HWTEST_F() local
369 int destFd = MediaFileUtils::OpenFile(destPath, MEDIA_FILEMODE_READWRITE); HWTEST_F() local
441 int destFd = MediaFileUtils::OpenFile(destPath, MEDIA_FILEMODE_READWRITE); HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp793 int destFd = GetFdFromSandBoxUri(destUri); in WriteFileToPath() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_proxy.c518 int destFd = -1; in CopyUserFile() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp430 auto destFd = open(dest.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); in CopyFile() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp124 static int32_t WriteContentTofile(const UniqueFd& destFd, const UniqueFd& srcFd) in WriteContentTofile() argument
147 static int32_t AddStringToFile(const UniqueFd& destFd, const string& temp) in AddStringToFile() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/src/
H A Dmedia_library_manager_test.cpp271 int32_t destFd = sDataShareHelper_->OpenFile(openFileUriDest, MEDIA_FILEMODE_READWRITE); in CreateFile() local
292 int32_t destFd = mediaLibraryManager->OpenAsset(uri, MEDIA_FILEMODE_READWRITE); in CreatePhotoAsset() local
393 int32_t destFd = mediaLibraryManager->OpenAsset(uri, MEDIA_FILEMODE_READWRITE); in HWTEST_F() local
417 int32_t destFd = mediaLibraryManager->OpenAsset(uri, MEDIA_FILEMODE_READWRITE); HWTEST_F() local
449 int32_t destFd = mediaLibraryManager->OpenAsset(uri, MEDIA_FILEMODE_READWRITE); HWTEST_F() local
495 int32_t destFd = mediaLibraryManager->OpenAsset(uri, MEDIA_FILEMODE_READWRITE); HWTEST_F() local
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp260 auto destFd = open(dest.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); in CopyFile() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp696 int32_t destFd = open( in CopyFileFast() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_object_utils.cpp1474 int32_t destFd = OpenAsset(destPath, MEDIA_FILEMODE_READWRITE, destFileId); in CopyAsset() local
1478 int32_t MediaLibraryObjectUtils::CopyAssetByFd(int32_t srcFd, int32_t srcId, int32_t destFd, int32_t destId) in CopyAssetByFd() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.cpp1925 int destFd = open(BACKUP_CONFIG_FILE_PATH, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in GetConfigbyBackupFile() local

Completed in 46 milliseconds