Searched refs:core_sysdep_network_send (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/linksdk/core/sysdep/ |
A D | core_sysdep.c | 21 g_sysdep_portfile->core_sysdep_network_send == NULL || in aiot_sysdep_get_portfile()
|
/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_sysdep_api.h | 110 …int32_t (*core_sysdep_network_send)(void *handle, uint8_t *buffer, uint32_t len, uint32_t timeout_… member
|
A D | aiot_mqtt_api.c | 1091 …res = mqtt_handle->sysdep->core_sysdep_network_send(mqtt_handle->network_handle, buffer, len, time… in _core_mqtt_write()
|
/AliOS-Things-master/components/linksdk/portfiles/aiot_port/ |
A D | aos_port.c | 1054 int32_t core_sysdep_network_send(void *handle, uint8_t *buffer, uint32_t len, uint32_t timeout_ms, in core_sysdep_network_send() function 1253 core_sysdep_network_send,
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_http.c | 92 …res = http_handle->sysdep->core_sysdep_network_send(http_handle->network_handle, buffer, len, time… in _core_http_send()
|
Completed in 14 milliseconds