Home
last modified time | relevance | path

Searched refs:UriToPath (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dfile_transfer_manager.cpp76 auto [physicalPath, relativePath] = UriToPath(uri, userId); in HandleDownloadFileRequest()
188 std::tuple<std::string, std::string> FileTransferManager::UriToPath(const std::string &uri, in UriToPath() function in OHOS::FileManagement::CloudSync::FileTransferManager
222 auto [physicalPath, relativePath] = UriToPath(uri, userId, false); in AddTransTask()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H A Dfile_transfer_manager.h60 UriToPath(const std::string &uri, const int32_t userId, bool isCheckFileExists = true);

Completed in 1 milliseconds