Home
last modified time | relevance | path

Searched refs:g_dm_handle (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/solutions/rfid_demo/
A Drfid_demo.c23 void *g_dm_handle = NULL; variable
269 return demo_send_property_post(g_dm_handle, params); in send_property_post()
337 g_dm_handle = aiot_dm_init(); in demo_main()
338 if (g_dm_handle == NULL) { in demo_main()
343 aiot_dm_setopt(g_dm_handle, AIOT_DMOPT_MQTT_HANDLE, mqtt_handle); in demo_main()
345 aiot_dm_setopt(g_dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler); in demo_main()
392 res = aiot_dm_deinit(&g_dm_handle); in demo_main()
/AliOS-Things-master/solutions/ucloud_ai_demo/
A Dlinkkit_event.c33 static void *g_dm_handle = NULL; variable
322 res = linkkit_send_event_post(g_dm_handle, event_id, event_payload); in user_post_event()
378 g_dm_handle = aiot_dm_init(); in linkkit_main()
379 if (g_dm_handle == NULL) { in linkkit_main()
384 aiot_dm_setopt(g_dm_handle, AIOT_DMOPT_MQTT_HANDLE, mqtt_handle); in linkkit_main()
386 aiot_dm_setopt(g_dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)linkkit_dm_recv_handler); in linkkit_main()
433 res = aiot_dm_deinit(&g_dm_handle); in linkkit_main()
/AliOS-Things-master/solutions/flower_demo/
A Dmain.c21 extern void *g_dm_handle;
A Ddata_model_basic_demo.c34 void *g_dm_handle = NULL; variable
362 g_dm_handle = dm_handle; in demo_main()

Completed in 6 milliseconds