/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/ |
H A D | media_asset_data_handler_capi.cpp | 25 CapiMediaAssetDataHandler(NativeOnDataPrepared dataHandler, ReturnDataType dataType, const std::string &uri, const std::string &destUri, NativeSourceMode sourceMode) CapiMediaAssetDataHandler() argument 35 CapiMediaAssetDataHandler(OH_MediaLibrary_OnImageDataPrepared imageDataHandler, ReturnDataType dataType, const std::string &uri, const std::string &destUri, NativeSourceMode sourceMode) CapiMediaAssetDataHandler() argument 45 CapiMediaAssetDataHandler(OH_MediaLibrary_OnMovingPhotoDataPrepared photoDataHandler, ReturnDataType dataType, const std::string &uri, const std::string &destUri, NativeSourceMode sourceMode) CapiMediaAssetDataHandler() argument
|
H A D | media_asset_manager_impl.cpp | 118 CreateAssetHandler(const std::string &photoId, const std::string &requestId, const std::string &uri, const std::string &destUri, const MediaAssetDataHandlerPtr &handler) CreateAssetHandler() argument 391 NativeRequestImage(const char* photoUri, const NativeRequestOptions &requestOptions, const char* destUri, const NativeOnDataPrepared &callback) NativeRequestImage() argument 434 NativeRequestVideo(const char* videoUri, const NativeRequestOptions &requestOptions, const char* destUri, const NativeOnDataPrepared &callback) NativeRequestVideo() argument 771 WriteFileToPath(const std::string &srcUri, const std::string &destUri, bool isSource) WriteFileToPath() argument [all...] |
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_data_handler.cpp | 27 NapiMediaAssetDataHandler(napi_env env, napi_ref dataHandler, ReturnDataType dataType, const std::string &uri, const std::string &destUri, SourceMode sourceMode) NapiMediaAssetDataHandler() argument
|
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | media_asset_manager.h | 45 std::string destUri; member 59 std::string destUri; member
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/moving_photo_test/src/ |
H A D | moving_photo_test.cpp | 109 string destUri = ROOT_TEST_MEDIA_DIR + srcDisplayName; in HWTEST_F() local 167 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; in HWTEST_F() local 196 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; in HWTEST_F() local 279 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; HWTEST_F() local [all...] |
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | file_access_ext_stub_impl.cpp | 98 int FileAccessExtStubImpl::Copy(const Uri &sourceUri, const Uri &destUri, std::vector<Result> ©Result, in Copy() argument 111 int FileAccessExtStubImpl::CopyFile(const Uri &sourceUri, const Uri &destUri, const std::string &fileName, in CopyFile() argument
|
H A D | file_access_ext_ability.cpp | 94 int FileAccessExtAbility::Copy(const Uri &sourceUri, const Uri &destUri, std::vector<Result> ©Result, bool force) in Copy() argument 100 int FileAccessExtAbility::CopyFile(const Uri &sourceUri, const Uri &destUri, const std::string &fileName, in CopyFile() argument
|
H A D | file_access_ext_proxy.cpp | 280 static int WriteCopyFuncArguments(OHOS::MessageParcel &data, const Uri &sourceUri, const Uri &destUri, bool force) in WriteCopyFuncArguments() argument 301 static int WriteCopyFileFuncArguments(OHOS::MessageParcel &data, const Uri &sourceUri, const Uri &destUri, in WriteCopyFileFuncArguments() argument 358 int FileAccessExtProxy::Copy(const Uri &sourceUri, const Uri &destUri, std::vector<Result> ©Result, bool force) in Copy() argument 391 int FileAccessExtProxy::CopyFile(const Uri &sourceUri, const Uri &destUri, const std::string &fileName, Uri &newFileUri) in CopyFile() argument
|
H A D | file_access_ext_stub.cpp | 309 std::string destUri = ""; in CmdCopyFile() local
|
H A D | js_file_access_ext_ability.cpp | 573 napi_value destUri = nullptr; in GetResultByJs() local 645 int JsFileAccessExtAbility::Copy(const Uri &sourceUri, const Uri &destUri, std::vector<Result> ©Result, in Copy() argument 687 CopyFile(const Uri &sourceUri, const Uri &destUri, const std::string &fileName, Uri &newFileUri) CopyFile() argument [all...] |
H A D | file_access_helper.cpp | 585 static int GetResult(const std::string &sourceUri, const std::string &destUri, int errCode, in GetResult() argument 595 int FileAccessHelper::CopyOperation(Uri &sourceUri, Uri &destUri, std::vector<Result> ©Result, bool force) in CopyOperation() argument 624 int FileAccessHelper::CopyFileOperation(Uri &sourceUri, Uri &destUri, const std::string &fileName, Uri &newFileUri) in CopyFileOperation() argument 642 int FileAccessHelper::Copy(Uri &sourceUri, Uri &destUri, std::vector<Result> ©Result, bool force) in Copy() argument 672 CopyFile(Uri &sourceUri, Uri &destUri, const std::string &fileName, Uri &newFileUri) CopyFile() argument [all...] |
/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | media_asset_manager_napi.h | 96 std::string destUri; member 127 std::string destUri; member
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_asset_helper_capi_test/src/ |
H A D | media_library_asset_helper_capi_test.cpp | 739 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; in HWTEST_F() local 782 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; in HWTEST_F() local 819 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; in HWTEST_F() local 856 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; HWTEST_F() local 898 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; HWTEST_F() local [all...] |
/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/ |
H A D | media_file_ext_ability.cpp | 168 int MediaFileExtAbility::Copy(const Uri &sourceUri, const Uri &destUri, std::vector<CopyResult> ©Result, bool force) in Copy() argument
|
H A D | media_file_extention_utils.cpp | 1605 int CopyDirectoryOperation(FileInfo &fileInfo, Uri &destUri, vector<CopyResult> ©Result, bool force) in CopyDirectoryOperation() argument 1679 int32_t MediaFileExtentionUtils::Copy(const Uri &sourceUri, const Uri &destUri, vector<CopyResult> ©Result, in Copy() argument
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/ |
H A D | trans_listener.cpp | 97 NError TransListener::CopyFileFromSoftBus(const std::string &srcUri, const std::string &destUri, in CopyFileFromSoftBus() argument 148 PrepareCopySession(const std::string &srcUri, const std::string &destUri, TransListener* transListener, Storage::DistributedFile::HmdfsInfo &info, std::string &disSandboxPath) PrepareCopySession() argument
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy.h | 81 std::string destUri; member
|
H A D | copy.cpp | 793 CreateFileInfos( const std::string &srcUri, const std::string &destUri, NVal &listener, NVal copySignal) CreateFileInfos() argument
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy.h | 92 std::string destUri; member
|
H A D | translistener.cpp | 58 int32_t TransListener::CopyFileFromSoftBus(const std::string& srcUri, const std::string& destUri, in CopyFileFromSoftBus() argument 110 PrepareCopySession(const std::string &srcUri, const std::string &destUri, TransListener* transListener, Storage::DistributedFile::HmdfsInfo &info, std::string &disSandboxPath) PrepareCopySession() argument
|
H A D | copy.cpp | 726 void CopyImpl::Copy(const char* srcUri, const char* destUri, sptr<CopyInfo> info) in Copy() argument 350 InitCjFileInfo( const std::string& srcUri, const std::string& destUri, sptr<CopyInfo> info) InitCjFileInfo() argument
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialib_statistic_test/src/ |
H A D | media_space_statistics_test.cpp | 323 string destUri = baseURI + "/" + std::to_string(virtualIndex); in CreateFile() local 365 string destUri = baseURI + "/" + std::to_string(virtualIndex); in CopyFile() local
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_asset_manager_test/src/ |
H A D | media_library_asset_manager_test.cpp | 258 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; in HWTEST_F() local 306 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; in HWTEST_F() local 354 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; HWTEST_F() local 391 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; HWTEST_F() local 426 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; HWTEST_F() local 474 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; HWTEST_F() local 509 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; HWTEST_F() local 544 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; HWTEST_F() local 603 string destUri = ROOT_TEST_MEDIA_DIR + destDisplayName; HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_test.cpp | 1963 auto destUri = ability->NormalizeUri(originUri); in HWTEST_F() local
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/src/ |
H A D | media_library_manager_test.cpp | 267 string destUri = baseURI + "/" + std::to_string(virtualIndex); in CreateFile() local
|