Home
last modified time | relevance | path

Searched refs:aos_tcp_read (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/amp_adapter/include/
A Daos_tcp.h49 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 Daos_tcp.c191 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 Dmodule_tcp.c334 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 Dmodule_tcp.c335 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 Dmodule_tcp.c302 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 Dapp_mgr.c500 nbytes = aos_tcp_read(sockfd, http_buffer, OTA_BUFFER_MAX_SIZE - 1, 3000); in apppack_download()

Completed in 19 milliseconds