Searched refs:CmdInitRestoreSession (Results 1 – 5 of 5) sorted by relevance
37 int32_t CmdInitRestoreSession(MessageParcel &data, MessageParcel &reply);
33 &ServiceStub::CmdInitRestoreSession; in ServiceStub()101 int32_t ServiceStub::CmdInitRestoreSession(MessageParcel &data, MessageParcel &reply) in CmdInitRestoreSession() function in OHOS::FileManagement::Backup::ServiceStub
68 &ServiceStub::CmdInitRestoreSession; in ServiceStub()133 int32_t ServiceStub::CmdInitRestoreSession(MessageParcel &data, MessageParcel &reply) in CmdInitRestoreSession() function in OHOS::FileManagement::Backup::ServiceStub
174 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);
84 service->CmdInitRestoreSession(msg, reply); in CmdInitRestoreSessionFuzzTest()