Home
last modified time | relevance | path

Searched refs:rws_socket_get_next_message_id (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/websocket/include/
A Drws_socket.h158 unsigned int rws_socket_get_next_message_id(rws_socket s);
/AliOS-Things-master/components/websocket/src/
A Drws_socketpriv.c41 unsigned int rws_socket_get_next_message_id(rws_socket s) { in rws_socket_get_next_message_id() function
57 len = rws_sprintf(buff, 16, "%u", rws_socket_get_next_message_id(s)); in rws_socket_send_ping_priv()
478 len = rws_sprintf(buff, 16, "%u", rws_socket_get_next_message_id(s)); in rws_socket_send_disconnect()

Completed in 9 milliseconds