Searched refs:FILES_TABLE (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | file_column.cpp | 50 const std::string FileColumn::FILES_TABLE = "CloudDisk"; member in OHOS::FileManagement::CloudDisk::FileColumn 54 FILES_TABLE + " (" + 85 PARENT_CLOUD_ID_INDEX + " ON " + FILES_TABLE + 88 const std::string FileColumn::ADD_IS_FAVORITE = "ALTER Table " + FILES_TABLE + 91 const std::string FileColumn::ADD_FILE_STATUS = "ALTER Table " + FILES_TABLE + 94 const std::string FileColumn::SET_FILE_STATUS_DEFAULT = "UPDATE " + FILES_TABLE + 97 const std::string FileColumn::ADD_CHECK_FLAG = "ALTER Table " + FILES_TABLE + 100 const std::string FileColumn::ADD_ATTRIBUTE = "ALTER Table " + FILES_TABLE + 103 const std::string FileColumn::ADD_THM_FLAG = "ALTER Table " + FILES_TABLE + 106 const std::string FileColumn::ADD_LCD_FLAG = "ALTER Table " + FILES_TABLE [all...] |
H A D | clouddisk_rdbstore.cpp | 189 AbsRdbPredicates lookUpPredicates = AbsRdbPredicates(FileColumn::FILES_TABLE); in LookUp() 212 AbsRdbPredicates getAttrPredicates = AbsRdbPredicates(FileColumn::FILES_TABLE); in GetAttr() 248 rdbStore_->Update(changedRows, FileColumn::FILES_TABLE, setAttr, FileColumn::CLOUD_ID + " = ?", bindArgs); in SetAttr() 273 AbsRdbPredicates readDirPredicates = AbsRdbPredicates(FileColumn::FILES_TABLE); in ReadDir() 458 ret = rdbStore_->Insert(outRowId, FileColumn::FILES_TABLE, fileInfo); in Create() 518 ret = rdbStore_->Insert(outRowId, FileColumn::FILES_TABLE, dirInfo); in MkDir() 603 ret = rdbStore_->Update(changedRows, FileColumn::FILES_TABLE, write, in Write() 644 ret = rdbStore_->Update(changedRows, FileColumn::FILES_TABLE, setXAttr, in LocationSetXattr() 668 AbsRdbPredicates getRowIdPredicates = AbsRdbPredicates(FileColumn::FILES_TABLE); in GetRowId() 707 AbsRdbPredicates getParentCloudIdPredicates = AbsRdbPredicates(FileColumn::FILES_TABLE); in GetParentCloudId() [all...] |
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | file_column.h | 62 static const std::string FILES_TABLE; member in OHOS::FileManagement::CloudDisk::FileColumn 94 // Query FILES_TABLE for FileSystem 97 // Query FILES_TABLE for Disk Push
|
H A D | clouddisk_rdbstore.h | 99 std::string tableName_ = FileColumn::FILES_TABLE;
|
Completed in 4 milliseconds