Home
last modified time | relevance | path

Searched refs:xDfmEntryGetSessionId (Results 1 – 4 of 4) sorted by relevance

/percepio-3.6.0/DFM/include/
DdfmEntry.h280 DfmResult_t xDfmEntryGetSessionId(DfmEntryHandle_t xEntryHandle, const char** pszSessionId);
349 #define xDfmEntryGetSessionId(xEntryHandle, pszSessionId) (DFM_FAIL)
/percepio-3.6.0/DFM/
DdfmCloud.c147 if (xDfmEntryGetSessionId(xEntryHandle, &szSessionId) == DFM_FAIL) in xDfmCloudGenerateMQTTTopic()
DdfmEntry.c517 if (xDfmEntryGetSessionId((DfmEntryHandle_t)pxEntryHeader, &szPayloadSession) == DFM_FAIL) in xDfmEntryCreatePayloadChunkFromBuffer()
944 DfmResult_t xDfmEntryGetSessionId(DfmEntryHandle_t xEntryHandle, const char** pszSessionId) in xDfmEntryGetSessionId() function
DdfmAlert.c689 if (xDfmEntryGetSessionId(xEntryHandle, &szSessionId) == DFM_FAIL) in prvDfmGetAll()