Home
last modified time | relevance | path

Searched refs:rws_on_socket_send_ping (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/websocket/include/
A Dlibrws.h189 typedef void (*rws_on_socket_send_ping)(rws_socket socket); typedef
402 RWS_API(void) rws_socket_set_on_send_ping(rws_socket socket, rws_on_socket_send_ping callback);
A Drws_socket.h103 rws_on_socket_send_ping on_send_ping;
/AliOS-Things-master/components/websocket/src/
A Drws_socketpub.c370 void rws_socket_set_on_send_ping(rws_socket socket, rws_on_socket_send_ping callback) { in rws_socket_set_on_send_ping()
/AliOS-Things-master/components/websocket/
A DREADME.md295 void rws_socket_set_on_send_ping(rws_socket socket, rws_on_socket_send_ping callback)

Completed in 6 milliseconds