Home
last modified time | relevance | path

Searched refs:CmdInitRestoreSession (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice_stub.h37 int32_t CmdInitRestoreSession(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_stub_mock.cpp33 &ServiceStub::CmdInitRestoreSession; in ServiceStub()
101 int32_t ServiceStub::CmdInitRestoreSession(MessageParcel &data, MessageParcel &reply) in CmdInitRestoreSession() function in OHOS::FileManagement::Backup::ServiceStub
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_stub.cpp68 &ServiceStub::CmdInitRestoreSession; in ServiceStub()
133 int32_t ServiceStub::CmdInitRestoreSession(MessageParcel &data, MessageParcel &reply) in CmdInitRestoreSession() function in OHOS::FileManagement::Backup::ServiceStub
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_stub_test.cpp174 auto err = service->CmdInitRestoreSession(data, reply);
179 err = service->CmdInitRestoreSession(data, reply);
186 err = service->CmdInitRestoreSession(data, reply);
193 auto ret = service->CmdInitRestoreSession(data, reply);
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupservicestub_fuzzer/
H A Dbackupservicestub_fuzzer.cpp84 service->CmdInitRestoreSession(msg, reply); in CmdInitRestoreSessionFuzzTest()