/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_backup.cpp | 161 static void OnResultReport(shared_ptr<Session> ctx, const std::string bundleName, const std::string… in OnResultReport() function 256 … .onResultReport = bind(OnResultReport, ctx, placeholders::_1, placeholders::_2), in InitPathCapFile()
|
H A D | tools_op_restore.cpp | 176 static void OnResultReport(shared_ptr<Session> ctx, const std::string &bundleName, const std::strin… in OnResultReport() function 264 .onResultReport = bind(OnResultReport, ctx, placeholders::_1, placeholders::_2), in InitRestoreSession()
|
H A D | tools_op_incremental_restore.cpp | 217 static void OnResultReport(shared_ptr<SessionRestore> ctx, const std::string &bundleName, const std… in OnResultReport() function 279 .onResultReport = bind(OnResultReport, ctx, placeholders::_1, placeholders::_2), in InitRestoreSession()
|
H A D | tools_op_incremental_backup.cpp | 216 static void OnResultReport(shared_ptr<SessionBckup> ctx, const std::string &bundleName, const std::… in OnResultReport() function 315 .onResultReport = bind(OnResultReport, ctx, placeholders::_1, placeholders::_2), in Init()
|
H A D | tools_op_restore_async.cpp | 162 static void OnResultReport(shared_ptr<SessionAsync> ctx, const std::string &bundleName, const std::… in OnResultReport() function 392 .onResultReport = bind(OnResultReport, ctx, placeholders::_1, placeholders::_2), in InitArg()
|
H A D | tools_op_incremental_restore_async.cpp | 243 static void OnResultReport(shared_ptr<InrementalSessionAsync> ctx, const std::string &bundleName, in OnResultReport() function 409 .onResultReport = bind(OnResultReport, ctx, placeholders::_1, placeholders::_2), in InitArg()
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | session_backup_n_exporter.cpp | 223 static void OnResultReport(weak_ptr<GeneralCallbacks> pCallbacks, const std::string bundleName, in OnResultReport() function 341 ….onResultReport = bind(OnResultReport, backupEntity->callbacks, placeholders::_1, placeholders::_2… in Constructor()
|
H A D | session_incremental_backup_n_exporter.cpp | 229 static void OnResultReport(weak_ptr<GeneralCallbacks> pCallbacks, const std::string bundleName, in OnResultReport() function 348 ….onResultReport = bind(OnResultReport, backupEntity->callbacks, placeholders::_1, placeholders::_2… in Constructor()
|
H A D | session_restore_n_exporter.cpp | 257 static void OnResultReport(weak_ptr<GeneralCallbacks> pCallbacks, const std::string bundleName, in OnResultReport() function 455 ….onResultReport = bind(OnResultReport, restoreEntity->callbacks, placeholders::_1, placeholders::_… in Constructor()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/ |
H A D | tools_op_restore_async_test.cpp | 413 OnResultReport(ctx, bundleName, resultInfo);
|
H A D | tools_op_restore_test.cpp | 574 OnResultReport(ctx, bundleName, resultInfo);
|