Home
last modified time | relevance | path

Searched refs:CLOUD_FILE_LOCATION (Results 1 - 10 of 10) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_file_utils_mock.cpp108 return key == CLOUD_FILE_LOCATION; in CheckIsCloudLocation()
/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dcloud_file_utils.h41 static const std::string CLOUD_FILE_LOCATION = "user.cloud.location"; member
/foundation/filemanagement/dfs_service/test/unittests/utils/cloud_disk/
H A Dcloud_file_utils_test.cpp88 key = CLOUD_FILE_LOCATION; in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfile_operations_cloud_test.cpp705 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 Dcloud_file_utils.cpp205 return key == CLOUD_FILE_LOCATION; in CheckIsCloudLocation()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dprop_n_exporter.cpp88 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 Dfile_operations_cloud_mock.cpp498 int res = rdbStore->GetXAttr(inoPtr->cloudId, CLOUD_FILE_LOCATION, location, newNode); in GetLocation()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_rdbstore_test.cpp1194 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 Dfile_operations_cloud.cpp767 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 Dclouddisk_rdbstore.cpp810 if (key == CLOUD_FILE_LOCATION) { in CheckXattr()
828 if (key != CLOUD_FILE_LOCATION) { in LocationGetXattr()

Completed in 22 milliseconds