Home
last modified time | relevance | path

Searched defs:dm_handle (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/linksdk/components/data-model/
A Daiot_dm_api.c426 dm_handle_t *dm_handle = (dm_handle_t *)userdata; in _dm_recv_generic_reply_handler() local
482 dm_handle_t *dm_handle = (dm_handle_t *)userdata; in _dm_recv_property_set_handler() local
519 dm_handle_t *dm_handle = (dm_handle_t *)userdata; in _dm_recv_async_service_invoke_handler() local
558 dm_handle_t *dm_handle = (dm_handle_t *)userdata; in _dm_recv_sync_service_invoke_handler() local
600 dm_handle_t *dm_handle = (dm_handle_t *)userdata; in _dm_recv_raw_data_handler() local
629 dm_handle_t *dm_handle = (dm_handle_t *)userdata; in _dm_recv_up_raw_reply_data_handler() local
690 dm_handle_t *dm_handle = (dm_handle_t *)context; in _dm_core_mqtt_process_handler() local
721 dm_handle_t *dm_handle = NULL; in aiot_dm_init() local
742 dm_handle_t *dm_handle; in aiot_dm_setopt() local
785 dm_handle_t *dm_handle = NULL; in aiot_dm_send() local
[all …]
/AliOS-Things-master/solutions/linksdk_demo/
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()
254 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post()
266 int32_t demo_send_event_post(void *dm_handle, char *event_id, char *params) in demo_send_event_post()
279 int32_t demo_send_get_desred_requset(void *dm_handle) in demo_send_get_desred_requset()
291 int32_t demo_send_delete_desred_requset(void *dm_handle) in demo_send_delete_desred_requset()
306 void *dm_handle = NULL; in demo_main() local
/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()
260 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post()
272 int32_t demo_send_event_post(void *dm_handle, char *event_id, char *params) in demo_send_event_post()
285 int32_t demo_send_get_desred_requset(void *dm_handle) in demo_send_get_desred_requset()
297 int32_t demo_send_delete_desred_requset(void *dm_handle) in demo_send_delete_desred_requset()
312 void *dm_handle = NULL; in demo_main() local
A Dflower_app.c175 void report_2_cloud(void *dm_handle) in report_2_cloud()
/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()
280 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post()
292 int32_t demo_send_event_post(void *dm_handle, char *event_id, char *params) in demo_send_event_post()
305 int32_t demo_send_get_desred_requset(void *dm_handle) in demo_send_get_desred_requset()
317 int32_t demo_send_delete_desred_requset(void *dm_handle) in demo_send_delete_desred_requset()
332 void *dm_handle = NULL; in demo_main() local
/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()
346 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post()
358 int32_t demo_send_event_post(void *dm_handle, char *event_id, char *params) in demo_send_event_post()
371 int32_t demo_send_get_desred_requset(void *dm_handle) in demo_send_get_desred_requset()
383 int32_t demo_send_delete_desred_requset(void *dm_handle) in demo_send_delete_desred_requset()
398 void *dm_handle = NULL; in demo_main() local
/AliOS-Things-master/solutions/ucloud_ai_demo/
A Dlinkkit_event.c119 static void linkkit_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in linkkit_dm_recv_handler()
262 int32_t linkkit_send_property_post(void *dm_handle, char *params) in linkkit_send_property_post()
274 int32_t linkkit_send_event_post(void *dm_handle, char *event_id, char *params) in linkkit_send_event_post()
287 int32_t linkkit_send_get_desred_requset(void *dm_handle) in linkkit_send_get_desred_requset()
299 int32_t linkkit_send_delete_desred_requset(void *dm_handle) in linkkit_send_delete_desred_requset()
/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()
256 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post()
273 int32_t demo_send_event_post(void *dm_handle, char *event_id, char *params) in demo_send_event_post()
288 void *dm_handle = NULL; in demo_main() local
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_linksdk.c261 static void BleCfg_led_update(void *dm_handle) in BleCfg_led_update()
374 static void BleCfg_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in BleCfg_dm_recv_handler()
518 int32_t BleCfg_send_property_post(void *dm_handle, char *params) in BleCfg_send_property_post()
530 int32_t BleCfg_send_event_post(void *dm_handle, char *event_id, char *params) in BleCfg_send_event_post()
543 int32_t BleCfg_send_get_desred_requset(void *dm_handle) in BleCfg_send_get_desred_requset()
555 int32_t BleCfg_send_delete_desred_requset(void *dm_handle) in BleCfg_send_delete_desred_requset()
569 void *dm_handle = NULL; in BleCfg_linksdk_main() local
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodule_aiot_mqtt.c209 int32_t aiot_app_send_rawdata_post(void *dm_handle, char *data, int32_t data_len) in aiot_app_send_rawdata_post()
222 int32_t pyamp_aiot_app_send_property_post(void *dm_handle, char *params) in pyamp_aiot_app_send_property_post()
234 int32_t pyamp_aiot_app_send_event_post(void *dm_handle, char *event_id, in pyamp_aiot_app_send_event_post()
A Dmodlinkkit.c23 void *dm_handle = NULL; variable
179 static void demo_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, in demo_dm_recv_handler()
359 int32_t demo_send_property_post(void *dm_handle, char *params) in demo_send_property_post()
371 int32_t demo_send_event_post(void *dm_handle, char *event_id, char *params) in demo_send_event_post()
A Dmodule_aiot.h155 void *dm_handle; member
A Dmodule_aiot_device.c280 static void aiot_app_dm_recv_handler(void *dm_handle, in aiot_app_dm_recv_handler()
/AliOS-Things-master/components/sensor/example/
A Dsensor_cloud_demo.c54 void sensor_cloud_test_start(void *dm_handle) in sensor_cloud_test_start()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/
A Dmodule_aiot_mqtt.c183 int32_t aiot_app_send_property_post(void *dm_handle, char *params) in aiot_app_send_property_post()
195 int32_t aiot_app_send_event_post(void *dm_handle, char *event_id, char *params) in aiot_app_send_event_post()
A Dmodule_aiot.h145 void *dm_handle; member
154 void *dm_handle; member
A Dmodule_aiot_device.c206 static void aiot_app_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in aiot_app_dm_recv_handler()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_mqtt.c204 int32_t aiot_app_send_property_post(void *dm_handle, char *params) in aiot_app_send_property_post()
216 int32_t aiot_app_send_event_post(void *dm_handle, char *event_id, char *params) in aiot_app_send_event_post()
A Dmodule_aiot.h137 void *dm_handle; member
146 void *dm_handle; member
A Dmodule_aiot_device.c144 static void aiot_app_dm_recv_handler(void *dm_handle, const aiot_dm_recv_t *recv, void *userdata) in aiot_app_dm_recv_handler()
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_message.c381 static int32_t location_event_post(void *dm_handle, char *event_id, char *params) in location_event_post()
396 void *dm_handle = NULL; in pyamp_location_service() local

Completed in 29 milliseconds