Home
last modified time | relevance | path

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

/AliOS-Things-master/components/websocket/include/
A Dlibrws.h41 #define WRN(format,arg...) LOGW(WEBSOC_TAG, format, ##arg) macro
45 #define WRN(format,arg...) LOGW(WEBSOC_TAG, format, ##arg) macro
/AliOS-Things-master/components/websocket/src/
A Drws_socketpriv.c206 WRN("%s %d sended %d but want %d", __func__, __LINE__, sended, data_size); in rws_socket_send()
257 WRN("Message len exceed MAX_THRESH_VAL, drop it!"); in rws_socket_recv()
548 WRN("websoc getaddrinfo failed! try times: %d!", retry_number); in rws_socket_connect_getaddr_info()
597 WRN("websoc connect failed! try times: %d!", retry_number); in rws_socket_connect_to_host()
674 WRN("rws_socket_work_th_func COMMAND_INFORM_DISCONNECTED\n"); in rws_socket_work_th_func()
690 WRN("end rws_socket_work_th_func\n"); in rws_socket_work_th_func()
1266 WRN("svr_cert varification ok. authmode:%d", authmode); in rws_ssl_conn()

Completed in 6 milliseconds