/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/ |
A D | ck_usart.c | 253 int32_t csi_usart_getchar(usart_handle_t handle, uint8_t *ch) in csi_usart_getchar() 274 int32_t csi_usart_putchar(usart_handle_t handle, uint8_t ch) in csi_usart_putchar() 572 int32_t csi_usart_uninitialize(usart_handle_t handle) in csi_usart_uninitialize() 595 int32_t csi_usart_config(usart_handle_t handle, in csi_usart_config() 680 int32_t csi_usart_abort_send(usart_handle_t handle) in csi_usart_abort_send() 755 int32_t csi_usart_abort_receive(usart_handle_t handle) in csi_usart_abort_receive() 783 int32_t csi_usart_abort_transfer(usart_handle_t handle) in csi_usart_abort_transfer() 794 usart_status_t csi_usart_get_status(usart_handle_t handle) in csi_usart_get_status() 953 uint32_t csi_usart_get_tx_count(usart_handle_t handle) in csi_usart_get_tx_count() 971 uint32_t csi_usart_get_rx_count(usart_handle_t handle) in csi_usart_get_rx_count() [all …]
|
A D | dw_timer.c | 74 static void manage_clock(timer_handle_t handle, uint8_t enable) in manage_clock() 83 static void do_prepare_sleep_action(timer_handle_t handle) in do_prepare_sleep_action() 91 static void do_wakeup_sleep_action(timer_handle_t handle) in do_wakeup_sleep_action() 150 int32_t csi_timer_uninitialize(timer_handle_t handle) in csi_timer_uninitialize() 191 int32_t csi_timer_config(timer_handle_t handle, timer_mode_e mode) in csi_timer_config() 222 int32_t csi_timer_set_timeout(timer_handle_t handle, uint32_t timeout) in csi_timer_set_timeout() 237 int32_t csi_timer_start(timer_handle_t handle) in csi_timer_start() 294 int32_t csi_timer_stop(timer_handle_t handle) in csi_timer_stop() 312 int32_t csi_timer_suspend(timer_handle_t handle) in csi_timer_suspend() 324 int32_t csi_timer_resume(timer_handle_t handle) in csi_timer_resume() [all …]
|
A D | dw_gpio.c | 314 int32_t csi_gpio_port_uninitialize(gpio_port_handle_t handle) in csi_gpio_port_uninitialize() 331 static void manage_clock(gpio_pin_handle_t handle, uint8_t enable) in manage_clock() 339 static void do_prepare_sleep_action(void *handle) in do_prepare_sleep_action() 348 static void do_wakeup_sleep_action(void *handle) in do_wakeup_sleep_action() 408 int32_t csi_gpio_pin_uninitialize(gpio_pin_handle_t handle) in csi_gpio_pin_uninitialize() 428 int32_t csi_gpio_power_control(gpio_pin_handle_t handle, csi_power_stat_e state) in csi_gpio_power_control() 451 int32_t csi_gpio_pin_config_mode(gpio_pin_handle_t handle, in csi_gpio_pin_config_mode() 471 int32_t csi_gpio_pin_config_direction(gpio_pin_handle_t handle, in csi_gpio_pin_config_direction() 501 int32_t csi_gpio_pin_config(gpio_pin_handle_t handle, in csi_gpio_pin_config() 533 int32_t csi_gpio_pin_write(gpio_pin_handle_t handle, bool value) in csi_gpio_pin_write() [all …]
|
/AliOS-Things-master/components/linksdk/components/data-model/ |
A D | aiot_dm_api.c | 231 static int32_t _dm_send_alink_req(dm_handle_t *handle, const char *topic, char *params) in _dm_send_alink_req() 300 static int32_t _dm_send_property_post(dm_handle_t *handle, const char *topic, const aiot_dm_msg_t *… in _dm_send_property_post() 305 static int32_t _dm_send_event_post(dm_handle_t *handle, const char *topic, const aiot_dm_msg_t *msg) in _dm_send_event_post() 331 static int32_t _dm_send_raw_data(dm_handle_t *handle, const char *topic, const aiot_dm_msg_t *msg) in _dm_send_raw_data() 342 static int32_t _dm_send_desired_get(dm_handle_t *handle, const char *topic, const aiot_dm_msg_t *ms… in _dm_send_desired_get() 347 static int32_t _dm_send_desired_delete(dm_handle_t *handle, const char *topic, const aiot_dm_msg_t … in _dm_send_desired_delete() 424 static void _dm_recv_generic_reply_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdat… in _dm_recv_generic_reply_handler() 480 static void _dm_recv_property_set_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_property_set_handler() 598 static void _dm_recv_raw_data_handler(void *handle, const aiot_mqtt_recv_t *msg, void *userdata) in _dm_recv_raw_data_handler() 740 int32_t aiot_dm_setopt(void *handle, aiot_dm_option_t option, void *data) in aiot_dm_setopt() [all …]
|
/AliOS-Things-master/components/SDL2/src/loadso/windows/ |
A D | SDL_sysloadso.c | 41 void *handle = (void *) LoadPackagedLibrary(tstr, 0); in SDL_LoadObject() local 43 void *handle = (void *) LoadLibrary(tstr); in SDL_LoadObject() local 58 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() 71 SDL_UnloadObject(void *handle) in SDL_UnloadObject()
|
/AliOS-Things-master/components/linkkit/ota/ |
A D | iotx_ota.c | 185 int IOT_OTA_SetOnPushedCallback(void *handle, int (*cb)(void *context)) in IOT_OTA_SetOnPushedCallback() 268 int IOT_OTA_Deinit(void *handle) in IOT_OTA_Deinit() 336 int IOT_OTA_ReportVersion(void *handle, const char *version) in IOT_OTA_ReportVersion() 395 int iotx_req_image(void *handle, const char *version) in iotx_req_image() 460 int IOT_OTA_ReportProgress(void *handle, IOT_OTA_Progress_t progress, in IOT_OTA_ReportProgress() 518 int iotx_ota_get_config(void *handle, const char *configScope, in iotx_ota_get_config() 592 int IOT_OTA_IsFetching(void *handle) in IOT_OTA_IsFetching() 612 int IOT_OTA_IsFetchFinish(void *handle) in IOT_OTA_IsFetchFinish() 630 int IOT_OTA_FetchYield(void *handle, char *buf, uint32_t buf_len, in IOT_OTA_FetchYield() 712 int IOT_OTA_Ioctl(void *handle, IOT_OTA_CmdType_t type, void *buf, int buf_len) in IOT_OTA_Ioctl() [all …]
|
A D | ota_mqtt.c | 58 static int otamqtt_Publish(otamqtt_Struct_pt handle, const char *topic_type, in otamqtt_Publish() 93 static int otamqtt_publish_full_topic(otamqtt_Struct_pt handle, in otamqtt_publish_full_topic() 111 otamqtt_Struct_pt handle = (otamqtt_Struct_pt)pcontext; in otamqtt_UpgrageCb() local 304 int osc_Deinit(void *handle) in osc_Deinit() 314 int osc_ReportProgress(void *handle, const char *msg) in osc_ReportProgress() 320 int osc_ReportVersion(void *handle, const char *msg) in osc_ReportVersion() 326 int osc_RequestImage(void *handle, const char *msg) in osc_RequestImage() 332 int osc_RequestConfig(void *handle, const char *topic_name, in osc_RequestConfig()
|
/AliOS-Things-master/components/SDL2/src/loadso/dlopen/ |
A D | SDL_sysloadso.c | 40 void *handle; in SDL_LoadObject() local 59 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() 80 SDL_UnloadObject(void *handle) in SDL_UnloadObject()
|
/AliOS-Things-master/components/linksdk/components/subdev/ |
A D | aiot_subdev_api.c | 197 static void _subdev_topo_add_reply_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void … in _subdev_topo_add_reply_recv_handler() 232 static void _subdev_topo_change_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *us… in _subdev_topo_change_recv_handler() 513 int32_t aiot_subdev_setopt(void *handle, aiot_subdev_option_t option, void *data) in aiot_subdev_setopt() 555 int32_t aiot_subdev_deinit(void **handle) in aiot_subdev_deinit() 576 int32_t aiot_subdev_send_topo_add(void *handle, aiot_subdev_dev_t dev[], uint32_t dev_num) in aiot_subdev_send_topo_add() 639 int32_t aiot_subdev_send_topo_delete(void *handle, aiot_subdev_dev_t dev[], uint32_t dev_num) in aiot_subdev_send_topo_delete() 695 int32_t aiot_subdev_send_topo_get(void *handle) in aiot_subdev_send_topo_get() 720 int32_t aiot_subdev_send_batch_login(void *handle, aiot_subdev_dev_t dev[], uint32_t dev_num) in aiot_subdev_send_batch_login() 793 int32_t aiot_subdev_send_batch_logout(void *handle, aiot_subdev_dev_t dev[], uint32_t dev_num) in aiot_subdev_send_batch_logout() 849 int32_t aiot_subdev_send_sub_register(void *handle, aiot_subdev_dev_t dev[], uint32_t dev_num) in aiot_subdev_send_sub_register() [all …]
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/wdg/ |
A D | module_wdg.c | 21 wdg_dev_t *handle = (wdg_dev_t *)&wdg_dev; in native_wdg_start() local 44 wdg_dev_t *handle = (wdg_dev_t *)&wdg_dev; in native_wdg_feed() local 51 wdg_dev_t *handle = (wdg_dev_t *)&wdg_dev; in native_wdg_stop() local
|
/AliOS-Things-master/solutions/linksdk_gateway_demo/ |
A D | subdev_basic_demo.c | 75 void demo_mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in demo_mqtt_event_handler() 108 void demo_mqtt_default_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in demo_mqtt_default_recv_handler() 175 int32_t demo_mqtt_start(void **handle) in demo_mqtt_start() 265 int32_t demo_mqtt_stop(void **handle) in demo_mqtt_stop() 293 void demo_subdev_recv_handler(void *handle, const aiot_subdev_recv_t *packet, void *user_data) in demo_subdev_recv_handler()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/os/ |
A D | os_pool.h | 155 #define os_pool_extend(handle, buf_size, buf_count) \ argument 198 #define os_pool_delete(handle) os_pool_delete_intern(handle, __func__, __LINE__) argument 249 #define os_buffer_get(handle, buf_size) \ argument
|
/AliOS-Things-master/components/py_engine/modules/mqtt/ |
A D | module_mqtt_client.c | 63 void mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, in mqtt_recv_handler() 111 void mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, in mqtt_event_handler() 162 int32_t mqtt_client_start(void **handle, amp_mqtt_params_t *mqtt_params) in mqtt_client_start() 278 int32_t mqtt_client_stop(void **handle) in mqtt_client_stop()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/ |
A D | module_mqtt_client.c | 62 void mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in mqtt_recv_handler() 98 void mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in mqtt_event_handler() 141 int32_t mqtt_client_start(void **handle, amp_mqtt_params_t *mqtt_params) in mqtt_client_start() 247 int32_t mqtt_client_stop(void **handle) in mqtt_client_stop()
|
/AliOS-Things-master/components/linksdk/components/diag/ |
A D | aiot_diag_api.c | 284 static void _diag_mqtt_conn_hb_extra_clean(void *handle, void *extra_data) in _diag_mqtt_conn_hb_extra_clean() 289 static int32_t _diag_mqtt_conn_hb_extra_stop(void *handle, diag_running_state_node_t *node, uint32_… in _diag_mqtt_conn_hb_extra_stop() 297 static int32_t _diag_mqtt_conn_report_desc_append(void *handle, diag_running_state_t *running_state… in _diag_mqtt_conn_report_desc_append() 334 static int32_t _diag_mqtt_hb_report_desc_append(void *handle, diag_running_state_t *running_state, … in _diag_mqtt_hb_report_desc_append() 371 static void _diag_alink_uplink_extra_clean(void *handle, void *extra_data) in _diag_alink_uplink_extra_clean() 386 static int32_t _diag_alink_uplink_report_desc_append(void *handle, diag_running_state_t *running_st… in _diag_alink_uplink_report_desc_append() 512 static void _diag_core_diag_callback(void *handle, uint64_t timestamp, int32_t code, uint8_t *data,… in _diag_core_diag_callback() 592 int32_t aiot_diag_setopt(void *handle, aiot_diag_option_t option, void *data) in aiot_diag_setopt() 664 int32_t aiot_diag_deinit(void **handle) in aiot_diag_deinit() 709 int32_t aiot_diag_start(void *handle) in aiot_diag_start() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/ble/profile/client/ |
A D | simple_ble_client.c | 75 uint16_t handle; in simp_ble_client_read_by_handle() local 186 uint16_t handle = simp_table[conn_id].hdl_cache[HDL_SIMBLE_V3_NOTIFY_CCCD]; in simp_ble_client_set_v3_notify() local 217 uint16_t handle = simp_table[conn_id].hdl_cache[HDL_SIMBLE_V4_INDICATE_CCCD]; in simp_ble_client_set_v4_ind() local 251 uint16_t handle = simp_table[conn_id].hdl_cache[HDL_SIMBLE_V2_WRITE]; in simp_ble_client_write_v2_char() local 439 uint16_t handle; in simp_ble_client_discover_result_cb() local 505 uint16_t handle, uint16_t value_size, uint8_t *p_value) in simp_ble_client_read_result_cb() 589 uint16_t handle, uint16_t cause, in simp_ble_client_write_result_cb() 626 uint16_t handle, in simp_ble_client_notif_ind_result_cb()
|
A D | bas_client.c | 107 uint16_t handle = bas_table[conn_id].hdl_cache[HDL_BAS_BATTERY_LEVEL]; in bas_read_battery_level() local 144 uint16_t handle = bas_table[conn_id].hdl_cache[HDL_BAS_BATTERY_LEVEL_CCCD]; in bas_set_notify() local 184 uint16_t handle = bas_table[conn_id].hdl_cache[HDL_BAS_BATTERY_LEVEL_CCCD]; in bas_read_notify() local 400 uint16_t handle; in bas_client_discover_result_cb() local 428 uint16_t handle, in bas_client_write_result_cb() 464 uint16_t handle, uint16_t value_size, uint8_t *p_value) in bas_client_read_result_cb() 522 static T_APP_RESULT bas_client_notify_ind_cb(uint8_t conn_id, bool notify, uint16_t handle, in bas_client_notify_ind_cb()
|
/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_http_api.c | 17 static void _core_http_auth_recv_handler(void *handle, const aiot_http_recv_t *packet, void *userda… in _core_http_auth_recv_handler() 57 static void _core_http_recv_handler(void *handle, const aiot_http_recv_t *packet, void *userdata) in _core_http_recv_handler() 247 int32_t aiot_http_setopt(void *handle, aiot_http_option_t option, void *data) in aiot_http_setopt() 327 int32_t aiot_http_auth(void *handle) in aiot_http_auth() 388 int32_t aiot_http_send(void *handle, char *topic, uint8_t *payload, uint32_t payload_len) in aiot_http_send() 455 int32_t aiot_http_recv(void *handle) in aiot_http_recv()
|
/AliOS-Things-master/components/SDL2/src/loadso/dummy/ |
A D | SDL_sysloadso.c | 39 SDL_LoadFunction(void *handle, const char *name) in SDL_LoadFunction() 47 SDL_UnloadObject(void *handle) in SDL_UnloadObject()
|
/AliOS-Things-master/components/linksdk/components/dynreg/ |
A D | aiot_dynreg_api.c | 50 static void _dynreg_recv_handler(void *handle, const aiot_http_recv_t *packet, void *userdata) in _dynreg_recv_handler() 152 int32_t aiot_dynreg_setopt(void *handle, aiot_dynreg_option_t option, void *data) in aiot_dynreg_setopt() 243 int32_t aiot_dynreg_deinit(void **handle) in aiot_dynreg_deinit() 311 int32_t aiot_dynreg_send_request(void *handle) in aiot_dynreg_send_request() 440 int32_t aiot_dynreg_recv(void *handle) in aiot_dynreg_recv()
|
/AliOS-Things-master/components/linkkit/mqtt/ |
A D | mqtt_api.c | 474 int IOT_MQTT_Yield(void *handle, int timeout_ms) in IOT_MQTT_Yield() 481 int IOT_MQTT_CheckStateNormal(void *handle) in IOT_MQTT_CheckStateNormal() 492 int IOT_MQTT_Subscribe(void *handle, const char *topic_filter, in IOT_MQTT_Subscribe() 516 int IOT_MQTT_Subscribe_Sync(void *handle, const char *topic_filter, in IOT_MQTT_Subscribe_Sync() 543 int IOT_MQTT_Unsubscribe(void *handle, const char *topic_filter) in IOT_MQTT_Unsubscribe() 555 int IOT_MQTT_Publish(void *handle, const char *topic_name, in IOT_MQTT_Publish() 570 int IOT_MQTT_Publish_Simple(void *handle, const char *topic_name, int qos, in IOT_MQTT_Publish_Simple() 600 int IOT_MQTT_Nwk_Event_Handler(void *handle, iotx_mqtt_nwk_event_t event, in IOT_MQTT_Nwk_Event_Handler()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/api/ |
A D | gattm_task.h | 227 uint16_t handle; member 234 uint16_t handle; member 247 uint16_t handle; member 258 uint16_t handle; member 268 uint16_t handle; member 275 uint16_t handle; member 288 uint16_t handle; member 299 uint16_t handle; member 349 uint16_t handle; member 360 uint16_t handle; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/mqtt/ |
A D | module_mqtt_client.c | 79 void mqtt_recv_handler(void *handle, const aiot_mqtt_recv_t *packet, void *userdata) in mqtt_recv_handler() 132 void mqtt_event_handler(void *handle, const aiot_mqtt_event_t *event, void *userdata) in mqtt_event_handler() 177 int32_t mqtt_client_start(void **handle, aos_mqtt_userdata_t *userdata) in mqtt_client_start() 280 int32_t mqtt_client_stop(void **handle) in mqtt_client_stop()
|
/AliOS-Things-master/hardware/board/c906/adapter/ |
A D | csi_rhino.c | 176 ktask_t *handle = (ktask_t *)task_handle; in csi_kernel_task_get_stat() local 224 ktask_t *handle = (ktask_t *)task_handle; in csi_kernel_task_get_prio() local 242 ktask_t *handle = (ktask_t *)task_handle; in csi_kernel_task_get_name() local 326 ktask_t *handle = (ktask_t *)task_handle; in csi_kernel_task_get_stack_size() local 609 ktimer_t *handle = (ktimer_t *)timer_handle; in csi_kernel_timer_start() local 643 ktimer_t *handle = (ktimer_t *)timer_handle; in csi_kernel_timer_stop() local 660 ktimer_t *handle = (ktimer_t *)(timer_handle); in csi_kernel_timer_get_stat() local 730 kevent_t *handle = (kevent_t *)ev_handle; in csi_kernel_event_set() local 755 kevent_t *handle = (kevent_t *)ev_handle; in csi_kernel_event_get() local 900 kmutex_t *handle = (kmutex_t *)mutex_handle; in csi_kernel_mutex_get_owner() local [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/ |
A D | shared_library.h | 35 static inline void* GetLibrarySymbol(void* handle, const char* symbol) { in GetLibrarySymbol() 44 static inline int UnLoadLibrary(void* handle) { in UnLoadLibrary()
|