Home
last modified time | relevance | path

Searched refs:GetLocalFilePath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/utils/cloud_disk/
H A Dcloud_file_utils_test.cpp106 string ret = CloudFileUtils::GetLocalFilePath(cloudId, bundleName, userId);
110 ret = CloudFileUtils::GetLocalFilePath(cloudId, bundleName, userId);
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_file_utils_mock.cpp78 string CloudFileUtils::GetLocalFilePath(string cloudId, string bundleName, int32_t userId) in GetLocalFilePath() function in OHOS::FileManagement::CloudDisk::CloudFileUtils
/ohos5.0/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dcloud_file_utils.h59 static std::string GetLocalFilePath(std::string cloudId, std::string bundleName,
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp387 … string path = CloudFileUtils::GetLocalFilePath(inoPtr->cloudId, inoPtr->bundleName, data->userId); in Open()
419 string path = CloudFileUtils::GetLocalFilePath(cloudId, bundleName, userId); in CreateLocalFile()
487 string path = CloudFileUtils::GetLocalFilePath(cloudId, parentInode->bundleName, data->userId); in DoCreatFile()
1065 …string localPath = CloudFileUtils::GetLocalFilePath(cloudId, parentInode->bundleName, data->userId… in DoCloudUnlink()
1292 …string filePath = CloudFileUtils::GetLocalFilePath(inoPtr->cloudId, inoPtr->bundleName, data->user… in UpdateCacheDentrySize()
1473 … string path = CloudFileUtils::GetLocalFilePath(inoPtr->cloudId, inoPtr->bundleName, data->userId); in SetAttr()
/ohos5.0/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp160 string CloudFileUtils::GetLocalFilePath(string cloudId, string bundleName, int32_t userId) in GetLocalFilePath() function in OHOS::FileManagement::CloudDisk::CloudFileUtils
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp443 string filePath = CloudFileUtils::GetLocalFilePath(cloudId, bundleName_, userId_); in Create()
576 string filePath = CloudFileUtils::GetLocalFilePath(cloudId, bundleName_, userId_); in Write()