/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/ |
H A D | clouddisk_notify_test.cpp | 65 * @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 D | tools_op_backup.cpp | 66 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 D | tools_op_incremental_backup.cpp | 69 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 D | tools_op_incremental_restore.cpp | 65 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 D | tools_op_restore.cpp | 63 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 D | tools_op_incremental_restore_async.cpp | 49 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 D | tools_op_restore_async.cpp | 49 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 D | clouddisk_notify_mock.cpp | 40 void CloudDiskNotify::TryNotify(const NotifyParamDisk ¶mDisk, const ParamDiskOthers ¶mOthers) {} in TryNotify() function in OHOS::FileManagement::CloudDisk::CloudDiskNotify
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | clouddisk_notify.h | 39 void TryNotify(const NotifyParamDisk ¶mDisk, const ParamDiskOthers ¶mOthers = {});
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_cloud.cpp | 774 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 D | clouddisk_notify.cpp | 231 void CloudDiskNotify::TryNotify(const NotifyParamDisk ¶mDisk, const ParamDiskOthers ¶mOthers) in TryNotify() function in OHOS::FileManagement::CloudDisk::CloudDiskNotify
|