added UserInteraction Customer Confirmation to tsrd

CD_VDLM
Bernd Brandl 2023-01-12 09:18:37 +01:00
parent c7fff67ec3
commit c2683ba95a
1 changed files with 14 additions and 1 deletions

View File

@ -8,6 +8,7 @@ config:
- customService7: template-1-1.json
- customService8: template-3-1.json
- customService9: template-1-1.json
- customService10: template-2-1.json
customService1:
- name: "ifs-006 (JOYNR) enable/disableFullDiagnosticsMode - OUT"
@ -96,4 +97,16 @@ customService9:
- methodName: sendHeartbeatVehicle
- methodArgs: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.String","java.lang.Boolean","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.EventReason","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.PwfExtended","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.KeyValue
- returnType: void
- skipDeployment: "false"
- skipDeployment: "false"
customService10:
- name: "tsrd ifs-006 (JOYNR) requestCustomerConfirmation/notifyCustomerConfirmation (UserInteraction) - IN/OUT"
- className1: com.bmw.cc.ts.tsrd.integration.mgu.requestCustomerConfirmation
- methodName1: requestCustomerConfirmation
- methodArgs1: java.lang.String","java.lang.String","long
- returnType1: void
- className2: com.bmw.cc.ts.tsrd.bm.remotediagnosis.boundary.CustomerConfirmationListener
- methodName2: notifyCustomerConfirmationInternal
- methodArgs2: java.lang.String","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.ResponseCustomer
- returnType2: void
- skipDeployment: "false"