Searched refs:CLOUD_FILE_LOCATION (Results 1 - 10 of 10) sorted by relevance
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | cloud_file_utils_mock.cpp | 108 return key == CLOUD_FILE_LOCATION; in CheckIsCloudLocation()
|
/foundation/filemanagement/dfs_service/utils/inner_api/ |
H A D | cloud_file_utils.h | 41 static const std::string CLOUD_FILE_LOCATION = "user.cloud.location"; member
|
/foundation/filemanagement/dfs_service/test/unittests/utils/cloud_disk/ |
H A D | cloud_file_utils_test.cpp | 88 key = CLOUD_FILE_LOCATION; in HWTEST_F()
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/ |
H A D | file_operations_cloud_test.cpp | 705 string name = CLOUD_FILE_LOCATION; in HWTEST_F() 734 string name = CLOUD_FILE_LOCATION; in HWTEST_F() 763 string name = CLOUD_FILE_LOCATION; in HWTEST_F() 792 string name = CLOUD_FILE_LOCATION; in HWTEST_F() 1301 string name = CLOUD_FILE_LOCATION; in HWTEST_F() 1328 string name = CLOUD_FILE_LOCATION; in HWTEST_F() 1355 string name = CLOUD_FILE_LOCATION; in HWTEST_F()
|
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/ |
H A D | cloud_file_utils.cpp | 205 return key == CLOUD_FILE_LOCATION; in CheckIsCloudLocation()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | prop_n_exporter.cpp | 88 const string CLOUD_FILE_LOCATION = "user.cloud.location";
member 167 if (getxattr(path.c_str(), CLOUD_FILE_LOCATION.c_str(), val, sizeof(val)) < 0) {
in HandleLocalCheck()
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
H A D | file_operations_cloud_mock.cpp | 498 int res = rdbStore->GetXAttr(inoPtr->cloudId, CLOUD_FILE_LOCATION, location, newNode); in GetLocation()
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/ |
H A D | clouddisk_rdbstore_test.cpp | 1194 const std::string key = CLOUD_FILE_LOCATION; in HWTEST_F() 1213 const std::string key = CLOUD_FILE_LOCATION; in HWTEST_F() 1232 const std::string key = CLOUD_FILE_LOCATION; in HWTEST_F() 1548 const std::string key = CLOUD_FILE_LOCATION; in HWTEST_F() 1680 const std::string key = CLOUD_FILE_LOCATION; in HWTEST_F()
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_cloud.cpp | 767 int32_t err = rdbStore->SetXAttr(inoPtr->cloudId, CLOUD_FILE_LOCATION, value, inoPtr->fileName, in HandleCloudLocation() 944 int res = rdbStore->GetXAttr(inoPtr->cloudId, CLOUD_FILE_LOCATION, location, newNode); in GetLocation()
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_rdbstore.cpp | 810 if (key == CLOUD_FILE_LOCATION) { in CheckXattr() 828 if (key != CLOUD_FILE_LOCATION) { in LocationGetXattr()
|
Completed in 18 milliseconds