Searched refs:IotSendMsg (Results 1 – 12 of 12) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
D | iot_main.h | 43 int IotSendMsg(int qos, const char *topic, const char *payload);
|
D | iot_profile.c | 253 ret = IotSendMsg(0, topic, msg); in IoTProfileCmdResp() 304 ret = IotSendMsg(0, topic, msg); in IoTProfilePropertyReport()
|
D | iot_main.c | 303 int IotSendMsg(int qos, const char *topic, const char *payload) in IotSendMsg() function
|
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
D | iot_main.h | 43 int IotSendMsg(int qos, const char *topic, const char *payload);
|
D | iot_profile.c | 253 ret = IotSendMsg(0, topic, msg); in IoTProfileCmdResp() 304 ret = IotSendMsg(0, topic, msg); in IoTProfilePropertyReport()
|
D | iot_main.c | 314 int IotSendMsg(int qos, const char *topic, const char *payload) in IotSendMsg() function
|
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/ |
D | iot_main.h | 42 int IotSendMsg(int qos, const char *topic, const char *payload);
|
D | iot_main.c | 282 int IotSendMsg(int qos, const char *topic, const char *payload) in IotSendMsg() function
|
D | iot_profile.c | 329 ret = IotSendMsg(0, topic, msg); in IoTProfilePropertyReport()
|
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/ |
D | iot_main.h | 42 int IotSendMsg(int qos, const char *topic, const char *payload);
|
D | iot_main.c | 282 int IotSendMsg(int qos, const char *topic, const char *payload) in IotSendMsg() function
|
D | iot_profile.c | 329 ret = IotSendMsg(0, topic, msg); in IoTProfilePropertyReport()
|