Home
last modified time | relevance | path

Searched refs:NO_NEED_UPLOAD (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dfile_column.cpp39 const std::string FileColumn::NO_NEED_UPLOAD = "no_need_upload"; member in OHOS::FileManagement::CloudDisk::FileColumn
82 NO_NEED_UPLOAD + " INT DEFAULT 0)";
110 " ADD COLUMN " + NO_NEED_UPLOAD + " INT DEFAULT 0";
H A Dclouddisk_rdbstore.cpp438 fileInfo.PutInt(FileColumn::NO_NEED_UPLOAD, NO_UPLOAD); in Create()
494 dirInfo.PutInt(FileColumn::NO_NEED_UPLOAD, NO_UPLOAD); in MkDir()
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dfile_column.h59 static const std::string NO_NEED_UPLOAD; member in OHOS::FileManagement::CloudDisk::FileColumn

Completed in 7 milliseconds