Searched refs:newParentCloudId (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_rdbstore.cpp | 1076 static void FileMove(ValuesBucket &values, const int32_t &position, const std::string &newParentCloudId) in FileMove() argument 1078 values.PutString(FileColumn::PARENT_CLOUD_ID, newParentCloudId); in FileMove() 1086 static void FileMoveAndRename(ValuesBucket &values, const int32_t &position, const std::string &newParentCloudId, in FileMoveAndRename() argument 1089 values.PutString(FileColumn::PARENT_CLOUD_ID, newParentCloudId); in FileMoveAndRename() 1104 string newParentCloudId = newNode.parentCloudId; in HandleRenameValue() local 1107 if (oldFileName != newFileName && oldParentCloudId == newParentCloudId) { in HandleRenameValue() 1110 if (oldFileName == newFileName && oldParentCloudId != newParentCloudId) { in HandleRenameValue() 1111 FileMove(rename, position, newParentCloudId); in HandleRenameValue() 1113 if (oldFileName != newFileName && oldParentCloudId != newParentCloudId) { in HandleRenameValue() 1114 FileMoveAndRename(rename, position, newParentCloudId, newFileNam in HandleRenameValue() 1118 Rename(const std::string &oldParentCloudId, const std::string &oldFileName, const std::string &newParentCloudId, const std::string &newFileName) Rename() argument [all...] |
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
H A D | clouddisk_rdbstore_mock.cpp | 184 const std::string &newParentCloudId, const std::string &newFileName) in Rename() 183 Rename(const std::string &oldParentCloudId, const std::string &oldFileName, const std::string &newParentCloudId, const std::string &newFileName) Rename() argument
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | clouddisk_rdbstore.h | 57 const std::string &newParentCloudId, const std::string &newFileName);
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/ |
H A D | clouddisk_rdbstore_test.cpp | 1776 const std::string newParentCloudId = "100"; in HWTEST_F() local 1780 int32_t ret = clouddiskrdbStore_->Rename(oldParentCloudId, oldFileName, newParentCloudId, newFileName); in HWTEST_F() 1794 const std::string newParentCloudId = ""; in HWTEST_F() local 1798 int32_t ret = clouddiskrdbStore_->Rename(oldParentCloudId, oldFileName, newParentCloudId, newFileName); in HWTEST_F() 1812 const std::string newParentCloudId = "100"; in HWTEST_F() local 1816 int32_t ret = clouddiskrdbStore_->Rename(oldParentCloudId, oldFileName, newParentCloudId, newFileName); in HWTEST_F() 1830 const std::string newParentCloudId = "100"; in HWTEST_F() local 1834 int32_t ret = clouddiskrdbStore_->Rename(oldParentCloudId, oldFileName, newParentCloudId, newFileName); in HWTEST_F() 1848 const std::string newParentCloudId = "100"; in HWTEST_F() local 1852 int32_t ret = clouddiskrdbStore_->Rename(oldParentCloudId, oldFileName, newParentCloudId, newFileNam in HWTEST_F() [all...] |
Completed in 8 milliseconds