Searched refs:NotifyOpsType (Results 1 - 5 of 5) sorted by relevance
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | clouddisk_notify_const.h | 28 enum class NotifyOpsType : uint32_t { class 50 NotifyOpsType opsType = NotifyOpsType::OPS_NONE; 65 NotifyOpsType opsType = NotifyOpsType::OPS_NONE;
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/ |
H A D | clouddisk_notify_test.cpp | 77 paramDisk.opsType = NotifyOpsType::DAEMON_SETATTR; in HWTEST_F() 99 paramDisk.opsType = NotifyOpsType::DAEMON_SETATTR; in HWTEST_F() 120 paramDisk.opsType = NotifyOpsType::DAEMON_SETXATTR; in HWTEST_F() 142 paramDisk.opsType = NotifyOpsType::DAEMON_SETXATTR; in HWTEST_F() 163 paramDisk.opsType = NotifyOpsType::DAEMON_RECYCLE; in HWTEST_F() 186 paramDisk.opsType = NotifyOpsType::DAEMON_RECYCLE; in HWTEST_F() 211 paramDisk.opsType = NotifyOpsType::DAEMON_RECYCLE; in HWTEST_F() 235 paramDisk.opsType = NotifyOpsType::DAEMON_RECYCLE; in HWTEST_F() 259 paramDisk.opsType = NotifyOpsType::DAEMON_RECYCLE; in HWTEST_F() 283 paramDisk.opsType = NotifyOpsType in HWTEST_F() [all...] |
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify.cpp | 153 if (paramDisk.opsType == NotifyOpsType::DAEMON_RECYCLE) { in HandleRecycleRestore() 157 if (paramDisk.opsType == NotifyOpsType::DAEMON_RESTORE) { in HandleRecycleRestore() 201 notifyData.isDir = paramDisk.opsType == NotifyOpsType::DAEMON_RMDIR; in HandleUnlink() 234 case NotifyOpsType::DAEMON_SETATTR: in TryNotify() 235 case NotifyOpsType::DAEMON_SETXATTR: in TryNotify() 238 case NotifyOpsType::DAEMON_RECYCLE: in TryNotify() 239 case NotifyOpsType::DAEMON_RESTORE: in TryNotify() 242 case NotifyOpsType::DAEMON_MKDIR: in TryNotify() 245 case NotifyOpsType::DAEMON_RMDIR: in TryNotify() 246 case NotifyOpsType in TryNotify() [all...] |
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_cloud.cpp | 775 NotifyOpsType::DAEMON_SETXATTR, inoPtr}); in HandleCloudLocation() 819 val == 0 ? NotifyOpsType::DAEMON_RESTORE : NotifyOpsType::DAEMON_RECYCLE, inoPtr}); in HandleCloudRecycle() 843 NotifyOpsType::DAEMON_SETXATTR, inoPtr}); in HandleFavorite() 865 NotifyOpsType::DAEMON_SETXATTR, inoPtr}); in HandleExtAttribute() 1070 NotifyOpsType::DAEMON_MKDIR, parentInode, parent, name}); in MkDir() 1172 NotifyOpsType::DAEMON_RMDIR, nullptr, parent, name}); in RmDir() 1190 NotifyOpsType::DAEMON_UNLINK, nullptr, parent, name}); in Unlink() 1235 NotifyOpsType::DAEMON_RENAME, nullptr, parent, name, newParent, newName}, in Rename() 1319 NotifyOpsType in UpdateCloudStore() [all...] |
/foundation/filemanagement/dfs_service/test/fuzztest/clouddisknotify_fuzzer/ |
H A D | clouddisknotify_fuzzer.cpp | 56 paramService.opsType = static_cast<NotifyOpsType>(fuzzData.GetData<uint32_t>() % OPS_TYE_SIZE); in TryNotifyServiceFuzzTest()
|
Completed in 5 milliseconds