Home
last modified time | relevance | path

Searched refs:msg (Results 1 - 11 of 11) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Diot_main.c81 "19VUBHD786/mqtt/msg/len_on",
87 IoTMsg_t *msg; in MsgRcvCallBack() local
98 msg = (IoTMsg_t *)buf; in MsgRcvCallBack()
101 msg->qos = message->qos; in MsgRcvCallBack()
102 msg->type = EN_IOT_MSG_RECV; in MsgRcvCallBack()
105 msg->topic = buf; in MsgRcvCallBack()
110 msg->payload = buf; in MsgRcvCallBack()
111 IOT_LOG_DEBUG("RCVMSG:QOS:%d TOPIC:%s PAYLOAD:%s\r\n", msg->qos, msg->topic, msg in MsgRcvCallBack()
130 MqttProcessQueueMsg(MQTTClient client, IoTMsg_t *msg, MQTTClient_message pubMsg) MqttProcessQueueMsg() argument
162 IoTMsg_t *msg; ProcessQueueMsg() local
285 IoTMsg_t *msg; IotSendMsg() local
[all...]
H A Diot_profile.c318 char *msg; in IoTProfilePropertyReport() local
327 msg = MakeProfileReport(payload); in IoTProfilePropertyReport()
328 if ((topic != NULL) && (msg != NULL)) { in IoTProfilePropertyReport()
329 ret = IotSendMsg(0, topic, msg); in IoTProfilePropertyReport()
333 cJSON_free(msg); in IoTProfilePropertyReport()
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Diot_main.c81 "19VUBHD786/mqtt/msg/len_on",
87 IoTMsg_t *msg; in MsgRcvCallBack() local
98 msg = (IoTMsg_t *)buf; in MsgRcvCallBack()
101 msg->qos = message->qos; in MsgRcvCallBack()
102 msg->type = EN_IOT_MSG_RECV; in MsgRcvCallBack()
105 msg->topic = buf; in MsgRcvCallBack()
110 msg->payload = buf; in MsgRcvCallBack()
111 IOT_LOG_DEBUG("RCVMSG:QOS:%d TOPIC:%s PAYLOAD:%s\r\n", msg->qos, msg->topic, msg in MsgRcvCallBack()
130 MqttProcessQueueMsg(MQTTClient client, IoTMsg_t *msg, MQTTClient_message pubMsg) MqttProcessQueueMsg() argument
162 IoTMsg_t *msg; ProcessQueueMsg() local
285 IoTMsg_t *msg; IotSendMsg() local
[all...]
H A Diot_profile.c318 char *msg; in IoTProfilePropertyReport() local
327 msg = MakeProfileReport(payload); in IoTProfilePropertyReport()
328 if ((topic != NULL) && (msg != NULL)) { in IoTProfilePropertyReport()
329 ret = IotSendMsg(0, topic, msg); in IoTProfilePropertyReport()
333 cJSON_free(msg); in IoTProfilePropertyReport()
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Diot_main.c86 IoTMsgT *msg; in MsgRcvCallBack() local
98 msg = (IoTMsgT *)buf; in MsgRcvCallBack()
101 msg->qos = message->qos; in MsgRcvCallBack()
102 msg->type = EN_IOT_MSG_RECV; in MsgRcvCallBack()
108 msg->topic = buf; in MsgRcvCallBack()
116 msg->payload = buf; in MsgRcvCallBack()
117 IOT_LOG_DEBUG("RCVMSG:QOS:%d TOPIC:%s PAYLOAD:%s\r\n", msg->qos, msg->topic, msg->payload); in MsgRcvCallBack()
118 if (IOT_SUCCESS != osMessageQueuePut(g_ioTAppCb.queueID, &msg, in MsgRcvCallBack()
136 IoTMsgProcess(IoTMsgT *msg, MQTTClient_message pubmsg, MQTTClient client) IoTMsgProcess() argument
169 IoTMsgT *msg; ProcessQueueMsg() local
317 IoTMsgT *msg; IotSendMsg() local
[all...]
H A Diot_profile.c241 const char *msg; in IoTProfileCmdResp() local
251 msg = MakeProfileCmdResp(payload); in IoTProfileCmdResp()
252 if ((topic != NULL) && (msg != NULL)) { in IoTProfileCmdResp()
253 ret = IotSendMsg(0, topic, msg); in IoTProfileCmdResp()
257 cJSON_free(msg); in IoTProfileCmdResp()
293 char *msg; in IoTProfilePropertyReport() local
302 msg = MakeProfilePropertyReport(payload); in IoTProfilePropertyReport()
303 if ((topic != NULL) && (msg != NULL)) { in IoTProfilePropertyReport()
304 ret = IotSendMsg(0, topic, msg); in IoTProfilePropertyReport()
308 cJSON_free(msg); in IoTProfilePropertyReport()
[all...]
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_main.c87 IoTMsgT *msg; in MsgRcvCallBack() local
98 msg = (IoTMsgT *)buf; in MsgRcvCallBack()
101 msg->qos = message->qos; in MsgRcvCallBack()
102 msg->type = EN_IOT_MSG_RECV; in MsgRcvCallBack()
105 msg->topic = buf; in MsgRcvCallBack()
110 msg->payload = buf; in MsgRcvCallBack()
111 IOT_LOG_DEBUG("RCVMSG:QOS:%d TOPIC:%s PAYLOAD:%s\r\n", msg->qos, msg->topic, msg->payload); in MsgRcvCallBack()
112 if (IOT_SUCCESS != osMessageQueuePut(g_ioTAppCb.queueID, &msg, in MsgRcvCallBack()
130 IoTMsgProcess(IoTMsgT *msg, MQTTClient_message pubmsg, MQTTClient client) IoTMsgProcess() argument
163 IoTMsgT *msg; ProcessQueueMsg() local
306 IoTMsgT *msg; IotSendMsg() local
[all...]
H A Diot_profile.c241 const char *msg; in IoTProfileCmdResp() local
251 msg = MakeProfileCmdResp(payload); in IoTProfileCmdResp()
252 if ((topic != NULL) && (msg != NULL)) { in IoTProfileCmdResp()
253 ret = IotSendMsg(0, topic, msg); in IoTProfileCmdResp()
257 cJSON_free(msg); in IoTProfileCmdResp()
293 char *msg; in IoTProfilePropertyReport() local
302 msg = MakeProfilePropertyReport(payload); in IoTProfilePropertyReport()
303 if ((topic != NULL) && (msg != NULL)) { in IoTProfilePropertyReport()
304 ret = IotSendMsg(0, topic, msg); in IoTProfilePropertyReport()
308 cJSON_free(msg); in IoTProfilePropertyReport()
[all...]
/vendor/hisilicon/hispark_pegasus/demo/sntp_demo/src/
H A Dsntp_debug.c21 void assert_printf(char *msg, int line, const char *file) in assert_printf() argument
23 (void) msg; in assert_printf()
/vendor/hihope/dayu210/bluetooth/include/
H A Duipc_msg.h98 uint8_t msg[IPC_LOG_MSG_LEN]; member
/vendor/hihope/rk3568/bluetooth/include/
H A Duipc_msg.h98 uint8_t msg[IPC_LOG_MSG_LEN]; member

Completed in 8 milliseconds