Home
last modified time | relevance | path

Searched refs:IS_FAVORITE_XATTR (Results 1 - 8 of 8) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_file_utils_mock.cpp123 return key == IS_FAVORITE_XATTR; in CheckIsFavorite()
/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dcloud_file_utils.h44 static const std::string IS_FAVORITE_XATTR = "user.cloud.favorite"; member
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp220 return key == IS_FAVORITE_XATTR; in CheckIsFavorite()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_rdbstore_test.cpp1175 const std::string key = IS_FAVORITE_XATTR; in HWTEST_F()
1249 const std::string key = IS_FAVORITE_XATTR; in HWTEST_F()
1269 const std::string key = IS_FAVORITE_XATTR; in HWTEST_F()
1291 const std::string key = IS_FAVORITE_XATTR; in HWTEST_F()
1313 const std::string key = IS_FAVORITE_XATTR; in HWTEST_F()
1568 const std::string key = IS_FAVORITE_XATTR; in HWTEST_F()
1718 const std::string key = IS_FAVORITE_XATTR; in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfile_operations_cloud_test.cpp937 string name = IS_FAVORITE_XATTR; in HWTEST_F()
966 string name = IS_FAVORITE_XATTR; in HWTEST_F()
995 string name = IS_FAVORITE_XATTR; in HWTEST_F()
1193 string name = IS_FAVORITE_XATTR; in HWTEST_F()
1220 string name = IS_FAVORITE_XATTR; in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_cloud_mock.cpp460 int res = rdbStore->GetXAttr(inoPtr->cloudId, IS_FAVORITE_XATTR, favorite); in GetIsFavorite()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp836 int32_t err = rdbStore->SetXAttr(inoPtr->cloudId, IS_FAVORITE_XATTR, value); in HandleFavorite()
905 int res = rdbStore->GetXAttr(inoPtr->cloudId, IS_FAVORITE_XATTR, favorite); in GetIsFavorite()
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp814 } else if (key == IS_FAVORITE_XATTR) { in CheckXattr()
846 if (cloudId.empty() || cloudId == ROOT_CLOUD_ID || key != IS_FAVORITE_XATTR) { in FavoriteGetXattr()

Completed in 19 milliseconds