/percepio-3.6.0/DFM/ |
D | dfmStorage.c | 26 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 …]
|
D | dfmCloud.c | 22 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 …]
|
D | dfmEntry.c | 72 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 …]
|
D | dfmSession.c | 41 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 …]
|
D | dfmAlert.c | 58 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 …]
|
D | dfm.c | 33 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/ |
D | dfmSession.h | 254 #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 …]
|
D | dfmEntry.h | 331 #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 …]
|
D | dfmStorage.h | 122 #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)
|
D | dfmCloud.h | 89 #define xDfmCloudSendAlert(xEntryHandle) (DFM_FAIL) 90 #define xDfmCloudSendPayloadChunk(xEntryHandle) (DFM_FAIL) 91 #define xDfmCloudGenerateMQTTTopic(cTopicBuffer, ulBufferSize, xEntryHandle) (DFM_FAIL)
|
D | dfm.h | 251 #define xDfmInitialize(p,fv) (DFM_FAIL) 253 #define xDfmEnable(ulOverride) (DFM_FAIL) 254 #define xDfmDisable() (DFM_FAIL)
|
D | dfmDefines.h | 29 #define DFM_FAIL (1u) macro
|
/percepio-3.6.0/DFM/kernelports/Zephyr/storageports/Flash/ |
D | dfmStoragePort.c | 250 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/ |
D | dfmStoragePort.c | 54 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/ |
D | dfmStoragePort.c | 28 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/ |
D | dfmCloudPort.c | 61 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/ |
D | dfmCloudPort.c | 77 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/ |
D | dfmKernelPort.c | 33 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/ |
D | dfmCloudPort.c | 27 return DFM_FAIL; in xDfmCloudPortSendAlert() 34 return DFM_FAIL; in xDfmCloudPortSendPayloadChunk()
|
/percepio-3.6.0/DFM/kernelports/Zephyr/include/ |
D | dfmKernelPort.h | 80 #define xDfmAlertAddCoredump(xAlertHandle) (DFM_FAIL)
|