Searched refs:GetLocalFilePath (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/utils/cloud_disk/ |
H A D | cloud_file_utils_test.cpp | 106 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 D | cloud_file_utils_mock.cpp | 78 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 D | cloud_file_utils.h | 59 static std::string GetLocalFilePath(std::string cloudId, std::string bundleName,
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_cloud.cpp | 387 … 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 D | cloud_file_utils.cpp | 160 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 D | clouddisk_rdbstore.cpp | 443 string filePath = CloudFileUtils::GetLocalFilePath(cloudId, bundleName_, userId_); in Create() 576 string filePath = CloudFileUtils::GetLocalFilePath(cloudId, bundleName_, userId_); in Write()
|