Home
last modified time | relevance | path

Searched refs:DFM_FAIL (Results 1 – 20 of 20) sorted by relevance

/percepio-3.6.0/DFM/
DdfmStorage.c26 return DFM_FAIL; in xDfmStorageInitialize()
31 …if (xDfmStoragePortInitialize(&pxStorageData->xStoragePortData) == DFM_FAIL) /*cstat !MISRAC2012-R… in xDfmStorageInitialize()
33 return DFM_FAIL; in xDfmStorageInitialize()
45 return DFM_FAIL; in xDfmStorageStoreSession()
50 return DFM_FAIL; in xDfmStorageStoreSession()
55 return DFM_FAIL; in xDfmStorageStoreSession()
60 return DFM_FAIL; in xDfmStorageStoreSession()
65 return DFM_FAIL; in xDfmStorageStoreSession()
75 return DFM_FAIL; in xDfmStorageGetSession()
80 return DFM_FAIL; in xDfmStorageGetSession()
[all …]
DdfmCloud.c22 return DFM_FAIL; in xDfmCloudInitialize()
25 if (xDfmCloudPortInitialize(&pxBuffer->xCloudPortData) == DFM_FAIL) in xDfmCloudInitialize()
27 return DFM_FAIL; in xDfmCloudInitialize()
43 return DFM_FAIL; in xDfmCloudSendAlert()
48 return DFM_FAIL; in xDfmCloudSendAlert()
53 return DFM_FAIL; in xDfmCloudSendAlert()
58 return DFM_FAIL; in xDfmCloudSendAlert()
61 if (xDfmSessionGetCloudStrategy(&xCloudStrategy) == DFM_FAIL) in xDfmCloudSendAlert()
63 return DFM_FAIL; in xDfmCloudSendAlert()
68 return DFM_FAIL; in xDfmCloudSendAlert()
[all …]
DdfmEntry.c72 if (xDfmEntryGetSize(xEntryHandle, &ulEntrySize) == DFM_FAIL) in prvDfmEntryVerify()
74 return DFM_FAIL; in prvDfmEntryVerify()
79 return DFM_FAIL; in prvDfmEntryVerify()
87 return DFM_FAIL; in prvDfmEntryVerify()
90 if (xDfmEntryGetEndMarkers(xEntryHandle, &cEndMarkers) == DFM_FAIL) in prvDfmEntryVerify()
92 return DFM_FAIL; in prvDfmEntryVerify()
100 return DFM_FAIL; in prvDfmEntryVerify()
107 return DFM_FAIL; in prvDfmEntryVerify()
112 return DFM_FAIL; in prvDfmEntryVerify()
117 return DFM_FAIL; in prvDfmEntryVerify()
[all …]
DdfmSession.c41 return DFM_FAIL; in xDfmSessionInitialize()
64 return DFM_FAIL; in xDfmSessionInitialize()
67 …ta->cUniqueSessionIdBuffer, DFM_SESSION_ID_MAX_LEN, &ulBytesWritten) == DFM_FAIL) /*cstat !MISRAC2… in xDfmSessionInitialize()
69 return DFM_FAIL; in xDfmSessionInitialize()
74 return DFM_FAIL; in xDfmSessionInitialize()
106 return DFM_FAIL; in xDfmSessionEnable()
111 return DFM_FAIL; in xDfmSessionEnable()
116 return DFM_FAIL; in xDfmSessionEnable()
128 …((DfmSessionStorage_t*)cSessionStorageBuffer, &ulStoredEnabledValue) == DFM_FAIL) /*cstat !MISRAC2… in xDfmSessionEnable()
149 return DFM_FAIL; in xDfmSessionEnable()
[all …]
DdfmAlert.c58 return DFM_FAIL; in xDfmAlertInitialize()
75 return DFM_FAIL; in xDfmAlertGetVersion()
80 return DFM_FAIL; in xDfmAlertGetVersion()
85 return DFM_FAIL; in xDfmAlertGetVersion()
99 return DFM_FAIL; in xDfmAlertGetProduct()
104 return DFM_FAIL; in xDfmAlertGetProduct()
118 return DFM_FAIL; in xDfmAlertGetFirmwareVersion()
123 return DFM_FAIL; in xDfmAlertGetFirmwareVersion()
137 return DFM_FAIL; in xDfmAlertReset()
142 return DFM_FAIL; in xDfmAlertReset()
[all …]
Ddfm.c33 return DFM_FAIL; in xDfmInitialize()
38 return DFM_FAIL; in xDfmInitialize()
43 return DFM_FAIL; in xDfmInitialize()
51 if (xDfmSessionInitialize(&pxDfmData->xSessionData) == DFM_FAIL) in xDfmInitialize()
53 return DFM_FAIL; in xDfmInitialize()
56 if (xDfmKernelPortInitialize(&pxDfmData->xKernelPortData) == DFM_FAIL) in xDfmInitialize()
58 return DFM_FAIL; in xDfmInitialize()
61 if (xDfmAlertInitialize(&pxDfmData->xAlertData) == DFM_FAIL) in xDfmInitialize()
63 return DFM_FAIL; in xDfmInitialize()
66 if (xDfmEntryInitialize(&pxDfmData->xEntryData) == DFM_FAIL) in xDfmInitialize()
[all …]
/percepio-3.6.0/DFM/include/
DdfmSession.h254 #define xDfmSessionEnable(ulOverride) (DFM_FAIL)
255 #define xDfmSessionDisable() (DFM_FAIL)
257 #define xDfmSessionSetStatus(ulStatus) (DFM_FAIL)
258 #define xDfmSessionGetStatus(pulStatus) (DFM_FAIL)
259 #define xDfmSessionAssignAlertId(pulAlertId) (DFM_FAIL)
260 #define xDfmSessionGetProduct(pulProduct) (DFM_FAIL)
261 #define xDfmSessionGetFirmwareVersion(pszFirmwareVersionBuffer) (DFM_FAIL)
262 #define xDfmSessionGetDeviceName(pszDeviceName) (DFM_FAIL)
263 #define xDfmSessionGetUniqueSessionId(pszUniqueSessionId) (DFM_FAIL)
264 #define xDfmSessionSetAlertStrategy(xStrategy) (DFM_FAIL)
[all …]
DdfmEntry.h331 #define xDfmEntryGetBuffer(ppvBuffer, pulBufferSize) (DFM_FAIL)
332 #define xDfmEntryCreateAlert(xAlertHandle, pxEntryHandle) (DFM_FAIL)
333 …reatePayloadHeader(xAlertHandle, usEntryId, ulPayloadSize, szDescription, pxEntryHandle) (DFM_FAIL)
334 … usEntryId, usChunkIndex, usChunkCount, pvPayload, ulSize, szDescription, pxEntryHandle) (DFM_FAIL)
335 #define xDfmEntryCreateAlertFromBuffer(pxEntryHandle) (DFM_FAIL)
336 #define xDfmEntryCreatePayloadChunkFromBuffer(szSessionId, ulAlertId, pxEntryHandle) (DFM_FAIL)
337 #define xDfmEntryGetSize(xEntryHandle, pulSize) (DFM_FAIL)
338 #define xDfmEntryGetStartMarkers(xEntryHandle, pucMarkersBuffer) (DFM_FAIL)
339 #define xDfmEntryGetEndianess(xEntryHandle, pusEndianess) (DFM_FAIL)
340 #define xDfmEntryGetVersion(xEntryHandle, pusVersion) (DFM_FAIL)
[all …]
DdfmStorage.h122 #define xDfmStorageStoreSession(pvSession, ulSessionSize) (DFM_FAIL)
123 #define xDfmStorageGetSession(pvBuffer, ulBufferSize) (DFM_FAIL)
124 #define xDfmStorageStoreAlert(xEntryHandle) (DFM_FAIL)
125 #define xDfmStorageGetAlert(pvBuffer, ulBufferSize) (DFM_FAIL)
126 #define xDfmStorageStorePayloadChunk(xEntryHandle) (DFM_FAIL)
127 #define xDfmStorageGetPayloadChunk(szSessionId, ulAlertId, pvBuffer, ulBufferSize) (DFM_FAIL)
DdfmCloud.h89 #define xDfmCloudSendAlert(xEntryHandle) (DFM_FAIL)
90 #define xDfmCloudSendPayloadChunk(xEntryHandle) (DFM_FAIL)
91 #define xDfmCloudGenerateMQTTTopic(cTopicBuffer, ulBufferSize, xEntryHandle) (DFM_FAIL)
Ddfm.h251 #define xDfmInitialize(p,fv) (DFM_FAIL)
253 #define xDfmEnable(ulOverride) (DFM_FAIL)
254 #define xDfmDisable() (DFM_FAIL)
DdfmDefines.h29 #define DFM_FAIL (1u) macro
/percepio-3.6.0/DFM/kernelports/Zephyr/storageports/Flash/
DdfmStoragePort.c250 return DFM_FAIL; in xDfmStoragePortInitialize()
256 return DFM_FAIL; in xDfmStoragePortInitialize()
272 return DFM_FAIL; in xDfmStoragePortInitialize()
285 return DFM_FAIL; in xDfmStoragePortStoreSession()
290 return DFM_FAIL; in xDfmStoragePortStoreSession()
296 return DFM_FAIL; in xDfmStoragePortStoreSession()
301 return DFM_FAIL; in xDfmStoragePortStoreSession()
306 return DFM_FAIL; in xDfmStoragePortStoreSession()
313 return DFM_FAIL; in xDfmStoragePortGetSession()
318 return DFM_FAIL; in xDfmStoragePortGetSession()
[all …]
/percepio-3.6.0/DFM/storageports/FLASH/
DdfmStoragePort.c54 return DFM_FAIL; in xDfmStoragePortStoreSession()
59 return DFM_FAIL; in xDfmStoragePortGetSession()
73 return DFM_FAIL; in xDfmStoragePortGetAlert()
76 if (xDfmEntryGetSize((DfmEntryHandle_t)&dfmFlashData.data[ulRdOffset], &ulSize) == DFM_FAIL) in xDfmStoragePortGetAlert()
78 return DFM_FAIL; in xDfmStoragePortGetAlert()
109 return DFM_FAIL; in prvDfmStoragePortWrite()
112 if (xDfmEntryGetSize(xEntryHandle, &ulSize) == DFM_FAIL) in prvDfmStoragePortWrite()
114 return DFM_FAIL; in prvDfmStoragePortWrite()
119 return DFM_FAIL; in prvDfmStoragePortWrite()
131 return DFM_FAIL; in prvDfmStoragePortWrite()
[all …]
/percepio-3.6.0/DFM/storageports/Dummy/
DdfmStoragePort.c28 return DFM_FAIL; in xDfmStoragePortStoreSession()
36 return DFM_FAIL; in xDfmStoragePortGetSession()
45 return DFM_FAIL; in xDfmStoragePortStoreAlert()
53 return DFM_FAIL; in xDfmStoragePortGetAlert()
61 return DFM_FAIL; in xDfmStoragePortStorePayloadChunk()
71 return DFM_FAIL; in xDfmStoragePortGetPayloadChunk()
/percepio-3.6.0/DFM/kernelports/Zephyr/cloudports/Serial/
DdfmCloudPort.c61 return DFM_FAIL; in prvSerialPortUploadEntry()
64 return DFM_FAIL; in prvSerialPortUploadEntry()
66 if (xDfmEntryGetSize(xEntryHandle, &datalen) == DFM_FAIL) in prvSerialPortUploadEntry()
67 return DFM_FAIL; in prvSerialPortUploadEntry()
70 return DFM_FAIL; in prvSerialPortUploadEntry()
/percepio-3.6.0/DFM/cloudports/Serial/
DdfmCloudPort.c77 return DFM_FAIL; in prvSerialPortUploadEntry()
82 return DFM_FAIL; in prvSerialPortUploadEntry()
85 if (xDfmEntryGetSize(xEntryHandle, &datalen) == DFM_FAIL) in prvSerialPortUploadEntry()
87 return DFM_FAIL; in prvSerialPortUploadEntry()
92 return DFM_FAIL; in prvSerialPortUploadEntry()
/percepio-3.6.0/DFM/kernelports/Zephyr/
DdfmKernelPort.c33 return DFM_FAIL; in xDfmKernelPortInitialize()
105 return DFM_FAIL; in xDfmAlertAddCoredump()
121 return DFM_FAIL; in xDfmAlertAddCoredump()
289 return DFM_FAIL; in xDfmAlertAddTrace()
294 return DFM_FAIL; in xDfmAlertAddTrace()
299 return DFM_FAIL; in xDfmAlertAddTrace()
/percepio-3.6.0/DFM/cloudports/Dummy/
DdfmCloudPort.c27 return DFM_FAIL; in xDfmCloudPortSendAlert()
34 return DFM_FAIL; in xDfmCloudPortSendPayloadChunk()
/percepio-3.6.0/DFM/kernelports/Zephyr/include/
DdfmKernelPort.h80 #define xDfmAlertAddCoredump(xAlertHandle) (DFM_FAIL)