Lines Matching refs:g_mqtt_client
72 static void *g_mqtt_client = NULL; variable
183 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()
476 void *pClient = (handle ? handle : g_mqtt_client); in IOT_MQTT_Yield()
483 void *pClient = (handle ? handle : g_mqtt_client); in IOT_MQTT_CheckStateNormal()
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()
574 void *client = handle ? handle : g_mqtt_client; in IOT_MQTT_Publish_Simple()
604 void *client = handle ? handle : g_mqtt_client; in IOT_MQTT_Nwk_Event_Handler()