Home
last modified time | relevance | path

Searched defs:cloudId (Results 1 - 22 of 22) sorted by relevance

/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dcloud_file_utils.h25 std::string cloudId; member
/foundation/filemanagement/dfs_service/test/fuzztest/clouddisknotify_fuzzer/
H A Dclouddisknotify_fuzzer.cpp67 string cloudId = fuzzData.GetStringFromData(len); in GetDeleteNotifyDataFuzzTest() local
/foundation/filemanagement/dfs_service/test/unittests/utils/cloud_disk/
H A Dcloud_file_utils_test.cpp49 string cloudId = CloudFileUtils::GetCloudId(""); in HWTEST_F() local
58 string cloudId; in HWTEST_F() local
67 string cloudId = "testId"; in HWTEST_F() local
103 string cloudId; HWTEST_F() local
177 string cloudId = CloudFileUtils::GetCloudId(dfsPath); HWTEST_F() local
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H A Ddentry_meta_file_clouddisk_test.cpp389 string cloudId = "testLongLongfileName"; in HWTEST_F() local
522 string cloudId = "id1"; in HWTEST_F() local
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_db_const.h58 std::string cloudId; member
H A Dclouddisk_notify_const.h66 std::string cloudId = ""; member
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify_utils.cpp118 int32_t CloudDiskNotifyUtils::GetCacheNode(const string &cloudId, CacheNode &cacheNode) in GetCacheNode() argument
131 void CloudDiskNotifyUtils::PutCacheNode(const string &cloudId, const CacheNode &cacheNode) in PutCacheNode() argument
H A Dclouddisk_notify.cpp75 static int32_t TrashUriAddRowId(shared_ptr<CloudDiskRdbStore> rdbStore, const string &cloudId, string &uri) in TrashUriAddRowId() argument
400 string cloudId = static_cast<string>(deleteId); in GetDeleteNotifyData() local
[all...]
H A Dclouddisk_rdbstore.cpp205 int32_t CloudDiskRdbStore::GetAttr(const std::string &cloudId, CloudDiskFileInfo &info) in GetAttr() argument
223 SetAttr(const std::string &fileName, const std::string &parentCloudId, const std::string &cloudId, const unsigned long long &size) SetAttr() argument
269 ReadDir(const std::string &cloudId, vector<CloudDiskFileInfo> &infos) ReadDir() argument
407 HandleCreateValue(ValuesBucket &fileInfo, const std::string &cloudId, const std::string &parentCloudId, const std::string &fileName, const std::string &bundleName) HandleCreateValue() argument
418 Create(const std::string &cloudId, const std::string &parentCloudId, const std::string &fileName, bool noNeedUpload) Create() argument
474 MkDir(const std::string &cloudId, const std::string &parentCloudId, const std::string &directoryName, bool noNeedUpload) MkDir() argument
571 Write(const std::string &fileName, const std::string &parentCloudId, const std::string &cloudId) Write() argument
622 LocationSetXattr(const std::string &name, const std::string &parentCloudId, const std::string &cloudId, const std::string &value) LocationSetXattr() argument
664 GetRowId(const std::string &cloudId, int64_t &rowId) GetRowId() argument
704 GetParentCloudId(const std::string &cloudId, std::string &parentCloudId) GetParentCloudId() argument
726 RecycleSetXattr(const std::string &name, const std::string &parentCloudId, const std::string &cloudId, const std::string &value) RecycleSetXattr() argument
777 FavoriteSetXattr(const std::string &cloudId, const std::string &value) FavoriteSetXattr() argument
843 FavoriteGetXattr(const std::string &cloudId, const std::string &key, std::string &value) FavoriteGetXattr() argument
867 FileStatusGetXattr(const std::string &cloudId, const std::string &key, std::string &value) FileStatusGetXattr() argument
895 GetExtAttrValue(const std::string &cloudId, const std::string &key, std::string &value) GetExtAttrValue() argument
926 GetExtAttr(const std::string &cloudId, std::string &value, int32_t &position) GetExtAttr() argument
960 GetXAttr(const std::string &cloudId, const std::string &key, std::string &value, const CacheNode &node, const std::string &extAttrKey) GetXAttr() argument
1010 ExtAttributeSetXattr(const std::string &cloudId, const std::string &value, const std::string &key) ExtAttributeSetXattr() argument
1040 SetXAttr(const std::string &cloudId, const std::string &key, const std::string &value, const std::string &name, const std::string &parentCloudId) SetXAttr() argument
1166 GetHasChild(const std::string &cloudId, bool &hasChild) GetHasChild() argument
1187 UnlinkSynced(const std::string &cloudId) UnlinkSynced() argument
1204 UnlinkLocal(const std::string &cloudId) UnlinkLocal() argument
1218 Unlink(const std::string &cloudId, const int32_t &position) Unlink() argument
1234 GetDirtyType(const std::string &cloudId, int32_t &dirtyType) GetDirtyType() argument
1257 GetCurNode(const std::string &cloudId, CacheNode &curNode) GetCurNode() argument
[all...]
/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() argument
112 void CloudDiskNotifyUtils::PutCacheNode(const string &cloudId, const CacheNode &cacheNode) in PutCacheNode() argument
H A Dmeta_file_clouddisk_mock.cpp101 CloudDiskMetaFile::CloudDiskMetaFile(uint32_t userId, const std::string &bundleName, const std::string &cloudId) in CloudDiskMetaFile() argument
89 GetCloudDiskDentryFileByPath(uint32_t userId, const std::string &bundleName, const std::string &cloudId) GetCloudDiskDentryFileByPath() argument
501 Clear(uint32_t userId, const std::string &bundleName, const std::string &cloudId) Clear() argument
517 GetCloudDiskMetaFile(uint32_t userId, const std::string &bundleName, const std::string &cloudId) GetCloudDiskMetaFile() argument
[all...]
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_notify_utils_test.cpp319 string cloudId = "100"; in HWTEST_F() local
336 string cloudId = "100"; in HWTEST_F() local
353 string cloudId = "100"; in HWTEST_F() local
H A Dclouddisk_rdbstore_test.cpp216 const std::string cloudId = ""; in HWTEST_F() local
233 const std::string cloudId = "100"; in HWTEST_F() local
250 const std::string cloudId = "100"; in HWTEST_F() local
268 const std::string cloudId = ""; in HWTEST_F() local
286 const std::string cloudId = "rootId"; in HWTEST_F() local
304 const std::string cloudId = "100"; HWTEST_F() local
324 const std::string cloudId = "100"; HWTEST_F() local
344 const std::string cloudId = "100"; HWTEST_F() local
362 const std::string cloudId = "rootId"; HWTEST_F() local
378 const std::string cloudId = "rootId"; HWTEST_F() local
396 const std::string cloudId = "rootId"; HWTEST_F() local
414 const std::string cloudId = "rootId"; HWTEST_F() local
432 const std::string cloudId = "rootId"; HWTEST_F() local
450 const std::string cloudId = ""; HWTEST_F() local
468 const std::string cloudId = "rootId"; HWTEST_F() local
487 const std::string cloudId = "rootId"; HWTEST_F() local
508 const std::string cloudId = "rootId"; HWTEST_F() local
529 const std::string cloudId = "rootId"; HWTEST_F() local
550 const std::string cloudId = "100"; HWTEST_F() local
568 const std::string cloudId = "100"; HWTEST_F() local
586 const std::string cloudId = ""; HWTEST_F() local
604 const std::string cloudId = "100"; HWTEST_F() local
624 const std::string cloudId = "100"; HWTEST_F() local
644 const std::string cloudId = "100"; HWTEST_F() local
664 const std::string cloudId = ""; HWTEST_F() local
681 const std::string cloudId = "100"; HWTEST_F() local
699 const std::string cloudId = "100"; HWTEST_F() local
719 const std::string cloudId = "100"; HWTEST_F() local
739 const std::string cloudId = "100"; HWTEST_F() local
761 const std::string cloudId = "100"; HWTEST_F() local
779 const std::string cloudId = "100"; HWTEST_F() local
799 const std::string cloudId = "100"; HWTEST_F() local
819 const std::string cloudId = "100"; HWTEST_F() local
837 const std::string cloudId = "100"; HWTEST_F() local
856 const std::string cloudId = "100"; HWTEST_F() local
877 const std::string cloudId = "100"; HWTEST_F() local
898 const std::string cloudId = "100"; HWTEST_F() local
917 const std::string cloudId = "100"; HWTEST_F() local
938 const std::string cloudId = "100"; HWTEST_F() local
959 const std::string cloudId = "100"; HWTEST_F() local
982 const std::string cloudId = "100"; HWTEST_F() local
1000 const std::string cloudId = "100"; HWTEST_F() local
1018 const std::string cloudId = "100"; HWTEST_F() local
1038 const std::string cloudId = "100"; HWTEST_F() local
1060 const std::string cloudId = "100"; HWTEST_F() local
1084 const std::string cloudId = "100"; HWTEST_F() local
1106 const std::string cloudId = "rootId"; HWTEST_F() local
1122 const std::string cloudId = "root"; HWTEST_F() local
1138 const std::string cloudId = "root"; HWTEST_F() local
1156 const std::string cloudId = "root"; HWTEST_F() local
1174 const std::string cloudId = ""; HWTEST_F() local
1193 const std::string cloudId = ""; HWTEST_F() local
1212 const std::string cloudId = ""; HWTEST_F() local
1231 const std::string cloudId = ""; HWTEST_F() local
1248 const std::string cloudId = "cloudId"; HWTEST_F() local
1268 const std::string cloudId = "cloudId"; HWTEST_F() local
1290 const std::string cloudId = "cloudId"; HWTEST_F() local
1312 const std::string cloudId = ""; HWTEST_F() local
1329 const std::string cloudId = "cloudId"; HWTEST_F() local
1349 const std::string cloudId = "cloudId"; HWTEST_F() local
1371 const std::string cloudId = "cloudId"; HWTEST_F() local
1392 const std::string cloudId = ""; HWTEST_F() local
1408 const std::string cloudId = "100"; HWTEST_F() local
1427 const std::string cloudId = ""; HWTEST_F() local
1443 const std::string cloudId = "100"; HWTEST_F() local
1462 const std::string cloudId = "100"; HWTEST_F() local
1483 const std::string cloudId = "100"; HWTEST_F() local
1504 const std::string cloudId = "100"; HWTEST_F() local
1525 const std::string cloudId = "100"; HWTEST_F() local
1547 const std::string cloudId = ""; HWTEST_F() local
1567 const std::string cloudId = ""; HWTEST_F() local
1584 const std::string cloudId = ""; HWTEST_F() local
1601 const std::string cloudId = ""; HWTEST_F() local
1618 const std::string cloudId = ""; HWTEST_F() local
1634 const std::string cloudId = "root"; HWTEST_F() local
1656 const std::string cloudId = "root"; HWTEST_F() local
1679 const std::string cloudId = "100"; HWTEST_F() local
1698 const std::string cloudId = "100"; HWTEST_F() local
1717 const std::string cloudId = "100"; HWTEST_F() local
1736 const std::string cloudId = "100"; HWTEST_F() local
1755 const std::string cloudId = "100"; HWTEST_F() local
1864 const std::string cloudId = "100"; HWTEST_F() local
1882 const std::string cloudId = "100"; HWTEST_F() local
1902 const std::string cloudId = "100"; HWTEST_F() local
1922 const std::string cloudId = "100"; HWTEST_F() local
1939 const std::string cloudId = "100"; HWTEST_F() local
1956 const std::string cloudId = "100"; HWTEST_F() local
1973 const std::string cloudId = "100"; HWTEST_F() local
1990 std::string cloudId = ""; HWTEST_F() local
2007 std::string cloudId = "100"; HWTEST_F() local
2024 std::string cloudId = "100"; HWTEST_F() local
2041 std::string cloudId = "100"; HWTEST_F() local
2060 std::string cloudId = "100"; HWTEST_F() local
2081 std::string cloudId = "100"; HWTEST_F() local
2102 std::string cloudId = "100"; HWTEST_F() local
2123 std::string cloudId = ""; HWTEST_F() local
2139 std::string cloudId = "100"; HWTEST_F() local
2158 std::string cloudId = "100"; HWTEST_F() local
2179 std::string cloudId = "100"; HWTEST_F() local
2201 std::string cloudId = "100"; HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_data.h99 EXPORT std::string cloudId; member in OHOS::Media::ThumbnailData
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_file_utils_mock.cpp63 uint32_t CloudFileUtils::GetBucketId(string cloudId) in GetBucketId() argument
73 string CloudFileUtils::GetLocalBucketPath(string cloudId, string bundleName, int32_t userId) in GetLocalBucketPath() argument
78 string CloudFileUtils::GetLocalFilePath(string cloudId, string bundleName, int32_t userId) in GetLocalFilePath() argument
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp133 uint32_t CloudFileUtils::GetBucketId(string cloudId) in GetBucketId() argument
151 string CloudFileUtils::GetLocalBucketPath(string cloudId, string bundleName, int32_t userId) in GetLocalBucketPath() argument
160 string CloudFileUtils::GetLocalFilePath(string cloudId, string bundleName, int32_t userId) in GetLocalFilePath() argument
190 char cloudId[idSize + 1]; GetCloudId() local
[all...]
/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() argument
80 int32_t CloudDiskRdbStore::ReadDir(const std::string &cloudId, vector<CloudDiskFileInfo> &infos) in ReadDir() argument
85 int32_t CloudDiskRdbStore::Create(const std::string &cloudId, const std::string &parentCloudId, in Create() argument
91 int32_t CloudDiskRdbStore::MkDir(const std::string &cloudId, const std::string &parentCloudId, in MkDir() argument
109 int32_t CloudDiskRdbStore::GetRowId(const std::string &cloudId, int64_t &rowId) in GetRowId() argument
71 SetAttr(const std::string &fileName, const std::string &parentCloudId, const std::string &cloudId, const unsigned long long &size) SetAttr() argument
97 Write(const std::string &fileName, const std::string &parentCloudId, const std::string &cloudId) Write() argument
103 LocationSetXattr(const std::string &name, const std::string &parentCloudId, const std::string &cloudId, const std::string &value) LocationSetXattr() argument
117 GetParentCloudId(const std::string &cloudId, std::string &parentCloudId) GetParentCloudId() argument
122 RecycleSetXattr(const std::string &name, const std::string &parentCloudId, const std::string &cloudId, const std::string &value) RecycleSetXattr() argument
128 FavoriteSetXattr(const std::string &cloudId, const std::string &value) FavoriteSetXattr() argument
139 FavoriteGetXattr(const std::string &cloudId, const std::string &key, std::string &value) FavoriteGetXattr() argument
144 FileStatusGetXattr(const std::string &cloudId, const std::string &key, std::string &value) FileStatusGetXattr() argument
149 GetExtAttrValue(const std::string &cloudId, const std::string &key, std::string &value) GetExtAttrValue() argument
154 GetExtAttr(const std::string &cloudId, std::string &value, int32_t &position) GetExtAttr() argument
159 GetXAttr(const std::string &cloudId, const std::string &key, std::string &value, const CacheNode &node, const std::string &extAttrKey) GetXAttr() argument
168 ExtAttributeSetXattr(const std::string &cloudId, const std::string &value, const std::string &key) ExtAttributeSetXattr() argument
174 SetXAttr(const std::string &cloudId, const std::string &key, const std::string &value, const std::string &name, const std::string &parentCloudId) SetXAttr() argument
192 GetHasChild(const std::string &cloudId, bool &hasChild) GetHasChild() argument
197 UnlinkSynced(const std::string &cloudId) UnlinkSynced() argument
202 UnlinkLocal(const std::string &cloudId) UnlinkLocal() argument
207 Unlink(const std::string &cloudId, const int32_t &position) Unlink() argument
212 GetDirtyType(const std::string &cloudId, int32_t &dirtyType) GetDirtyType() argument
217 GetCurNode(const std::string &cloudId, CacheNode &curNode) GetCurNode() argument
[all...]
H A Dfile_operations_cloud_mock.cpp221 static int32_t CreateLocalFile(const string &cloudId, const string &bundleName, int32_t userId, mode_t mode) in CreateLocalFile() argument
247 int32_t GenerateCloudId(int32_t userId, string &cloudId, const string &bundleName) in GenerateCloudId() argument
272 string cloudId; in DoCreatFile() local
556 string cloudId = metaBase.cloudId; DoCloudUnlink() local
[all...]
/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file_clouddisk.cpp129 CloudDiskMetaFile::CloudDiskMetaFile(uint32_t userId, const std::string &bundleName, const std::string &cloudId) in CloudDiskMetaFile() argument
117 GetCloudDiskDentryFileByPath(uint32_t userId, const std::string &bundleName, const std::string &cloudId) GetCloudDiskDentryFileByPath() argument
667 Clear(uint32_t userId, const std::string &bundleName, const std::string &cloudId) Clear() argument
683 GetCloudDiskMetaFile(uint32_t userId, const std::string &bundleName, const std::string &cloudId) GetCloudDiskMetaFile() argument
[all...]
H A Dmeta_file.cpp727 std::string MetaFileMgr::CloudIdToRecordId(const std::string cloudId) in CloudIdToRecordId() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_fusion_utils.cpp605 std::string cloudId = ""; in BuildInsertValuesBucket() local
1157 string cloudId = ""; in IsCloudAlbum() local
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp346 string cloudId = inoPtr->cloudId; in CloudOpen() local
412 CreateLocalFile(const string &cloudId, const string &bundleName, int32_t userId, mode_t mode) CreateLocalFile() argument
440 GenerateCloudId(int32_t userId, string &cloudId, const string &bundleName) GenerateCloudId() argument
487 string cloudId; DoCreatFile() local
1045 string cloudId; MkDir() local
1092 string cloudId = metaBase.cloudId; DoCloudUnlink() local
[all...]

Completed in 21 milliseconds