Home
last modified time | relevance | path

Searched refs:requestID (Results 1 - 10 of 10) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Diot_profile.c162 static char *MakeTopic(const char *fmt, const char *deviceId, const char *requestID) in MakeTopic() argument
168 if (requestID != NULL) { in MakeTopic()
169 len += strlen(requestID); in MakeTopic()
173 if (requestID != NULL) { in MakeTopic()
174 (void)snprintf_s(ret, len, len, fmt, deviceId, requestID); in MakeTopic()
243 if ((deviceID == NULL) || (payload == NULL) || (payload->requestID == NULL)) { in IoTProfileCmdResp()
247 topic = MakeTopic(CN_PROFILE_TOPICFMT_CMDRESP, deviceID, payload->requestID); in IoTProfileCmdResp()
H A Diot_profile.h57 const char *requestID; // /<specified by the message command member
H A Dapp_demo_iot.c46 resp.requestID = requesID; in DemoMsgRcvCallBack()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_profile.c156 static char *MakeTopic(const char *fmt, const char *deviceId, const char *requestID) in MakeTopic() argument
162 if (requestID != NULL) { in MakeTopic()
163 len += strlen(requestID); in MakeTopic()
168 if (requestID != NULL) { in MakeTopic()
169 if (snprintf_s(ret, len + 1, len, fmt, deviceId, requestID) < 0) { in MakeTopic()
243 if ((deviceID == NULL) || (payload == NULL) || (payload->requestID == NULL)) { in IoTProfileCmdResp()
247 topic = MakeTopic(CN_PROFILE_TOPICFMT_CMDRESP, deviceID, payload->requestID); in IoTProfileCmdResp()
H A Diot_profile.h87 const char *requestID;///< specified by the message command member
H A Dapp_demo_iot.c142 resp.requestID = requesID; in DemoMsgRcvCallBack()
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Diot_profile.c163 static char *MakeTopic(const char *fmt, const char *deviceID, const char *requestID) in MakeTopic() argument
169 if (requestID != NULL) { in MakeTopic()
170 len += strlen(requestID); in MakeTopic()
175 if (requestID != NULL) { in MakeTopic()
176 (void)snprintf_s(ret, len, len, fmt, deviceID, requestID); in MakeTopic()
H A Diot_profile.h58 const char *requestID; // < specified by the message command member
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Diot_profile.c163 static char *MakeTopic(const char *fmt, const char *deviceID, const char *requestID) in MakeTopic() argument
169 if (requestID != NULL) { in MakeTopic()
170 len += strlen(requestID); in MakeTopic()
175 if (requestID != NULL) { in MakeTopic()
176 (void)snprintf_s(ret, len, len, fmt, deviceID, requestID); in MakeTopic()
H A Diot_profile.h58 const char *requestID; // < specified by the message command member

Completed in 5 milliseconds