Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_notify_test.cpp73 NotifyParamDisk paramDisk;
94 NotifyParamDisk paramDisk;
116 NotifyParamDisk paramDisk;
137 NotifyParamDisk paramDisk;
159 NotifyParamDisk paramDisk;
180 NotifyParamDisk paramDisk;
204 NotifyParamDisk paramDisk;
228 NotifyParamDisk paramDisk;
252 NotifyParamDisk paramDisk;
276 NotifyParamDisk paramDisk;
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify.cpp54 static int32_t GetTrashNotifyData(const NotifyParamDisk &paramDisk, NotifyData &notifyData) in GetTrashNotifyData()
87 static int32_t GetDataInner(const NotifyParamDisk &paramDisk, NotifyData &notifyData) in GetDataInner()
100 static int32_t GetDataInnerWithName(const NotifyParamDisk &paramDisk, NotifyData &notifyData) in GetDataInnerWithName()
116 static void HandleSetAttr(const NotifyParamDisk &paramDisk) in HandleSetAttr()
126 static void HandleRecycleRestore(const NotifyParamDisk &paramDisk) in HandleRecycleRestore()
160 static void HandleWrite(const NotifyParamDisk &paramDisk, const ParamDiskOthers &paramOthers) in HandleWrite()
173 static void HandleMkdir(const NotifyParamDisk &paramDisk) in HandleMkdir()
184 static void HandleUnlink(const NotifyParamDisk &paramDisk) in HandleUnlink()
195 static void HandleRename(const NotifyParamDisk &paramDisk, const ParamDiskOthers &paramOthers) in HandleRename()
219 void CloudDiskNotify::TryNotify(const NotifyParamDisk &paramDisk, const ParamDiskOthers &paramOther… in TryNotify()
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dclouddisk_notify_mock.cpp40 void CloudDiskNotify::TryNotify(const NotifyParamDisk &paramDisk, const ParamDiskOthers &paramOther… in TryNotify()
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_notify.h39 void TryNotify(const NotifyParamDisk &paramDisk, const ParamDiskOthers &paramOthers = {});
H A Dclouddisk_notify_const.h47 struct NotifyParamDisk { struct