Searched refs:xDfmEntryGetSessionId (Results 1 – 4 of 4) sorted by relevance
280 DfmResult_t xDfmEntryGetSessionId(DfmEntryHandle_t xEntryHandle, const char** pszSessionId);349 #define xDfmEntryGetSessionId(xEntryHandle, pszSessionId) (DFM_FAIL)
147 if (xDfmEntryGetSessionId(xEntryHandle, &szSessionId) == DFM_FAIL) in xDfmCloudGenerateMQTTTopic()
517 if (xDfmEntryGetSessionId((DfmEntryHandle_t)pxEntryHeader, &szPayloadSession) == DFM_FAIL) in xDfmEntryCreatePayloadChunkFromBuffer()944 DfmResult_t xDfmEntryGetSessionId(DfmEntryHandle_t xEntryHandle, const char** pszSessionId) in xDfmEntryGetSessionId() function
689 if (xDfmEntryGetSessionId(xEntryHandle, &szSessionId) == DFM_FAIL) in prvDfmGetAll()