Home
last modified time | relevance | path

Searched refs:demo_dm_recv_handler (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/documentation/quickstart/
A Dhaas100_quick_start_cloud.md117 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler);
125 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata)
127 printf("demo_dm_recv_handler, type = %d\r\n", recv->type);
184 demo_dm_recv_handler, type = 1
/AliOS-Things-master/solutions/linksdk_demo/
A DREADME.md157 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler);
165 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata)
167 printf("demo_dm_recv_handler, type = %d\r\n", recv->type);
220 demo_dm_recv_handler, type = 1
A Ddata_model_basic_demo.c111 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in demo_dm_recv_handler() function
363 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler); in demo_main()
/AliOS-Things-master/solutions/rfid_demo/
A Drfid_demo.c113 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in demo_dm_recv_handler() function
345 aiot_dm_setopt(g_dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler); in demo_main()
/AliOS-Things-master/solutions/flower_demo/
A Ddata_model_basic_demo.c117 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in demo_dm_recv_handler() function
370 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler); in demo_main()
/AliOS-Things-master/solutions/auto_demo/
A Ddata_model_basic_demo.c114 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in demo_dm_recv_handler() function
389 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler); in demo_main()
A DREADME.md193 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata)
196 printf("demo_dm_recv_handler, type = %d\r\n", recv->type);
/AliOS-Things-master/solutions/audio_demo/
A Ddata_model_basic_demo.c117 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in demo_dm_recv_handler() function
455 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler); in demo_main()
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodlinkkit.c179 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, in demo_dm_recv_handler() function
490 (void *)demo_dm_recv_handler); in linkkit_init()
/AliOS-Things-master/components/sensor/
A DREADME.md266 demo_dm_recv_handler, type = 0

Completed in 13 milliseconds