Searched refs:AIOT_DMOPT_RECV_HANDLER (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/linksdk/components/data-model/ |
A D | aiot_dm_api.h | 109 AIOT_DMOPT_RECV_HANDLER, enumerator
|
A D | aiot_dm_api.c | 764 case AIOT_DMOPT_RECV_HANDLER: { in aiot_dm_setopt()
|
/AliOS-Things-master/solutions/rfid_demo/ |
A D | rfid_demo.c | 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 D | data_model_basic_demo.c | 370 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler); in demo_main()
|
/AliOS-Things-master/solutions/linksdk_demo/ |
A D | data_model_basic_demo.c | 363 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler); in demo_main()
|
A D | README.md | 157 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler);
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | linkkit_event.c | 386 aiot_dm_setopt(g_dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)linkkit_dm_recv_handler); in linkkit_main()
|
/AliOS-Things-master/solutions/auto_demo/ |
A D | data_model_basic_demo.c | 389 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler); in demo_main()
|
/AliOS-Things-master/documentation/quickstart/ |
A D | haas100_quick_start_cloud.md | 117 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)demo_dm_recv_handler);
|
/AliOS-Things-master/solutions/audio_demo/ |
A D | data_model_basic_demo.c | 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 D | modlinkkit.c | 489 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, in linkkit_init()
|
A D | module_aiot_device.c | 588 aiot_dm_setopt(iot_device_handle->dm_handle, AIOT_DMOPT_RECV_HANDLER, in aiot_device_connect()
|
/AliOS-Things-master/components/ble_netconfig/ |
A D | blecfg_linksdk.c | 621 aiot_dm_setopt(dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)BleCfg_dm_recv_handler); in BleCfg_linksdk_main()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/ |
A D | module_aiot_device.c | 479 …aiot_dm_setopt(iot_device_handle->dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)aiot_app_dm_recv_han… in aiot_device_connect()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/ |
A D | module_aiot_device.c | 341 …aiot_dm_setopt(iot_device_handle->dm_handle, AIOT_DMOPT_RECV_HANDLER, (void *)aiot_app_dm_recv_han… in aiot_connect_event()
|
Completed in 20 milliseconds