Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_notify_test.cpp78 ParamDiskOthers paramOthers; variable
100 ParamDiskOthers paramOthers; variable
121 ParamDiskOthers paramOthers; variable
143 ParamDiskOthers paramOthers; variable
164 ParamDiskOthers paramOthers; variable
187 ParamDiskOthers paramOthers; variable
212 ParamDiskOthers paramOthers; variable
236 ParamDiskOthers paramOthers; variable
260 ParamDiskOthers paramOthers; variable
284 ParamDiskOthers paramOthers; variable
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify.cpp211 notifyData.isDir = paramOthers.isDir; in HandleRename()
212 newNotifyData.isDir = paramOthers.isDir; in HandleRename()
238 HandleRename(paramDisk, paramOthers); in TryNotify()
241 HandleWrite(paramDisk, paramOthers); in TryNotify()
251 … shared_ptr<CloudDiskRdbStore> rdbStore = GetRdbStore(paramOthers.bundleName, paramOthers.userId); in HandleInsert()
275 … shared_ptr<CloudDiskRdbStore> rdbStore = GetRdbStore(paramOthers.bundleName, paramOthers.userId); in HandleUpdate()
301 … shared_ptr<CloudDiskRdbStore> rdbStore = GetRdbStore(paramOthers.bundleName, paramOthers.userId); in HandleUpdateRecycle()
360 HandleInsert(paramService, paramOthers); in TryNotifyService()
363 HandleUpdate(paramService, paramOthers); in TryNotifyService()
369 HandleDelete(paramService, paramOthers); in TryNotifyService()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/clouddisknotify_fuzzer/
H A Dclouddisknotify_fuzzer.cpp48 ParamServiceOther paramOthers; in TryNotifyServiceFuzzTest() local
49 paramOthers.userId = fuzzData.GetData<int32_t>(); in TryNotifyServiceFuzzTest()
50 paramOthers.bundleName = fuzzData.GetStringFromData(len); in TryNotifyServiceFuzzTest()
55 paramOthers.notifyDataList.emplace_back(notifyData); in TryNotifyServiceFuzzTest()
57 CloudDiskNotify::GetInstance().TryNotifyService(paramService, paramOthers); in TryNotifyServiceFuzzTest()
63 ParamServiceOther paramOthers; in GetDeleteNotifyDataFuzzTest() local
64 paramOthers.userId = fuzzData.GetData<int32_t>(); in GetDeleteNotifyDataFuzzTest()
69 paramOthers.bundleName = fuzzData.GetStringFromData(len); in GetDeleteNotifyDataFuzzTest()
71 CloudDiskNotify::GetInstance().GetDeleteNotifyData(deleteIds, notifyDataList, paramOthers); in GetDeleteNotifyDataFuzzTest()
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dclouddisk_notify_mock.cpp40 …CloudDiskNotify::TryNotify(const NotifyParamDisk &paramDisk, const ParamDiskOthers &paramOthers) {} in TryNotify() argument
42 …::TryNotifyService(const NotifyParamService &paramService, const ParamServiceOther &paramOthers) {} in TryNotifyService() argument
46 const ParamServiceOther &paramOthers) in GetDeleteNotifyData() argument
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_notify.h39 void TryNotify(const NotifyParamDisk &paramDisk, const ParamDiskOthers &paramOthers = {});
40 …ryNotifyService(const NotifyParamService &paramService, const ParamServiceOther &paramOthers = {});
43 const ParamServiceOther &paramOthers);