Searched refs:g_dm_handle (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/solutions/rfid_demo/ |
A D | rfid_demo.c | 23 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 D | linkkit_event.c | 33 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 D | main.c | 21 extern void *g_dm_handle;
|
A D | data_model_basic_demo.c | 34 void *g_dm_handle = NULL; variable 362 g_dm_handle = dm_handle; in demo_main()
|
Completed in 6 milliseconds