/ohos5.0/foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/ |
H A D | b_session_backup_test.cpp | 27 static void OnFileReady(const BFileInfo &fileInfo, UniqueFd fd, ErrCode errCode) in OnFileReady() function 80 callbacks_.onFileReady = OnFileReady; in Init()
|
H A D | b_session_restore_async_test.cpp | 32 static void OnFileReady(const BFileInfo &fileInfo, UniqueFd fd, int32_t errCode) in OnFileReady() function 85 callbacks_.onFileReady = OnFileReady; in Init()
|
H A D | b_session_restore_test.cpp | 33 static void OnFileReady(const BFileInfo &fileInfo, UniqueFd fd, int32_t errCode) in OnFileReady() function 86 callbacks_.onFileReady = OnFileReady; in Init()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/ |
H A D | tools_op_restore_test.cpp | 282 OnFileReady(ctx, fileInfo, move(fd), 0); 313 OnFileReady(ctx, fileInfo, move(fd), 0); 343 OnFileReady(ctx, fileInfo, move(fd), 0); 373 OnFileReady(ctx, fileInfo, move(fd), 0);
|
H A D | tools_op_incremental_restore_test.cpp | 219 OnFileReady(ctx, fileInfo, move(fd), move(manifestFd), 0); 315 OnFileReady(ctx, fileInfo, move(fd), move(manifestFd), 0);
|
H A D | tools_op_restore_async_test.cpp | 230 OnFileReady(ctx, fileInfo, move(fd), 0); 260 OnFileReady(ctx, fileInfo, move(fd), 0);
|
H A D | tools_op_incremental_backup_test.cpp | 202 OnFileReady(ctx, fileInfo, move(fd), move(manifestFd));
|
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_backup.cpp | 127 static void OnFileReady(shared_ptr<Session> ctx, const BFileInfo &fileInfo, UniqueFd fd) in OnFileReady() function 252 …BSessionBackup::Callbacks {.onFileReady = bind(OnFileReady, ctx, placeholders::_1, placeholders::_… in InitPathCapFile()
|
H A D | tools_op_restore.cpp | 119 static void OnFileReady(shared_ptr<Session> ctx, const BFileInfo &fileInfo, UniqueFd fd, int32_t er… in OnFileReady() function 260 .onFileReady = bind(OnFileReady, ctx, placeholders::_1, placeholders::_2, placeholders::_3), in InitRestoreSession()
|
H A D | tools_op_incremental_restore.cpp | 121 static void OnFileReady(shared_ptr<SessionRestore> ctx, const BFileInfo &fileInfo, UniqueFd fd, Uni… in OnFileReady() function 275 ….onFileReady = bind(OnFileReady, ctx, placeholders::_1, placeholders::_2, placeholders::_3, placeh… in InitRestoreSession()
|
H A D | tools_op_incremental_backup.cpp | 131 static void OnFileReady(shared_ptr<SessionBckup> ctx, const BFileInfo &fileInfo, UniqueFd fd, Uniqu… in OnFileReady() function 311 .onFileReady = bind(OnFileReady, ctx, placeholders::_1, placeholders::_2, placeholders::_3), in Init()
|
H A D | tools_op_restore_async.cpp | 99 static void OnFileReady(shared_ptr<SessionAsync> ctx, const BFileInfo &fileInfo, UniqueFd fd, int32… in OnFileReady() function 388 .onFileReady = bind(OnFileReady, ctx, placeholders::_1, placeholders::_2, placeholders::_3), in InitArg()
|
H A D | tools_op_incremental_restore_async.cpp | 99 static void OnFileReady(shared_ptr<InrementalSessionAsync> ctx, const BFileInfo &fileInfo, UniqueFd… in OnFileReady() function 405 .onFileReady = bind(OnFileReady, ctx, placeholders::_1, placeholders::_2, placeholders::_3), in InitArg()
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | session_backup_n_exporter.cpp | 40 static void OnFileReady(weak_ptr<GeneralCallbacks> pCallbacks, const BFileInfo &fileInfo, UniqueFd … in OnFileReady() function 337 ….onFileReady = bind(OnFileReady, backupEntity->callbacks, placeholders::_1, placeholders::_2, plac… in Constructor()
|
H A D | session_incremental_backup_n_exporter.cpp | 42 static void OnFileReady(weak_ptr<GeneralCallbacks> pCallbacks, const BFileInfo &fileInfo, UniqueFd … in OnFileReady() function 343 ….onFileReady = bind(OnFileReady, backupEntity->callbacks, placeholders::_1, placeholders::_2, plac… in Constructor()
|