Home
last modified time | relevance | path

Searched refs:GetDatabase (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp303 static shared_ptr<CloudDatabase> GetDatabase(int32_t userId, const string &bundleName) in GetDatabase() function
336 auto database = GetDatabase(data->userId, inoPtr->bundleName); in CloudOpen()
446 auto dkDatabasePtr = GetDatabase(userId, bundleName); in GenerateCloudId()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp326 static shared_ptr<CloudDatabase> GetDatabase(struct FuseData *data) in GetDatabase() function
778 shared_ptr<CloudFile::CloudDatabase> database = GetDatabase(data); in CloudOpenHelper()