You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Common/Enums/index.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1243,3 +1243,29 @@
1243
1243
|:---|:----|:----------|
1244
1244
|DEFAULT_WINDOW|0|The default window is a main window pre-created on behalf of the app|
1245
1245
|PRIMARY_WIDGET|1|The primary widget of the app|
1246
+
1247
+
### ServiceType
1248
+
1249
+
|Name|Value|Description|
1250
+
|:---|:----|:----------|
1251
+
|VIDEO|0|Refers to the Video service.|
1252
+
|AUDIO|1|Refers to the Audio service.|
1253
+
|RPC|2|Refers to RPC service.|
1254
+
1255
+
### ServiceEvent
1256
+
1257
+
|Name|Value|Description|
1258
+
|:---|:----|:----------|
1259
+
|REQUEST_RECEIVED|0|When a request for a Service is received.|
1260
+
|REQUEST_ACCEPTED|1|When a request for a Service is accepted.|
1261
+
|REQUEST_REJECTED|2|When a request for a Service is rejected.|
1262
+
1263
+
### ServiceStatusUpdateReason
1264
+
1265
+
|Name|Value|Description|
1266
+
|:---|:----|:----------|
1267
+
|PTU_FAILED|0|When a Service is rejected because the system was unable to get a required Policy Table Update.|
1268
+
|INVALID_CERT|1|When a Service is rejected because the security certificate is invalid/expired.|
1269
+
|INVALID_TIME|2|When a Service is rejected because the system was unable to get a valid SystemTime from HMI, which is required for certificate authentication.|
1270
+
|PROTECTION_ENFORCED|3|When a Service is rejected because the system configuration ini file requires the service must be protected, but the app asks for an unprotected service.|
1271
+
|PROTECTION_DISABLED|4|When a mobile app requests a protected service, but the system starts an unprotected service instead.|
0 commit comments