Home
last modified time | relevance | path

Searched refs:TryNotify (Results 1 - 11 of 11) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_notify_test.cpp65 * @tc.desc: Verify the TryNotify function.
71 GTEST_LOG_(INFO) << "TryNotify Start"; in HWTEST_F()
79 CloudDiskNotify.TryNotify(paramDisk, paramOthers); in HWTEST_F()
81 GTEST_LOG_(INFO) << "TryNotify End"; in HWTEST_F()
86 * @tc.desc: Verify the TryNotify function.
92 GTEST_LOG_(INFO) << "TryNotify Start"; in HWTEST_F()
101 CloudDiskNotify.TryNotify(paramDisk, paramOthers); in HWTEST_F()
103 GTEST_LOG_(INFO) << "TryNotify End"; in HWTEST_F()
108 * @tc.desc: Verify the TryNotify function.
114 GTEST_LOG_(INFO) << "TryNotify Star in HWTEST_F()
[all...]
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_backup.cpp66 void TryNotify(bool flag = false) in TryNotify() function in OHOS::FileManagement::Backup::Session
148 ctx->TryNotify(); in OnFileReady()
157 ctx->TryNotify(); in OnBundleStarted()
170 ctx->TryNotify(); in OnBundleFinished()
180 ctx->TryNotify(true); in OnAllBundlesFinished()
183 ctx->TryNotify(); in OnAllBundlesFinished()
189 ctx->TryNotify(true); in OnBackupServiceDied()
H A Dtools_op_incremental_backup.cpp69 void TryNotify(bool flag = false) in TryNotify() function in OHOS::FileManagement::Backup::SessionBckup
183 ctx->TryNotify(); in OnFileReady()
192 ctx->TryNotify(); in OnBundleStarted()
200 ctx->TryNotify(); in OnBundleFinished()
210 ctx->TryNotify(true); in OnAllBundlesFinished()
213 ctx->TryNotify(); in OnAllBundlesFinished()
224 ctx->TryNotify(true); in OnBackupServiceDied()
H A Dtools_op_incremental_restore.cpp65 void TryNotify(bool flag = false) in TryNotify() function in OHOS::FileManagement::Backup::SessionRestore
173 ctx->TryNotify(); in OnFileReady()
183 ctx->TryNotify(); in OnBundleStarted()
195 ctx->TryNotify(); in OnBundleFinished()
205 ctx->TryNotify(true); in OnAllBundlesFinished()
208 ctx->TryNotify(); in OnAllBundlesFinished()
214 ctx->TryNotify(true); in OnBackupServiceDied()
H A Dtools_op_restore.cpp63 void TryNotify(bool flag = false) in TryNotify() function in OHOS::FileManagement::Backup::Session
151 ctx->TryNotify(); in OnFileReady()
161 ctx->TryNotify(); in OnBundleStarted()
173 ctx->TryNotify(); in OnBundleFinished()
188 ctx->TryNotify(true); in OnAllBundlesFinished()
191 ctx->TryNotify(); in OnAllBundlesFinished()
197 ctx->TryNotify(true); in OnBackupServiceDied()
H A Dtools_op_incremental_restore_async.cpp49 void TryNotify(bool flag = false) in TryNotify() function in OHOS::FileManagement::Backup::InrementalSessionAsync
149 ctx->TryNotify(); in OnBundleStarted()
158 ctx->TryNotify(); in OnBundleFinished()
165 ctx->TryNotify(true); in OnAllBundlesFinished()
171 ctx->TryNotify(true); in OnBackupServiceDied()
H A Dtools_op_restore_async.cpp49 void TryNotify(bool flag = false) in TryNotify() function in OHOS::FileManagement::Backup::SessionAsync
143 ctx->TryNotify(); in OnBundleStarted()
152 ctx->TryNotify(); in OnBundleFinished()
159 ctx->TryNotify(true); in OnAllBundlesFinished()
170 ctx->TryNotify(true); in OnBackupServiceDied()
/foundation/filemanagement/dfs_service/test/mock/
H A Dclouddisk_notify_mock.cpp40 void CloudDiskNotify::TryNotify(const NotifyParamDisk &paramDisk, const ParamDiskOthers &paramOthers) {} in TryNotify() function in OHOS::FileManagement::CloudDisk::CloudDiskNotify
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_notify.h39 void TryNotify(const NotifyParamDisk &paramDisk, const ParamDiskOthers &paramOthers = {});
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp774 CloudDiskNotify::GetInstance().TryNotify({data, FileOperationsHelper::FindCloudDiskInode, in HandleCloudLocation()
818 CloudDiskNotify::GetInstance().TryNotify({data, FileOperationsHelper::FindCloudDiskInode, in HandleCloudRecycle()
842 CloudDiskNotify::GetInstance().TryNotify({data, FileOperationsHelper::FindCloudDiskInode, in HandleFavorite()
864 CloudDiskNotify::GetInstance().TryNotify({data, FileOperationsHelper::FindCloudDiskInode, in HandleExtAttribute()
1069 CloudDiskNotify::GetInstance().TryNotify({data, FileOperationsHelper::FindCloudDiskInode, in MkDir()
1171 CloudDiskNotify::GetInstance().TryNotify({data, FileOperationsHelper::FindCloudDiskInode, in RmDir()
1189 CloudDiskNotify::GetInstance().TryNotify({data, FileOperationsHelper::FindCloudDiskInode, in Unlink()
1234 CloudDiskNotify::GetInstance().TryNotify({data, FileOperationsHelper::FindCloudDiskInode, in Rename()
1318 CloudDiskNotify::GetInstance().TryNotify({data, FileOperationsHelper::FindCloudDiskInode, in UpdateCloudStore()
1417 CloudDiskNotify::GetInstance().TryNotify({dat in UploadLocalFile()
[all...]
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify.cpp231 void CloudDiskNotify::TryNotify(const NotifyParamDisk &paramDisk, const ParamDiskOthers &paramOthers) in TryNotify() function in OHOS::FileManagement::CloudDisk::CloudDiskNotify

Completed in 13 milliseconds