Home
last modified time | relevance | path

Searched refs:OnFileReady (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/moduletests/backup_kit_inner/
H A Db_session_backup_test.cpp27 static void OnFileReady(const BFileInfo &fileInfo, UniqueFd fd, ErrCode errCode) in OnFileReady() function
80 callbacks_.onFileReady = OnFileReady; in Init()
H A Db_session_restore_async_test.cpp32 static void OnFileReady(const BFileInfo &fileInfo, UniqueFd fd, int32_t errCode) in OnFileReady() function
85 callbacks_.onFileReady = OnFileReady; in Init()
H A Db_session_restore_test.cpp33 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 Dtools_op_restore_test.cpp282 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 Dtools_op_incremental_restore_test.cpp219 OnFileReady(ctx, fileInfo, move(fd), move(manifestFd), 0);
315 OnFileReady(ctx, fileInfo, move(fd), move(manifestFd), 0);
H A Dtools_op_restore_async_test.cpp230 OnFileReady(ctx, fileInfo, move(fd), 0);
260 OnFileReady(ctx, fileInfo, move(fd), 0);
H A Dtools_op_incremental_backup_test.cpp202 OnFileReady(ctx, fileInfo, move(fd), move(manifestFd));
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_backup.cpp127 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 Dtools_op_restore.cpp119 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 Dtools_op_incremental_restore.cpp121 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 Dtools_op_incremental_backup.cpp131 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 Dtools_op_restore_async.cpp99 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 Dtools_op_incremental_restore_async.cpp99 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 Dsession_backup_n_exporter.cpp40 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 Dsession_incremental_backup_n_exporter.cpp42 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()