Searched refs:requestID (Results 1 - 10 of 10) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | iot_profile.c | 162 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 D | iot_profile.h | 57 const char *requestID; // /<specified by the message command member
|
H A D | app_demo_iot.c | 46 resp.requestID = requesID; in DemoMsgRcvCallBack()
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | iot_profile.c | 156 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 D | iot_profile.h | 87 const char *requestID;///< specified by the message command member
|
H A D | app_demo_iot.c | 142 resp.requestID = requesID; in DemoMsgRcvCallBack()
|
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/ |
H A D | iot_profile.c | 163 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 D | iot_profile.h | 58 const char *requestID; // < specified by the message command member
|
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/ |
H A D | iot_profile.c | 163 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 D | iot_profile.h | 58 const char *requestID; // < specified by the message command member
|
Completed in 5 milliseconds