Home
last modified time | relevance | path

Searched defs:cloudId (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dclouddisk_rdbstore_mock.cpp66 int32_t CloudDiskRdbStore::GetAttr(const std::string &cloudId, CloudDiskFileInfo &info) in GetAttr()
72 const std::string &cloudId, const unsigned long long &size) in SetAttr()
98 const std::string &cloudId) in Write()
104 const std::string &cloudId, const std::string &value) in LocationSetXattr()
109 int32_t CloudDiskRdbStore::GetRowId(const std::string &cloudId, int64_t &rowId) in GetRowId()
123 const std::string &cloudId, const std::string &value) in RecycleSetXattr()
192 int32_t CloudDiskRdbStore::GetHasChild(const std::string &cloudId, bool &hasChild) in GetHasChild()
197 int32_t CloudDiskRdbStore::UnlinkSynced(const std::string &cloudId) in UnlinkSynced()
202 int32_t CloudDiskRdbStore::UnlinkLocal(const std::string &cloudId) in UnlinkLocal()
207 int32_t CloudDiskRdbStore::Unlink(const std::string &cloudId, const int32_t &position) in Unlink()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_rdbstore_test.cpp165 const std::string cloudId = ""; variable
231 const std::string cloudId = ""; variable
303 const std::string cloudId = ""; variable
415 const std::string cloudId = ""; variable
451 const std::string cloudId = ""; variable
654 const std::string cloudId = ""; variable
915 std::string cloudId = ""; variable
933 std::string cloudId = "100"; variable
950 std::string cloudId = "100"; variable
967 std::string cloudId = ""; variable
[all …]
H A Dclouddisk_notify_utils_test.cpp170 string cloudId = "100"; variable
187 string cloudId = "100"; variable
204 string cloudId = "100"; variable
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/utils/cloud_disk/
H A Dcloud_file_utils_test.cpp49 string cloudId = CloudFileUtils::GetCloudId(""); variable
58 string cloudId; variable
67 string cloudId = "testId"; variable
103 string cloudId; variable
177 string cloudId = CloudFileUtils::GetCloudId(dfsPath); variable
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp210 int32_t CloudDiskRdbStore::GetAttr(const std::string &cloudId, CloudDiskFileInfo &info) in GetAttr()
229 const std::string &cloudId, const unsigned long long &size) in SetAttr()
563 const std::string &cloudId) in Write()
613 const std::string &cloudId, const std::string &value) in LocationSetXattr()
653 int32_t CloudDiskRdbStore::GetRowId(const std::string &cloudId, int64_t &rowId) in GetRowId()
720 const std::string &cloudId, const std::string &value) in RecycleSetXattr()
771 const std::string &cloudId, int64_t &rowId, int32_t &position) in GetRowIdAndPosition()
1179 int32_t CloudDiskRdbStore::GetHasChild(const std::string &cloudId, bool &hasChild) in GetHasChild()
1200 int32_t CloudDiskRdbStore::UnlinkSynced(const std::string &cloudId) in UnlinkSynced()
1217 int32_t CloudDiskRdbStore::UnlinkLocal(const std::string &cloudId) in UnlinkLocal()
[all …]
H A Dclouddisk_notify_utils.cpp118 int32_t CloudDiskNotifyUtils::GetCacheNode(const string &cloudId, CacheNode &cacheNode) in GetCacheNode()
131 void CloudDiskNotifyUtils::PutCacheNode(const string &cloudId, const CacheNode &cacheNode) in PutCacheNode()
H A Dclouddisk_notify.cpp75 static int32_t TrashUriAddRowId(shared_ptr<CloudDiskRdbStore> rdbStore, const string &cloudId, stri… in TrashUriAddRowId()
391 string cloudId = static_cast<string>(deleteId); in GetDeleteNotifyData() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_file_utils_mock.cpp63 uint32_t CloudFileUtils::GetBucketId(string cloudId) in GetBucketId()
73 string CloudFileUtils::GetLocalBucketPath(string cloudId, string bundleName, int32_t userId) in GetLocalBucketPath()
78 string CloudFileUtils::GetLocalFilePath(string cloudId, string bundleName, int32_t userId) in GetLocalFilePath()
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_rdbstore.h123 #define CLOUDID_IS_NULL(cloudId) \ argument
H A Dclouddisk_db_const.h55 std::string cloudId; member
H A Dclouddisk_notify_const.h65 std::string cloudId = ""; member
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/po/
H A Dphoto_album_info_po.h36 std::string cloudId; variable
/ohos5.0/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp133 uint32_t CloudFileUtils::GetBucketId(string cloudId) in GetBucketId()
151 string CloudFileUtils::GetLocalBucketPath(string cloudId, string bundleName, int32_t userId) in GetLocalBucketPath()
160 string CloudFileUtils::GetLocalFilePath(string cloudId, string bundleName, int32_t userId) in GetLocalFilePath()
190 char cloudId[idSize + 1]; in GetCloudId() local
/ohos5.0/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dcloud_file_utils.h25 std::string cloudId; member
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_notify_utils_mock.cpp99 int32_t CloudDiskNotifyUtils::GetCacheNode(const string &cloudId, CacheNode &cacheNode) in GetCacheNode()
112 void CloudDiskNotifyUtils::PutCacheNode(const string &cloudId, const CacheNode &cacheNode) in PutCacheNode()
H A Dmeta_file_clouddisk_mock.cpp108 const std::string &cloudId) in GetCloudDiskDentryFileByPath()
119 …File::CloudDiskMetaFile(uint32_t userId, const std::string &bundleName, const std::string &cloudId) in CloudDiskMetaFile()
524 const std::string &cloudId) in Clear()
540 const std::string &cloudId) in GetCloudDiskMetaFile()
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/clouddisknotify_fuzzer/
H A Dclouddisknotify_fuzzer.cpp67 string cloudId = fuzzData.GetStringFromData(len); in GetDeleteNotifyDataFuzzTest() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_data.h170 EXPORT std::string cloudId; variable
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file_clouddisk.cpp106 const std::string &cloudId) in GetCloudDiskDentryFileByPath()
117 …File::CloudDiskMetaFile(uint32_t userId, const std::string &bundleName, const std::string &cloudId) in CloudDiskMetaFile()
644 const std::string &cloudId) in Clear()
660 const std::string &cloudId) in GetCloudDiskMetaFile()
H A Dmeta_file.cpp716 std::string MetaFileMgr::CloudIdToRecordId(const std::string cloudId) in CloudIdToRecordId()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp349 string cloudId = inoPtr->cloudId; in CloudOpen() local
415 static int32_t CreateLocalFile(const string &cloudId, const string &bundleName, int32_t userId, mod… in CreateLocalFile()
443 int32_t GenerateCloudId(int32_t userId, string &cloudId, const string &bundleName) in GenerateCloudId()
473 string cloudId; in DoCreatFile() local
1007 string cloudId; in MkDir() local
1054 string cloudId = metaBase.cloudId; in DoCloudUnlink() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H A Ddentry_meta_file_clouddisk_test.cpp317 string cloudId = "testLongLongfileName"; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp344 static shared_ptr<CloudInode> FindNode(struct FuseData *data, const uint64_t &cloudId) in FindNode()
382 uint64_t cloudId = static_cast<uint64_t>(ino); in GetCloudInode() local
438 uint64_t cloudId = static_cast<uint64_t>(CloudDisk::CloudFileUtils::DentryHash(inoKey)); in CloudDoLookupHelper() local
518 uint64_t cloudId = static_cast<uint64_t>(CloudDisk::CloudFileUtils::DentryHash(inoKey)); in PutNode() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_fusion_utils.cpp567 std::string cloudId = ""; in BuildInsertValuesBucket() local
1323 string cloudId = ""; in IsCloudAlbum() local