Searched refs:GenerateCloudId (Results 1 - 2 of 2) sorted by relevance
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
H A D | file_operations_cloud_mock.cpp | 247 int32_t GenerateCloudId(int32_t userId, string &cloudId, const string &bundleName) in GenerateCloudId() function 273 int32_t err = GenerateCloudId(data->userId, cloudId, parentInode->bundleName); in DoCreatFile()
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_cloud.cpp | 440 int32_t GenerateCloudId(int32_t userId, string &cloudId, const string &bundleName) in GenerateCloudId() function 488 int32_t err = GenerateCloudId(data->userId, cloudId, parentInode->bundleName); in DoCreatFile() 1046 err = GenerateCloudId(data->userId, cloudId, parentInode->bundleName); in MkDir()
|
Completed in 4 milliseconds