/AliOS-Things-master/components/linkkit/http2/ |
A D | iotx_http2.c | 59 if (connection == NULL) { in send_callback() 103 if (connection == NULL) { in recv_callback() 175 if (connection->cbs && connection->cbs->on_user_frame_send_cb) { in on_frame_send_callback() 263 if (connection->cbs && connection->cbs->on_user_frame_recv_cb) { in on_frame_recv_callback() 309 if (connection->cbs && connection->cbs->on_user_stream_close_cb) { in on_h2_stream_close_callback() 351 if (connection->cbs && connection->cbs->on_user_chunk_recv_cb) { in on_data_chunk_recv_callback() 401 if (connection->cbs && connection->cbs->on_user_header_cb) { in on_header_callback() 487 if (connection != NULL && connection->flag != NGHTTP2_FLAG_END_STREAM) { in data_read_callback() 686 return connection; in iotx_http2_client_connect() 724 connection->cbs = cb; in iotx_http2_client_connect_with_cb() [all …]
|
A D | http2_internal.h | 224 extern int iotx_http2_exec_io(http2_connection_t *connection); 228 int iotx_http2_reset_stream(http2_connection_t *connection, int32_t stream_id);
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | a2dp.c | 41 static struct bt_a2dp connection[CONFIG_BT_MAX_CONN]; variable 61 if (connection[i].session.br_chan.chan.conn == conn) { in get_new_connection() 66 if (!connection[i].session.br_chan.chan.conn && in get_new_connection() 78 a2d_reset(&connection[free]); in get_new_connection() 80 return &connection[free]; in get_new_connection()
|
A D | Kconfig | 247 Initiate PHY Update Procedure on connection establishment. 283 authenticated data in an unencrypted connection. 435 bool "Bluetooth connection debug" 439 connection handling.
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/ |
A D | httpd.h | 198 err_t httpd_post_begin(void *connection, const char *uri, const char *http_request, 210 err_t httpd_post_receive_data(void *connection, struct pbuf *p); 221 void httpd_post_finished(void *connection, char *response_uri, u16_t response_uri_len); 224 void httpd_post_data_recved(void *connection, u16_t recved_len);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/ |
A D | httpd.h | 198 err_t httpd_post_begin(void *connection, const char *uri, const char *http_request, 210 err_t httpd_post_receive_data(void *connection, struct pbuf *p); 221 void httpd_post_finished(void *connection, char *response_uri, u16_t response_uri_len); 224 void httpd_post_data_recved(void *connection, u16_t recved_len);
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | iotx_cm.c | 28 iotx_cm_connection_t *connection = NULL; in iotx_cm_open() local 33 connection = iotx_cm_open_mqtt(params); in iotx_cm_open() 38 connection = iotx_cm_open_coap(params); in iotx_cm_open() 45 if (connection == NULL) { in iotx_cm_open() 49 fd = _get_fd(connection); in iotx_cm_open() 52 connection->close_func(); in iotx_cm_open() 55 connection->fd = fd; in iotx_cm_open()
|
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/ |
A D | vulkan_mir.h | 40 MirConnection* connection; member 46 …SupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, MirConnection* connection); 58 MirConnection* connection);
|
A D | vulkan_xcb.h | 40 xcb_connection_t* connection; member 46 …calDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connection_t* connection, xcb_visualid_t … 58 xcb_connection_t* connection,
|
A D | vk_icd.h | 101 MirConnection *connection; member 125 xcb_connection_t *connection; member
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modlwip.c | 295 } connection; member 325 if (socket->incoming.connection.alloc == 0) { in lwip_socket_incoming_array() 441 uint8_t i = socket->incoming.connection.iget; in _lwip_tcp_err_unaccepted() 487 if (++socket->incoming.connection.iput >= socket->incoming.connection.alloc) { in _lwip_tcp_accept() 488 socket->incoming.connection.iput = 0; in _lwip_tcp_accept() 835 socket->incoming.connection.alloc = 0; in lwip_socket_make_new() 933 socket->incoming.connection.alloc = 0; in lwip_socket_listen() 939 socket->incoming.connection.iget = 0; in lwip_socket_listen() 940 socket->incoming.connection.iput = 0; in lwip_socket_listen() 1008 if (++socket->incoming.connection.iget >= socket->incoming.connection.alloc) { in lwip_socket_accept() [all …]
|
/AliOS-Things-master/components/py_engine/tests/net_hosted/ |
A D | README | 2 network connection between test host and device under test, instead of 3 full Internet connection.
|
/AliOS-Things-master/components/SDL2/src/audio/esd/ |
A D | SDL_esdaudio.c | 302 int connection = 0; in ESD_Init() local 307 connection = SDL_NAME(esd_open_sound) (NULL); in ESD_Init() 308 if (connection < 0) { in ESD_Init() 313 SDL_NAME(esd_close) (connection); in ESD_Init()
|
/AliOS-Things-master/components/py_engine/tests/net_inet/ |
A D | README | 1 This directory contains network tests which require Internet connection.
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | README.rst | 57 …onses "嗯,已发现智能设备,是否连接?", say "连接", then tmall genius will establish gatt connection with dev board. 58 …4) after gatt connection has been established, say "天猫精灵,开灯 or 天猫精灵,关灯" to control the LED1's on/o…
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11vulkan.c | 197 createInfo.connection = videoData->vulkan_XGetXCBConnection(videoData->display); in X11_Vulkan_CreateSurface() 198 if(!createInfo.connection) in X11_Vulkan_CreateSurface()
|
A D | SDL_x11modes.c | 428 … if (!output_info || !output_info->crtc || output_info->connection == RR_Disconnected) { in X11_InitModes_XRandR() 900 if (output_info && output_info->connection != RR_Disconnected) { in X11_GetDisplayModes() 989 if (!output_info || output_info->connection == RR_Disconnected) { in X11_SetDisplayMode()
|
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/ |
A D | README.md | 4 and automate a MicroPython device over a serial connection. 33 of the tool, if such commands are not explicitly given. Automatic connection will
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_syswm.h | 270 void *connection; /**< Mir display server connection */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/iptcutil/ |
A D | README | 24 arising from, out of or in connection with IPTCUTIL
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/lib/ |
A D | release_note.txt | 47 1. Fix a hardfault issue that application calling bte_deinit when creating connection.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/ |
A D | LICENSE.txt | 21 out of or in connection with the software or the use or other dealings in the
|
/AliOS-Things-master/solutions/linksdk_gateway_demo/ |
A D | README.md | 162 success to establish mbedtls connection, fd = 3(cost 0 bytes in total, max used 0 bytes)
|
/AliOS-Things-master/documentation/quickstart/ |
A D | haas100_quick_start_cloud.md | 97 success to establish mbedtls connection, fd = 3(cost 0 bytes in total, max used 0 bytes)
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/ |
A D | httpd.c | 305 static void http_continue(void *connection); 1829 void httpd_post_data_recved(void *connection, u16_t recved_len) argument 1831 struct http_state *hs = (struct http_state*)connection; 1864 http_continue(void *connection) argument 1866 struct http_state *hs = (struct http_state*)connection;
|