Home
last modified time | relevance | path

Searched refs:IS_FAVORITE (Results 1 - 7 of 7) sorted by relevance

/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dfile_column.cpp44 const std::string FileColumn::IS_FAVORITE = "isFavorite"; member in OHOS::FileManagement::CloudDisk::FileColumn
75 IS_FAVORITE + " INT DEFAULT 0, " +
89 " ADD COLUMN " + IS_FAVORITE + " INT DEFAULT 0";
H A Dclouddisk_rdbstore.cpp50 IS_FAVORITE, enumerator
788 setXAttr.PutInt(FileColumn::IS_FAVORITE, CANCEL_STATE); in FavoriteSetXattr()
791 setXAttr.PutInt(FileColumn::IS_FAVORITE, SET_STATE); in FavoriteSetXattr()
815 return IS_FAVORITE; in CheckXattr()
852 auto resultSet = rdbStore_->QueryByStep(getXAttrPredicates, { FileColumn::IS_FAVORITE }); in FavoriteGetXattr()
862 CloudDiskRdbUtils::GetInt(FileColumn::IS_FAVORITE, isFavorite, resultSet); in FavoriteGetXattr()
969 case IS_FAVORITE: in GetXAttr()
1052 case IS_FAVORITE: in SetXAttr()
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dfile_column.h58 static const std::string IS_FAVORITE; member in OHOS::FileManagement::CloudDisk::FileColumn
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_cloud_mock.cpp49 IS_FAVORITE enumerator
418 return IS_FAVORITE; in CheckXattr()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp51 IS_FAVORITE enumerator
742 return IS_FAVORITE; in CheckXattr()
889 case IS_FAVORITE: in SetXattr()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_medialibrary_napi_utils.cpp973 constexpr int32_t IS_FAVORITE = 1; in GetFavoritePredicates() local
974 predicates.EqualTo(MediaColumn::MEDIA_IS_FAV, to_string(IS_FAVORITE)); in GetFavoritePredicates()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp1060 constexpr int32_t IS_FAVORITE = 1; in GetFavoritePredicates() local
1061 predicates.EqualTo(MediaColumn::MEDIA_IS_FAV, to_string(IS_FAVORITE)); in GetFavoritePredicates()

Completed in 14 milliseconds