Home
last modified time | relevance | path

Searched defs:NotifyParamDisk (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_notify_const.h47 struct NotifyParamDisk { struct
48 CloudDiskFuseData *data = nullptr;
49 FindCloudDiskInodeFunc func;
50 NotifyOpsType opsType = NotifyOpsType::OPS_NONE;
51 std::shared_ptr<CloudDiskInode> inoPtr = nullptr;
52 fuse_ino_t ino = 0;
53 std::string name = "";
54 fuse_ino_t newIno = 0;
55 std::string newName = "";