Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_test.cpp79 std::string ret = g_servicePtr_->GetHmdfsPath(uri, userId);
100 std::string ret = g_servicePtr_->GetHmdfsPath(uri, userId);
121 std::string ret = g_servicePtr_->GetHmdfsPath(uri, userId);
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp129 std::string CloudSyncService::GetHmdfsPath(const std::string &uri, int32_t userId) in GetHmdfsPath() function in OHOS::FileManagement::CloudSync::CloudSyncService
626 asset.uri = GetHmdfsPath(assetInfoObj.uri, userId); in DownloadFile()
659 asset.uri = GetHmdfsPath(obj.uri, userId); in DownloadFiles()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h81 std::string GetHmdfsPath(const std::string &uri, int32_t userId);