Searched refs:aos_tcp_read (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/amp_adapter/include/ |
A D | aos_tcp.h | 49 int aos_tcp_read(unsigned int fd, char *buf, unsigned int len, unsigned int timeout_ms);
|
/AliOS-Things-master/components/amp_adapter/platform/aos/network/ |
A D | aos_tcp.c | 191 int aos_tcp_read(unsigned int fd, char *buf, unsigned int len, unsigned int timeout_ms) in aos_tcp_read() function 265 int32_t aos_tcp_read(uintptr_t fd, char *buf, uint32_t len, uint32_t timeout_ms) in aos_tcp_read() function
|
/AliOS-Things-master/components/py_engine/modules/network/tcp/ |
A D | module_tcp.c | 334 aos_tcp_read(sock_id, p->buf, sizeof(p->buf), MAX_TCP_RECV_TIMEOUT); in tcp_recv_routine()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/tcp/ |
A D | module_tcp.c | 335 p->recv_len = aos_tcp_read(sock_id, p->buf, sizeof(p->buf), MAX_TCP_RECV_TIMEOUT); in tcp_recv_routine()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/tcp/ |
A D | module_tcp.c | 302 p->recv_len = aos_tcp_read(sock_id, p->buf, sizeof(p->buf), MAX_TCP_RECV_TIMEOUT); in tcp_recv_routine()
|
/AliOS-Things-master/components/amp/services/app_mgr/ |
A D | app_mgr.c | 500 nbytes = aos_tcp_read(sockfd, http_buffer, OTA_BUFFER_MAX_SIZE - 1, 3000); in apppack_download()
|
Completed in 19 milliseconds