Home
last modified time | relevance | path

Searched defs:newParentCloudId (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_rdbstore_test.cpp1776 const std::string newParentCloudId = "100"; in HWTEST_F() local
1794 const std::string newParentCloudId = ""; in HWTEST_F() local
1812 const std::string newParentCloudId = "100"; in HWTEST_F() local
1830 const std::string newParentCloudId = "100"; in HWTEST_F() local
1848 const std::string newParentCloudId = "100"; in HWTEST_F() local
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dclouddisk_rdbstore_mock.cpp183 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/src/
H A Dclouddisk_rdbstore.cpp1076 static void FileMove(ValuesBucket &values, const int32_t &position, const std::string &newParentCloudId) in FileMove() argument
1086 static void FileMoveAndRename(ValuesBucket &values, const int32_t &position, const std::string &newParentCloudId, in FileMoveAndRename() argument
1104 string newParentCloudId = newNode.parentCloudId; in HandleRenameValue() local
1118 Rename(const std::string &oldParentCloudId, const std::string &oldFileName, const std::string &newParentCloudId, const std::string &newFileName) Rename() argument
[all...]

Completed in 11 milliseconds