Searched refs:g_mqtt_client (Results 1 – 1 of 1) sorted by relevance
72 static void *g_mqtt_client = NULL; variable183 if (g_mqtt_client != NULL) { in IOT_MQTT_Construct()186 return g_mqtt_client; in IOT_MQTT_Construct()443 g_mqtt_client = pclient; in IOT_MQTT_Construct()460 client = g_mqtt_client; in IOT_MQTT_Destroy()469 g_mqtt_client = NULL; in IOT_MQTT_Destroy()497 void *client = handle ? handle : g_mqtt_client; in IOT_MQTT_Subscribe()521 void *client = handle ? handle : g_mqtt_client; in IOT_MQTT_Subscribe_Sync()545 void *client = handle ? handle : g_mqtt_client; in IOT_MQTT_Unsubscribe()558 void *client = handle ? handle : g_mqtt_client; in IOT_MQTT_Publish()[all …]
Completed in 3 milliseconds