Home
last modified time | relevance | path

Searched refs:InitRestoreSession (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_incremental_restore_test.cpp248 int32_t ret = InitRestoreSession(ctx, bundleNames, times);
277 int32_t ret = InitRestoreSession(nullptr, bundleNames, times);
306 int32_t ret = InitRestoreSession(ctx, bundleNames, times);
600 int32_t ret = InitRestoreSession(ctx, bundleNames, times);
H A Dtools_op_restore_test.cpp754 InitRestoreSession(ctx);
779 InitRestoreSession(ctx);
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_restore.cpp254 static int32_t InitRestoreSession(shared_ptr<Session> ctx) in InitRestoreSession() function
290 int32_t ret = InitRestoreSession(ctx); in InitPathCapFile()
H A Dtools_op_incremental_restore.cpp263 static int32_t InitRestoreSession(shared_ptr<SessionRestore> ctx, in InitRestoreSession() function
314 int32_t ret = InitRestoreSession(ctx, bundleNames, times); in Init()
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/session/
H A Dservice_proxy_mock.h29 MOCK_METHOD1(InitRestoreSession, ErrCode(sptr<IServiceReverse> remote));
H A Dservice_proxy_mock.cpp23 int32_t ServiceProxy::InitRestoreSession(sptr<IServiceReverse> remote) in InitRestoreSession() function in OHOS::FileManagement::Backup::ServiceProxy
H A Db_incremental_session_test.cpp200 EXPECT_CALL(*proxy, InitRestoreSession(_)).WillOnce(Return(-1)).WillOnce(Return(0));
417 EXPECT_CALL(*proxy, InitRestoreSession(_)).WillOnce(Return(-1)).WillOnce(Return(0));
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/
H A Di_service.h48 virtual ErrCode InitRestoreSession(sptr<IServiceReverse> remote) = 0;
H A Dservice_proxy.h31 ErrCode InitRestoreSession(sptr<IServiceReverse> remote) override;
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Db_incremental_restore_session.cpp55 int32_t res = proxy->InitRestoreSession(sptr(new ServiceReverse(callbacks))); in Init()
H A Db_incremental_session_restore_async.cpp63 int32_t res = proxy->InitRestoreSession(sptr(new ServiceReverse(callbacksTmp))); in Init()
H A Db_session_restore.cpp55 int32_t res = proxy->InitRestoreSession(new ServiceReverse(callbacks)); in Init()
H A Db_session_restore_async.cpp64 int32_t res = proxy->InitRestoreSession(sptr(new ServiceReverse(callbacksTmp))); in Init()
H A Dservice_proxy.cpp32 ErrCode ServiceProxy::InitRestoreSession(sptr<IServiceReverse> remote) in InitRestoreSession() function in OHOS::FileManagement::Backup::ServiceProxy
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/backup_kit_inner/
H A Dservice_proxy_mock.cpp34 int32_t ServiceProxy::InitRestoreSession(sptr<IServiceReverse> remote) in InitRestoreSession() function in OHOS::FileManagement::Backup::ServiceProxy
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/include/
H A Di_service_mock.h57 ErrCode InitRestoreSession(sptr<IServiceReverse> remote) override in InitRestoreSession() function
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_throw_test.cpp116 auto ret = service->InitRestoreSession(nullptr);
123 ret = service->InitRestoreSession(nullptr);
130 ret = service->InitRestoreSession(nullptr);
H A Dservice_stub_test.cpp46 MOCK_METHOD1(InitRestoreSession, ErrCode(sptr<IServiceReverse> remote));
184 EXPECT_CALL(*service, InitRestoreSession(_)).WillOnce(Return(BError(BError::Codes::OK)));
191 EXPECT_CALL(*service, InitRestoreSession(_)).WillOnce(Return(BError(BError::Codes::OK)));
H A Dservice_test.cpp89 ret = servicePtr_->InitRestoreSession(remote_); in Init()
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_mock.cpp45 ErrCode Service::InitRestoreSession(sptr<IServiceReverse> remote) in InitRestoreSession() function in OHOS::FileManagement::Backup::Service
H A Dservice_stub_mock.cpp106 int32_t res = InitRestoreSession(iremote); in CmdInitRestoreSession()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice.h51 ErrCode InitRestoreSession(sptr<IServiceReverse> remote) override;
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/
H A Dservice_proxy_test.cpp84 int32_t result = proxy_->InitRestoreSession(remote_);
87 result = proxy_->InitRestoreSession(nullptr);
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_stub.cpp144 int32_t res = InitRestoreSession(iremote); in CmdInitRestoreSession()
H A Dservice.cpp434 ErrCode Service::InitRestoreSession(sptr<IServiceReverse> remote) in InitRestoreSession() function in OHOS::FileManagement::Backup::Service